aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/constants.ts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2017-05-29 15:09:54 +0800
committerFabio Berger <me@fabioberger.com>2017-05-29 15:09:54 +0800
commit62cc3b919c73b7726793808e3b9631dba41cef28 (patch)
tree22c5f1728c56b09fa0e15e5e645c1f891224a6ee /test/utils/constants.ts
parent281b9eaa5d207d32ae38fbab25cbca83fe81efa1 (diff)
parentb897bdab79fe566ffc8c19c6ec9f1bb7260fa95e (diff)
downloaddexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.tar
dexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.tar.gz
dexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.tar.bz2
dexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.tar.lz
dexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.tar.xz
dexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.tar.zst
dexon-sol-tools-62cc3b919c73b7726793808e3b9631dba41cef28.zip
Merge branch 'master' of github.com:0xProject/0x.js
# Conflicts: # src/ts/0x.js.ts # src/ts/utils/utils.ts
Diffstat (limited to 'test/utils/constants.ts')
-rw-r--r--test/utils/constants.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/utils/constants.ts b/test/utils/constants.ts
new file mode 100644
index 000000000..aa1967f88
--- /dev/null
+++ b/test/utils/constants.ts
@@ -0,0 +1,5 @@
+export const constants = {
+ NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
+ RPC_HOST: 'localhost',
+ RPC_PORT: 8545,
+};