wormhole-icco/test/testnet/cfg/wormholeAddresses.js

29 lines
881 B
JavaScript

module.exports = {
guardianRpc: ["https://wormhole-v2-testnet-api.certus.one"],
goerli: {
wormhole: "0x706abc4E45D419950511e474C7B9Ed348A4a716c",
tokenBridge: "0xF890982f9310df57d00f659cf4fd87e65adEd8d7",
chainId: 2,
},
fuji: {
wormhole: "0x7bbcE28e64B3F8b84d876Ab298393c38ad7aac4C",
tokenBridge: "0x61E44E506Ca5659E6c0bba9b678586fA2d729756",
chainId: 6,
},
binance_testnet: {
wormhole: "0x68605AD7b15c732a30b1BbC62BE8F2A509D74b4D",
tokenBridge: "0x9dcF9D205C9De35334D646BeE44b2D2859712A09",
chainId: 4,
},
mumbai: {
wormhole: "0x0CBE91CF822c73C2315FB05100C2F714765d5c20",
tokenBridge: "0x377D55a7928c046E18eEbb61977e714d2a76472a",
chainId: 5,
},
fantom_testnet: {
wormhole: "0x1BB3B4119b7BA9dfad76B0545fb3F531383c3bB7",
tokenBridge: "0x599CEa2204B4FaECd584Ab1F2b6aCA137a0afbE8",
chainId: 10,
},
};