diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-10-26 09:57:30 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-10-26 09:57:30 +0800 |
commit | 30809e646be02025d6f9e9ed0ff214d9ace681c8 (patch) | |
tree | 2bd1446ac81a2319a672709ca8ef9cb2dd07c643 /packages/migrations/README.md | |
parent | d5d99b9d2e3c793a95c68c1035246644b3ae80c6 (diff) | |
parent | 4a96dbe085004be49dbbaa435d4552a9c920d823 (diff) | |
download | dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.tar dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.tar.gz dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.tar.bz2 dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.tar.lz dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.tar.xz dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.tar.zst dexon-sol-tools-30809e646be02025d6f9e9ed0ff214d9ace681c8.zip |
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/input-fees-rounding
Diffstat (limited to 'packages/migrations/README.md')
-rw-r--r-- | packages/migrations/README.md | 27 |
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 -``` |