From 4e031555885d708f6d8ab9f7ce608794261d48ba Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Mon, 27 Nov 2017 12:06:03 -0600 Subject: Add link to Provider explanation --- packages/0x.js/src/types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/0x.js/src/types.ts b/packages/0x.js/src/types.ts index 143e2b6b2..4d55046b4 100644 --- a/packages/0x.js/src/types.ts +++ b/packages/0x.js/src/types.ts @@ -383,7 +383,8 @@ export type AsyncMethod = (...args: any[]) => Promise; /** * We re-export the `Web3.Provider` type specified in the Web3 Typescript typings * since it is the type of the `provider` argument to the `ZeroEx` constructor. - * It is however a `Web3` library type, not a native `0x.js` type. + * It is however a `Web3` library type, not a native `0x.js` type. To learn more + * about providers, visit https://0xproject.com/wiki#Web3-Provider-Explained */ export type Web3Provider = Web3.Provider; -- cgit v1.2.3