Change all instances of networkId to chainId (#2313)

* abi-gen/test: recompile contract fixtures for 3.0

It seems this hadn't been done since the merge with the 3.0 branch.

* Sync `monorepo$ yarn test` exclusions to CI config

* sra-spec: correct typo

* contract-wrappers: TODO after coord.-server update

* utils: fix typo in comment

* Refactor networkId to chainId everywhere

* Update CHANGELOGs
This commit is contained in:
F. Eugene Aumson
2019-11-06 01:18:55 -05:00
committed by GitHub
parent e61f23d001
commit f51c80adb2
100 changed files with 5341 additions and 5213 deletions

View File

@@ -3,7 +3,7 @@
from eth_utils import to_checksum_address
from web3 import Web3, HTTPProvider
from zero_ex.contract_addresses import network_to_addresses, NetworkId
from zero_ex.contract_addresses import chain_to_addresses, ChainId
from zero_ex.middlewares.local_message_signer import (
construct_local_message_signer,
)
@@ -17,7 +17,7 @@ def test_local_message_signer__sign_order():
"d6db0157d9dfe9f9fadb8dedabb7786352843357f4ec8d0fbcbeeb619b1091f5803"
)
address = "0x5409ED021D9299bf6814279A6A1411A7e866A631"
exchange = network_to_addresses(NetworkId.GANACHE).exchange
exchange = chain_to_addresses(ChainId.GANACHE).exchange
private_key = (
"f2f48ee19680706196e2e339e5da3491186e0c4c5030670656b0e0164837257d"
)