diff --git a/scripts/ethcommands.ts b/scripts/ethcommands.ts index 0942cbc1..79134951 100644 --- a/scripts/ethcommands.ts +++ b/scripts/ethcommands.ts @@ -407,7 +407,7 @@ export const deployExpressLaneAuctionContractCommand = { console.log("ExpressLaneAuction contract deployed at address:", contract.address); const auctioneerAddr = namedAddress(argv.auctioneer) - const initIface = new ethers.utils.Interface(["function initialize((address,address,address,(uint64,uint64,uint64,uint64),uint256,address,address,address,address,address,address,address))"]) + const initIface = new ethers.utils.Interface(["function initialize((address,address,address,(int64,uint64,uint64,uint64),uint256,address,address,address,address,address,address,address))"]) const initData = initIface.encodeFunctionData("initialize", [[ auctioneerAddr, //_auctioneer argv.biddingToken, //_biddingToken diff --git a/test-node.bash b/test-node.bash index a0babc68..8026a7d8 100755 --- a/test-node.bash +++ b/test-node.bash @@ -6,7 +6,7 @@ NITRO_NODE_VERSION=offchainlabs/nitro-node:v3.2.1-d81324d-dev BLOCKSCOUT_VERSION=offchainlabs/blockscout:v1.1.0-0e716c8 # This commit matches v2.1.0 release of nitro-contracts, with additional support to set arb owner through upgrade executor -DEFAULT_NITRO_CONTRACTS_VERSION="99c07a7db2fcce75b751c5a2bd4936e898cda065" +DEFAULT_NITRO_CONTRACTS_VERSION="bec7d629c5f4a9dc4ec786e9d6e99734a11d109b" DEFAULT_TOKEN_BRIDGE_VERSION="v1.2.2" # Set default versions if not overriden by provided env vars