aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/README.md
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-18 08:36:18 +0800
committerGitHub <noreply@github.com>2018-10-18 08:36:18 +0800
commit9f61735f94b1fb7901f57d1d2d529048b2ab1eef (patch)
tree7f9ffe62ce2fb0c99de28c66c5dcf6948c154759 /packages/migrations/README.md
parent86aa5f9643da7ccdc32e77220db22a949a7507fa (diff)
downloaddexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.tar
dexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.tar.gz
dexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.tar.bz2
dexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.tar.lz
dexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.tar.xz
dexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.tar.zst
dexon-sol-tools-9f61735f94b1fb7901f57d1d2d529048b2ab1eef.zip
fix(migrations): Update README.md.
Removed older v1 and v2-testnet-beta scripts from the README.
Diffstat (limited to 'packages/migrations/README.md')
-rw-r--r--packages/migrations/README.md26
1 files changed, 2 insertions, 24 deletions
diff --git a/packages/migrations/README.md b/packages/migrations/README.md
index f4715cfa1..6836a400b 100644
--- a/packages/migrations/README.md
+++ b/packages/migrations/README.md
@@ -50,33 +50,11 @@ 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
-```