Skip to content

Commit 0be7740

Browse files
authored
fix: smoke test (#674)
1 parent cd30d09 commit 0be7740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mainnet/SmokeTest.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ contract SmokeTest is MainnetBaseSetup {
9898
newAddresses[6] = 0x7c9c8C0A9aA5D8a2c2e6C746641117Cc9591296a;
9999
newAddresses[7] = 0x1666660D2F506e754CB5c8E21BDedC7DdEc6Be1C;
100100
newAddresses[8] = 0x1a6805487322565202848f239C1B5bC32303C2FE;
101-
newAddresses[10] = 0x4393C2a521ef115cd32C1d45897E7ce33aDa7aa9;
101+
newAddresses[10] = 0xC417496D46eD390514cEABE2297ec6d65Df214a4;
102102

103103
for (uint256 i = 0; i < TARGET_DEPLOYMENT_CHAINS.length; ++i) {
104104
vm.selectFork(FORKS[TARGET_DEPLOYMENT_CHAINS[i]]);

0 commit comments

Comments
 (0)