diff --git a/go.mod b/go.mod index 822b6214..dfa04d03 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/alexliesenfeld/health v0.8.0 github.com/ava-labs/avalanchego v1.12.1-0.20241210172525-c7ebd8fbae88 github.com/ava-labs/coreth v0.13.9-rc.1 - github.com/ava-labs/icm-contracts v1.0.9-0.20241210181701-a4bd5c92b056 + github.com/ava-labs/icm-contracts v1.0.9-0.20241212194240-fc146e9f2342 github.com/ava-labs/subnet-evm v0.6.13-0.20241205165027-6c98da796f35 github.com/aws/aws-sdk-go-v2 v1.32.6 github.com/aws/aws-sdk-go-v2/config v1.28.6 diff --git a/go.sum b/go.sum index 1cf48fff..7d13a830 100644 --- a/go.sum +++ b/go.sum @@ -64,8 +64,8 @@ github.com/ava-labs/avalanchego v1.12.1-0.20241210172525-c7ebd8fbae88 h1:tZdtOPF github.com/ava-labs/avalanchego v1.12.1-0.20241210172525-c7ebd8fbae88/go.mod h1:yhD5dpZyStIVbxQ550EDi5w5SL7DQ/xGE6TIxosb7U0= github.com/ava-labs/coreth v0.13.9-rc.1 h1:qIICpC/OZGYUP37QnLgIqqwGmxnLwLpZaUlqJNI85vU= github.com/ava-labs/coreth v0.13.9-rc.1/go.mod h1:7aMsRIo/3GBE44qWZMjnfqdqfcfZ5yShTTm2LObLaYo= -github.com/ava-labs/icm-contracts v1.0.9-0.20241210181701-a4bd5c92b056 h1:VJDtg5UW4SWBeEMtv6qdWgEohdZxEp3jGDAllH6f8eI= -github.com/ava-labs/icm-contracts v1.0.9-0.20241210181701-a4bd5c92b056/go.mod h1:b6Hr01e5LWPua+nuZrSjjCyqfEhgFFdjBmKoJMoWTZo= +github.com/ava-labs/icm-contracts v1.0.9-0.20241212194240-fc146e9f2342 h1:vuGh2uqYnQ3cki5M8R+fv6wcLXmOtT4mk+RW8L4ztAk= +github.com/ava-labs/icm-contracts v1.0.9-0.20241212194240-fc146e9f2342/go.mod h1:W7S2SNzJ0JjySld9s2rplsqEYmuEyapjWVDRTM9eBd0= github.com/ava-labs/subnet-evm v0.6.13-0.20241205165027-6c98da796f35 h1:CbXWon0fwGDEDCCiChx2VeIIwO3UML9+8OUTyNwPsxA= github.com/ava-labs/subnet-evm v0.6.13-0.20241205165027-6c98da796f35/go.mod h1:SfAF4jjYPkezKWShPY/T31WQdD/UHrDyqy0kxA0LE0w= github.com/aws/aws-sdk-go-v2 v1.32.6 h1:7BokKRgRPuGmKkFMhEg/jSul+tB9VvXhcViILtfG8b4= diff --git a/tests/contracts/lib/teleporter b/tests/contracts/lib/teleporter index 57796c8d..fc146e9f 160000 --- a/tests/contracts/lib/teleporter +++ b/tests/contracts/lib/teleporter @@ -1 +1 @@ -Subproject commit 57796c8d6c5fc7ac984b492b93233cf083ea8381 +Subproject commit fc146e9f23423397fdbfff854646e2c4d1db0fa5 diff --git a/tests/e2e_test.go b/tests/e2e_test.go index f43b2722..8e5e5b2b 100644 --- a/tests/e2e_test.go +++ b/tests/e2e_test.go @@ -91,20 +91,22 @@ var _ = ginkgo.BeforeSuite(func() { warpGenesisTemplateFile, []network.L1Spec{ { - Name: "A", - EVMChainID: 12345, - TeleporterContractAddress: teleporterContractAddress, - TeleporterDeployedBytecode: teleporterDeployedByteCode, - TeleporterDeployerAddress: teleporterDeployerAddress, - NodeCount: 2, + Name: "A", + EVMChainID: 12345, + TeleporterContractAddress: teleporterContractAddress, + TeleporterDeployedBytecode: teleporterDeployedByteCode, + TeleporterDeployerAddress: teleporterDeployerAddress, + NodeCount: 2, + RequirePrimaryNetworkSigners: true, }, { - Name: "B", - EVMChainID: 54321, - TeleporterContractAddress: teleporterContractAddress, - TeleporterDeployedBytecode: teleporterDeployedByteCode, - TeleporterDeployerAddress: teleporterDeployerAddress, - NodeCount: 2, + Name: "B", + EVMChainID: 54321, + TeleporterContractAddress: teleporterContractAddress, + TeleporterDeployedBytecode: teleporterDeployedByteCode, + TeleporterDeployerAddress: teleporterDeployerAddress, + NodeCount: 2, + RequirePrimaryNetworkSigners: true, }, }, 4, diff --git a/tests/utils/warp-genesis-template.json b/tests/utils/warp-genesis-template.json index 4cf2d62e..3ac111e0 100644 --- a/tests/utils/warp-genesis-template.json +++ b/tests/utils/warp-genesis-template.json @@ -22,7 +22,8 @@ "blockGasCostStep": 500000 }, "warpConfig": { - "blockTimestamp": 1719343601 + "blockTimestamp": 1719343601, + "requirePrimaryNetworkSigners" : }, "contractNativeMinterConfig": { "blockTimestamp": 0,