Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Upgrade migration file with new 0x kovan contract addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
asoong committed Sep 13, 2018
1 parent 59dcb61 commit ce6df8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migrations/2_core.js
Expand Up @@ -12,8 +12,8 @@ const EXCHANGES = {
KYBER: 2,
TAKER_WALLET: 3,
}
const ZERO_EX_EXCHANGE_ADDRESS_KOVAN = '0xb65619b82c4d385de0c5b4005452c2fdee0f86d1';
const ZERO_EX_ERC20_PROXY_ADDRESS_KOVAN = '0x5bc0de240e1c1b211538ca077a82bb39f4179087';
const ZERO_EX_EXCHANGE_ADDRESS_KOVAN = '0x35dd2932454449b14cee11a94d3674a936d5d7b2';
const ZERO_EX_ERC20_PROXY_ADDRESS_KOVAN = '0xf1ec01d6236d3cd881a0bf0130ea25fe4234003e';

module.exports = function(deployer, network, accounts) {
if (network == "development") {
Expand Down

0 comments on commit ce6df8b

Please sign in to comment.