relayer/ update delivery provider addresses (#3115)
This commit is contained in:
parent
73bd1abe0a
commit
44c8146c3f
|
@ -4,23 +4,23 @@
|
|||
"deliveryProviders": [
|
||||
{
|
||||
"chainId": 6,
|
||||
"address": "0xd5903a063f604D4615E5c2760b7b80D491564BBe"
|
||||
"address": "0x60a86b97a7596eBFd25fb769053894ed0D9A8366"
|
||||
},
|
||||
{
|
||||
"chainId": 14,
|
||||
"address": "0x93d56f29542c156B3e36f10dE41124B499664ff7"
|
||||
"address": "0x60a86b97a7596eBFd25fb769053894ed0D9A8366"
|
||||
},
|
||||
{
|
||||
"chainId": 4,
|
||||
"address": "0x813AB43ab264362c55BF35A1448d0fd8135049a6"
|
||||
"address": "0x60a86b97a7596eBFd25fb769053894ed0D9A8366"
|
||||
},
|
||||
{
|
||||
"chainId": 5,
|
||||
"address": "0xBF684878906629E72079D4f07D75Ef7165238092"
|
||||
"address": "0x60a86b97a7596eBFd25fb769053894ed0D9A8366"
|
||||
},
|
||||
{
|
||||
"chainId": 16,
|
||||
"address": "0xBF684878906629E72079D4f07D75Ef7165238092"
|
||||
"address": "0x60a86b97a7596eBFd25fb769053894ed0D9A8366"
|
||||
}
|
||||
],
|
||||
"wormholeRelayers": [
|
||||
|
|
|
@ -31,7 +31,7 @@ export function createWormholeRelayerUpgradeVAA(
|
|||
["bytes32", "uint8", "uint16", "bytes32"],
|
||||
[
|
||||
wormholeRelayerModule,
|
||||
1,
|
||||
2,
|
||||
chain.chainId,
|
||||
"0x" + tryNativeToHexString(newAddress, "ethereum"),
|
||||
]
|
||||
|
|
|
@ -14,27 +14,27 @@ type AddressInfo = {
|
|||
const TESTNET: { [K in ChainName]?: AddressInfo } = {
|
||||
bsc: {
|
||||
wormholeRelayerAddress: "0x80aC94316391752A193C1c47E27D382b507c93F3",
|
||||
mockDeliveryProviderAddress: "0x813AB43ab264362c55BF35A1448d0fd8135049a6",
|
||||
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
|
||||
mockIntegrationAddress: "0xb6A04D6672F005787147472Be20d39741929Aa03",
|
||||
},
|
||||
polygon: {
|
||||
wormholeRelayerAddress: "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0",
|
||||
mockDeliveryProviderAddress: "0xBF684878906629E72079D4f07D75Ef7165238092",
|
||||
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
|
||||
mockIntegrationAddress: "0x3bF0c43d88541BBCF92bE508ec41e540FbF28C56",
|
||||
},
|
||||
avalanche: {
|
||||
wormholeRelayerAddress: "0xA3cF45939bD6260bcFe3D66bc73d60f19e49a8BB",
|
||||
mockDeliveryProviderAddress: "0xd5903a063f604D4615E5c2760b7b80D491564BBe",
|
||||
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
|
||||
mockIntegrationAddress: "0x5E52f3eB0774E5e5f37760BD3Fca64951D8F74Ae",
|
||||
},
|
||||
celo: {
|
||||
wormholeRelayerAddress: "0x306B68267Deb7c5DfCDa3619E22E9Ca39C374f84",
|
||||
mockDeliveryProviderAddress: "0x93d56f29542c156B3e36f10dE41124B499664ff7",
|
||||
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
|
||||
mockIntegrationAddress: "0x7f1d8E809aBB3F6Dc9B90F0131C3E8308046E190",
|
||||
},
|
||||
moonbeam: {
|
||||
wormholeRelayerAddress: "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0",
|
||||
mockDeliveryProviderAddress: "0xBF684878906629E72079D4f07D75Ef7165238092",
|
||||
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
|
||||
mockIntegrationAddress: "0x3bF0c43d88541BBCF92bE508ec41e540FbF28C56",
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue