aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/README.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-26 00:07:12 +0800
committerFabio Berger <me@fabioberger.com>2018-07-26 00:07:12 +0800
commitdc51741b8376b5a0eaf010772f7a282dbb370205 (patch)
tree2244459960fde9e4fe3cfea13d9742f473a26544 /packages/migrations/README.md
parentdd979dbf6de1b64ca229b37ebbd5e71d0ab62d69 (diff)
downloaddexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.tar
dexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.tar.gz
dexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.tar.bz2
dexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.tar.lz
dexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.tar.xz
dexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.tar.zst
dexon-0x-contracts-dc51741b8376b5a0eaf010772f7a282dbb370205.zip
Update artifacts in contract-wrappers, generate artifacts and improve README
Diffstat (limited to 'packages/migrations/README.md')
-rw-r--r--packages/migrations/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/migrations/README.md b/packages/migrations/README.md
index 9317256af..99e4565b3 100644
--- a/packages/migrations/README.md
+++ b/packages/migrations/README.md
@@ -60,6 +60,10 @@ yarn migrate:v2-beta-testnet
**Note:** Ledger settings `contract data` must be `on`, and `browser support` must be set to `off`.
+Post-publish steps:
+1. Since we don't re-deploy the `WETH9` nor `ZRXToken` contracts, manually copy over the artifacts for them from `2.0.0` into `2.0.0-beta-testnet` and add the Kovan & ganache addresses to both of their `networks` sections.
+2. We now need to copy over the network `50` settings from the `2.0.0` artifacts to the `2.0.0-beta-testnet` artifacts for the newly deployed contracts (e.g `Exchange`, `ERC20Proxy`, `ERC721Proxy` and `AssetProxyOwner`)
+
#### V2 (under development) smart contracts
In order to migrate the V2 (under development) 0x smart contracts to TestRPC/Ganache running at `http://localhost:8545`, run: