aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/erc20/DEPLOYS.json
diff options
context:
space:
mode:
authorAmir Bandeali <abandeali1@gmail.com>2019-01-24 04:22:26 +0800
committerGitHub <noreply@github.com>2019-01-24 04:22:26 +0800
commit69025da2dcb4bded72cbf724c598ee09682d2dfc (patch)
tree63821d6126f9e8ca9ea866fa3ba36169d1b0f0e2 /contracts/erc20/DEPLOYS.json
parentef928aff31f09b368307548bd5a512b4212a0c95 (diff)
parent09cb3b7d5060bc8821cdbcab9639bb0a3b27d651 (diff)
downloaddexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.tar
dexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.tar.gz
dexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.tar.bz2
dexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.tar.lz
dexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.tar.xz
dexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.tar.zst
dexon-0x-contracts-69025da2dcb4bded72cbf724c598ee09682d2dfc.zip
Merge pull request #1539 from 0xProject/feat/contracts/split-packages
Split/rename/combine packages
Diffstat (limited to 'contracts/erc20/DEPLOYS.json')
-rw-r--r--contracts/erc20/DEPLOYS.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/contracts/erc20/DEPLOYS.json b/contracts/erc20/DEPLOYS.json
new file mode 100644
index 000000000..e165b37b3
--- /dev/null
+++ b/contracts/erc20/DEPLOYS.json
@@ -0,0 +1,17 @@
+[
+ {
+ "name": "ZRXToken",
+ "version": "1.0.0",
+ "changes": [
+ {
+ "note": "protocol v1 deploy",
+ "networks": {
+ "1": "0xe41d2489571d322189246dafa5ebde1f4699f498",
+ "3": "0xff67881f8d12f372d91baae9752eb3631ff0ed00",
+ "4": "0x2727e688b8fd40b198cd5fe6e408e00494a06f07",
+ "42": "0x2002d3812f58e35f0ea1ffbf80a75a38c32175fa"
+ }
+ }
+ ]
+ }
+]