SDK: const update (#3242)

This commit is contained in:
derpy-duck 2023-07-28 12:36:09 -04:00 committed by GitHub
parent 5255e933d6
commit f11299b888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ const TESTNET: { [K in ChainName]?: AddressInfo } = {
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
mockIntegrationAddress: "0x3bF0c43d88541BBCF92bE508ec41e540FbF28C56",
},
base: {
wormholeRelayerAddress: "0xea8029CD7FCAEFFcD1F53686430Db0Fc8ed384E1",
mockDeliveryProviderAddress: "0x60a86b97a7596eBFd25fb769053894ed0D9A8366",
mockIntegrationAddress: "0x9Ee656203B0DC40cc1bA3f4738527779220e3998",
},
};
const DEVNET: { [K in ChainName]?: AddressInfo } = {