Deploy new helloworld contracts (#1922)
### Description Deployed helloworld contracts on mainnet2 & testnet3 hyperlane contexts. The currently deployed version reads gas amounts from a mapping that isn't populated. The latest helloworld contracts just use a constant 50k gas. The deployed rc contexts already use this constant gas amount ### Drive-by changes n/a ### Related issues n/a ### Backward compatibility _Are these changes backward compatible?_ Yes _Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling?_ Sorta - we need to deploy testnet3 and mainnet2 kathy from a monorepo commit following this change so that the new contracts are used ### Testing _What kind of testing have these changes undergone?_ Deployedpull/1923/head
parent
8c456c97f4
commit
5ccba5570d
@ -1,29 +1,29 @@ |
||||
{ |
||||
"bsc": { |
||||
"router": "0xd54fF402ADf0a7CBad9626B1261bF4bEB26A437a" |
||||
"router": "0xB97d3bF2fC296c2cAC4056bBC8A783ff39408e20" |
||||
}, |
||||
"avalanche": { |
||||
"router": "0x76a2f655352752Af6CE9B03932B9090009Dc5D0C" |
||||
"router": "0x2A925CD8a5d919c5c6599633090c37fe38A561b6" |
||||
}, |
||||
"polygon": { |
||||
"router": "0x4fF971fd795ACdc913Adc3cA91500c2348eb1Da4" |
||||
"router": "0x6c0aC8cEA75232aa7BeD8cbe9C4f820E7a77a9C3" |
||||
}, |
||||
"celo": { |
||||
"router": "0x133b217f9e14872a47c6da5ced5a4d7AA80EA1A4" |
||||
"router": "0x4151773Db70C0b2D4c43Ea44A5FB5803ff1d3e0B" |
||||
}, |
||||
"arbitrum": { |
||||
"router": "0xaB402f227e892Ef37C105bf06619c0fa106a1fB2" |
||||
"router": "0x96271cA0ab9eeFB3Ca481749c0Ca4c705fD4F523" |
||||
}, |
||||
"optimism": { |
||||
"router": "0x2B0860E52244F03e59f12Cfe413d6a29bC30b893" |
||||
"router": "0xA6f0A37DFDe9C2c8F46F010989C47d9edB3a9FA8" |
||||
}, |
||||
"ethereum": { |
||||
"router": "0xB1Ab5600bB510BED4487c97Ab16Da9E84dda45E8" |
||||
"router": "0x9311cEE522A7C122B843b66cC31C6a63e2F92641" |
||||
}, |
||||
"moonbeam": { |
||||
"router": "0xbaa8e84def81f92ECB4161e45BA5Eda16B255397" |
||||
"router": "0xAe067C08703508230357025B38c35Cd12793628c" |
||||
}, |
||||
"gnosis": { |
||||
"router": "0x182E8d7c5F1B06201b102123FC7dF0EaeB445a7B" |
||||
"router": "0x26f32245fCF5Ad53159E875d5Cae62aEcf19c2d4" |
||||
} |
||||
} |
||||
|
@ -1,26 +1,26 @@ |
||||
{ |
||||
"alfajores": { |
||||
"router": "0x921D3A71386d3Ab8f3AD4eC91ce1556D5FC26859" |
||||
"router": "0x477D860f8F41bC69dDD32821F2Bf2C2Af0243F16" |
||||
}, |
||||
"fuji": { |
||||
"router": "0x1C847335D123632fC7D662AB87Ac7872aCD920f2" |
||||
"router": "0x5da3b8d6F73dF6003A490072106730218c475AAd" |
||||
}, |
||||
"mumbai": { |
||||
"router": "0x854fd51C04408ad84DA3838A4fF7282522F7866E" |
||||
"router": "0x1A4d8a5eD6C93Af828655e15C44eeE2c2851F0D6" |
||||
}, |
||||
"bsctestnet": { |
||||
"router": "0x5447A1679f1Ce836A241c50ae1FC915d3DbA9c23" |
||||
"router": "0xE09BF59dCA6e622efC33f6fbd8EF85dE45233388" |
||||
}, |
||||
"goerli": { |
||||
"router": "0x0637A1360Ea44602DAe5c4ba515c2BCb6C762fbc" |
||||
"router": "0x405BFdEcB33230b4Ad93C29ba4499b776CfBa189" |
||||
}, |
||||
"moonbasealpha": { |
||||
"router": "0xE81De1d727Ba319185a86D92E8Eb4e41046CE6B7" |
||||
"router": "0x89e02C3C7b97bCBa63279E10E2a44e6cEF69E6B2" |
||||
}, |
||||
"optimismgoerli": { |
||||
"router": "0xa76A3E719E5ff7159a29B8876272052b89B3589F" |
||||
"router": "0x3582d1238cBC812165981E4fFaB0E8D9a4518910" |
||||
}, |
||||
"arbitrumgoerli": { |
||||
"router": "0xa76A3E719E5ff7159a29B8876272052b89B3589F" |
||||
"router": "0x339B46496D60b1b6B42e9715DeD8B3D2154dA0Bb" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue