aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/types.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-11-24 03:51:27 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-11-24 05:15:47 +0800
commit96d15a8931d955bfc220bd130de7490dd3b2cc79 (patch)
tree321f29840dba7b2552798715a5dd896d3b953957 /packages/0x.js/src/types.ts
parent50915e6007c91282ed61a319cc1632c26425e96a (diff)
downloaddexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.tar
dexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.tar.gz
dexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.tar.bz2
dexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.tar.lz
dexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.tar.xz
dexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.tar.zst
dexon-sol-tools-96d15a8931d955bfc220bd130de7490dd3b2cc79.zip
Improve a comment
Diffstat (limited to 'packages/0x.js/src/types.ts')
-rw-r--r--packages/0x.js/src/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/src/types.ts b/packages/0x.js/src/types.ts
index 19bada4ef..69fd3ba03 100644
--- a/packages/0x.js/src/types.ts
+++ b/packages/0x.js/src/types.ts
@@ -408,7 +408,7 @@ export interface OrderStateWatcherConfig {
}
/*
- * networkId: The id of the underlying ethereum network the provider is connected to. (1-mainnet, 42-kovan, 50-testrpc)
+ * networkId: The id of the underlying ethereum network your provider is connected to. (1-mainnet, 42-kovan, 50-testrpc)
* gasPrice: Gas price to use with every transaction
* exchangeContractAddress: The address of an exchange contract to use
* tokenRegistryContractAddress: The address of a token registry contract to use