aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-25 05:51:36 +0800
committerGitHub <noreply@github.com>2018-10-25 05:51:36 +0800
commit11bc10a3ae80be178d89ff6c9fbf509a48deef7f (patch)
treefa6e8195c85b6608d9e07d6723b41adcc9b7374c /packages/migrations
parente45ce4c1676351cace8db4f06613c4f229106b62 (diff)
parentf74080fe0d4b01a53c48e0a7447467660f762f77 (diff)
downloaddexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.tar
dexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.tar.gz
dexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.tar.bz2
dexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.tar.lz
dexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.tar.xz
dexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.tar.zst
dexon-sol-tools-11bc10a3ae80be178d89ff6c9fbf509a48deef7f.zip
Merge pull request #1151 from 0xProject/fix-update-migrations-readme
Update migrations README.
Diffstat (limited to 'packages/migrations')
-rw-r--r--packages/migrations/README.md27
1 files changed, 2 insertions, 25 deletions
diff --git a/packages/migrations/README.md b/packages/migrations/README.md
index 926654cd8..b90d730eb 100644
--- a/packages/migrations/README.md
+++ b/packages/migrations/README.md
@@ -50,33 +50,10 @@ yarn lint
### Migrate
-#### V2-beta smart contracts
+#### V2 smart contracts
-In order to migrate the V2-beta 0x smart contracts to Kovan using a Ledger Nano S, run:
-
-```bash
-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:
+In order to migrate the V2 0x smart contracts to TestRPC/Ganache running at `http://localhost:8545`, run:
```bash
yarn migrate:v2
```
-
-#### V1 smart contracts
-
-In order to migrate the V1 0x smart contracts to TestRPC/Ganache running at `http://localhost:8545`, run:
-
-```bash
-yarn migrate:v1
-```