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:
@@ -23,7 +23,7 @@ describe('ABI Decoding Calldata', () => {
|
||||
const defaultERC20MakerAssetAddress = addressUtils.generatePseudoRandomAddress();
|
||||
const matchOrdersSignature =
|
||||
'matchOrders((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes),(address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes,bytes,bytes),bytes,bytes)';
|
||||
const chainId: number = constants.TESTRPC_NETWORK_ID;
|
||||
const chainId: number = constants.TESTRPC_CHAIN_ID;
|
||||
let signedOrderLeft: SignedOrder;
|
||||
let signedOrderRight: SignedOrder;
|
||||
let orderLeft = {};
|
||||
@@ -85,7 +85,7 @@ describe('ABI Decoding Calldata', () => {
|
||||
contractAddresses = await migrateOnceAsync();
|
||||
await blockchainLifecycle.startAsync();
|
||||
const config = {
|
||||
networkId: constants.TESTRPC_NETWORK_ID,
|
||||
chainId: constants.TESTRPC_CHAIN_ID,
|
||||
contractAddresses,
|
||||
blockPollingIntervalMs: 10,
|
||||
};
|
||||
|
Reference in New Issue
Block a user