Skip to content

Commit 9c384fa

Browse files
authored
update constants (#404)
1 parent 2f1f4ca commit 9c384fa

File tree

10 files changed

+81
-56
lines changed

10 files changed

+81
-56
lines changed

core/base/src/constants/chains.ts

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { MapLevel} from './../utils/index.js';
2-
import { zip } from './../utils/index.js';
3-
import { constMap } from '../utils/mapping.js';
1+
import type { MapLevel } from "./../utils/index.js";
2+
import { zip } from "./../utils/index.js";
3+
import { constMap } from "../utils/mapping.js";
44

55
// prettier-ignore
66
const chainIdAndChainEntries = [
@@ -40,19 +40,23 @@ const chainIdAndChainEntries = [
4040
[ 30, "Base" ],
4141
[ 32, "Sei" ],
4242
[ 33, "Rootstock" ],
43+
[ 34, "Scroll" ],
44+
[ 35, "Mantle" ],
4345
[ 3104, "Wormchain" ],
4446
[ 4000, "Cosmoshub" ],
4547
[ 4001, "Evmos" ],
4648
[ 4002, "Kujira" ],
4749
[ 4003, "Neutron" ],
4850
[ 4004, "Celestia" ],
4951
[ 4005, "Stargaze" ],
52+
[ 4006, "Seda" ],
5053
[ 4007, "Dymension" ],
5154
[10002, "Sepolia" ],
5255
[10003, "ArbitrumSepolia"],
5356
[10004, "BaseSepolia" ],
5457
[10005, "OptimismSepolia"],
5558
[10006, "Holesky" ],
59+
[10007, "PolygonSepolia" ],
5660
] as const satisfies MapLevel<number, string>;
5761

5862
export const [chainIds, chains] = zip(chainIdAndChainEntries);

core/base/src/constants/contracts/core.ts

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { MapLevels } from './../../utils/index.js';
2-
import type { Network } from '../networks.js';
3-
import type { Chain } from '../chains.js';
1+
import type { MapLevels } from "./../../utils/index.js";
2+
import type { Network } from "../networks.js";
3+
import type { Chain } from "../chains.js";
44

55
// prettier-ignore
66
export const coreBridgeContracts = [[
@@ -73,11 +73,13 @@ export const coreBridgeContracts = [[
7373
["BaseSepolia", "0x79A1027a6A159502049F10906D333EC57E95F083"],
7474
["OptimismSepolia", "0x31377888146f3253211EFEf5c676D41ECe7D58Fe"],
7575
["Holesky", "0xa10f2eF61dE1f19f586ab8B6F2EbA89bACE63F7a"],
76+
["Neutron", "neutron1enf63k37nnv9cugggpm06mg70emcnxgj9p64v2s8yx7a2yhhzk2q6xesk4"],
77+
["Mantle", "0x376428e7f26D5867e69201b275553C45B09EE090"],
7678
]], [
7779
"Devnet", [
7880
["Solana", "Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o"],
7981
["Ethereum", "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550"],
80-
["Terra", "terra18vd8fpwxzck93qlwghaj6arh4p7c5n896xzem5"],
82+
["Terra", "terra14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9ssrc8au"],
8183
["Bsc", "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550"],
8284
["Algorand", "1004"],
8385
["Near", "wormhole.test.near"],

core/base/src/constants/contracts/relayer.ts

+14-10
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,20 @@ export const relayerContracts = [[
2020
["Optimism", "0x27428DD2d3DD32A4D7f7C497eAaa23130d894911"],
2121
]], [
2222
"Testnet", [
23-
["Ethereum", "0x28D8F1Be96f97C1387e94A53e00eCcFb4E75175a"],
24-
["Bsc", "0x80aC94316391752A193C1c47E27D382b507c93F3"],
25-
["Polygon", "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0"],
26-
["Avalanche", "0xA3cF45939bD6260bcFe3D66bc73d60f19e49a8BB"],
27-
["Fantom", "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b"],
28-
["Celo", "0x306B68267Deb7c5DfCDa3619E22E9Ca39C374f84"],
29-
["Moonbeam", "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0"],
30-
["Arbitrum", "0xAd753479354283eEE1b86c9470c84D42f229FF43"],
31-
["Optimism", "0x01A957A525a5b7A72808bA9D10c389674E459891"],
32-
["Base", "0xea8029CD7FCAEFFcD1F53686430Db0Fc8ed384E1"],
23+
["Ethereum", "0x28D8F1Be96f97C1387e94A53e00eCcFb4E75175a"],
24+
["Bsc", "0x80aC94316391752A193C1c47E27D382b507c93F3"],
25+
["Polygon", "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0"],
26+
["Avalanche", "0xA3cF45939bD6260bcFe3D66bc73d60f19e49a8BB"],
27+
["Fantom", "0x9563a59c15842a6f322b10f69d1dd88b41f2e97b"],
28+
["Celo", "0x306B68267Deb7c5DfCDa3619E22E9Ca39C374f84"],
29+
["Moonbeam", "0x0591C25ebd0580E0d4F27A82Fc2e24E7489CB5e0"],
30+
["Arbitrum", "0xAd753479354283eEE1b86c9470c84D42f229FF43"],
31+
["Optimism", "0x01A957A525a5b7A72808bA9D10c389674E459891"],
32+
["Base", "0xea8029CD7FCAEFFcD1F53686430Db0Fc8ed384E1"],
33+
["Sepolia", "0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470"],
34+
["ArbitrumSepolia", "0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470"],
35+
["BaseSepolia", "0x93BAD53DDfB6132b0aC8E37f6029163E63372cEE"],
36+
["OptimismSepolia", "0x93BAD53DDfB6132b0aC8E37f6029163E63372cEE"]
3337
]], [
3438
"Devnet", [
3539
["Ethereum", "0xE66C1Bc1b369EF4F376b84373E3Aa004E8F4C083"],

core/base/src/constants/contracts/tokenBridge.ts

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { MapLevels } from './../../utils/index.js';
2-
import type { Network } from '../networks.js';
3-
import type { Chain } from '../chains.js';
1+
import type { MapLevels } from "./../../utils/index.js";
2+
import type { Network } from "../networks.js";
3+
import type { Chain } from "../chains.js";
44

55
// prettier-ignore
66
export const tokenBridgeContracts = [[
@@ -65,11 +65,12 @@ export const tokenBridgeContracts = [[
6565
["Sepolia", "0xDB5492265f6038831E89f495670FF909aDe94bd9"],
6666
["Wormchain", "wormhole1aaf9r6s7nxhysuegqrxv0wpm27ypyv4886medd3mrkrw6t4yfcnst3qpex"],
6767
["Holesky", "0x76d093BbaE4529a342080546cAFEec4AcbA59EC6"],
68+
["Mantle", "0x75Bfa155a9D7A3714b0861c8a8aF0C4633c45b5D"],
6869
]], [
6970
"Devnet", [
7071
["Solana", "B6RHG3mfcckmrYN1UhmJzyS1XX3fZKbkeUcpJe9Sy3FE"],
7172
["Ethereum", "0x0290FB167208Af455bB137780163b7B7a9a10C16"],
72-
["Terra", "terra10pyejy66429refv3g35g2t7am0was7ya7kz2a4"],
73+
["Terra", "terra1nc5tatafv6eyq7llkr2gv50ff9e22mnf70qgjlv737ktmt4eswrquka9l6"],
7374
["Bsc", "0x0290FB167208Af455bB137780163b7B7a9a10C16"],
7475
["Algorand", "1006"],
7576
["Near", "token.test.near"],

core/base/src/constants/finality.ts

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { MapLevel} from './../utils/index.js';
2-
import { constMap } from './../utils/index.js';
3-
import type { Chain } from './chains.js';
1+
import type { MapLevel } from "./../utils/index.js";
2+
import { constMap } from "./../utils/index.js";
3+
import type { Chain } from "./chains.js";
44

55
// https://www.notion.so/Finality-in-Wormhole-78ffa423abd44b7cbe38483a16040d83
66

@@ -103,11 +103,14 @@ const blockTimeMilliseconds = [
103103
["OptimismSepolia", 2_000],
104104
["Osmosis", 6_000],
105105
["Polygon", 2_000],
106+
["PolygonSepolia", 2_000],
106107
["Rootstock", 30_000],
107108
["Sei", 400],
108109
["Sepolia", 15_000],
109110
["Solana", 400],
110111
["Sui", 3_000],
112+
["Scroll", 4_000],
113+
["Mantle", 2_000],
111114
["Terra", 6_000],
112115
["Terra2", 6_000],
113116
["Xpla", 5_000],
@@ -118,6 +121,7 @@ const blockTimeMilliseconds = [
118121
["Celestia", 5_000],
119122
["Neutron", 5_000],
120123
["Stargaze", 5_000],
124+
["Seda", 7_500],
121125
] as const satisfies MapLevel<Chain, number>;
122126

123127
/** The amount of time between block production, in milliseconds */

core/base/src/constants/nativeChainIds.ts

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
import type { MapLevels, ToMapping, Widen } from './../utils/index.js';
2-
import { constMap } from './../utils/index.js';
3-
import type { Chain } from './chains.js';
4-
import type { Network } from './networks.js';
5-
import type { Platform, PlatformToChains} from './platforms.js';
6-
import { chainToPlatform } from './platforms.js';
1+
import type { MapLevels, ToMapping, Widen } from "./../utils/index.js";
2+
import { constMap } from "./../utils/index.js";
3+
import type { Chain } from "./chains.js";
4+
import type { Network } from "./networks.js";
5+
import type { Platform, PlatformToChains } from "./platforms.js";
6+
import { chainToPlatform } from "./platforms.js";
77

88
// prettier-ignore
99
const chainNetworkNativeChainIdEntries = [[
@@ -171,7 +171,18 @@ const chainNetworkNativeChainIdEntries = [[
171171
]],[
172172
"Dymension", [
173173
["Mainnet", "dymension_1100-1"]
174+
]], [
175+
"Seda",[
176+
["Testnet", "seda-1-testnet"],
177+
]], [
178+
"PolygonSepolia", [
179+
["Testnet", 80002n]
174180
]],
181+
[
182+
"Mantle", [
183+
["Mainnet", 5000n],
184+
["Testnet", 5003n] // Sepolia testnet
185+
]]
175186
] as const satisfies MapLevels<[Chain, Network, bigint | string]>;
176187

177188
export const networkChainToNativeChainId = constMap(chainNetworkNativeChainIdEntries, [[1, 0], 2]);

core/base/src/constants/platforms.ts

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { MapLevel, RoArray} from './../utils/index.js';
2-
import { column, constMap } from './../utils/index.js';
3-
import type { Chain } from './chains.js';
1+
import type { MapLevel, RoArray } from "./../utils/index.js";
2+
import { column, constMap } from "./../utils/index.js";
3+
import type { Chain } from "./chains.js";
44

55
// prettier-ignore
66
const platformAndChainsEntries = [[
@@ -28,6 +28,9 @@ const platformAndChainsEntries = [[
2828
"BaseSepolia",
2929
"OptimismSepolia",
3030
"Holesky",
31+
"PolygonSepolia",
32+
"Mantle",
33+
"Scroll",
3134
]], [
3235
"Solana", [
3336
"Solana",
@@ -47,7 +50,8 @@ const platformAndChainsEntries = [[
4750
"Dymension",
4851
"Neutron",
4952
"Stargaze",
50-
"Celestia"
53+
"Celestia",
54+
"Seda",
5155
]], [
5256
"Btc", [
5357
"Btc"

core/base/src/constants/rpc.ts

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import type { MapLevels} from './../utils/index.js';
2-
import { constMap } from './../utils/index.js';
3-
import type { Network } from './networks.js';
4-
import type { Chain } from './chains.js';
1+
import type { MapLevels } from "./../utils/index.js";
2+
import { constMap } from "./../utils/index.js";
3+
import type { Network } from "./networks.js";
4+
import type { Chain } from "./chains.js";
55

66
// prettier-ignore
77
const rpcConfig = [[
@@ -65,6 +65,8 @@ const rpcConfig = [[
6565
["ArbitrumSepolia", "https://sepolia-rollup.arbitrum.io/rpc"],
6666
["OptimismSepolia", "https://sepolia.optimism.io"],
6767
["BaseSepolia", "https://sepolia.base.org"],
68+
["PolygonSepolia", "https://rpc-amoy.polygon.technology/"],
69+
["Mantle", "https://mantle-sepolia.drpc.org"],
6870
["Karura", "https://eth-rpc-karura-testnet.aca-staging.network"],
6971
["Acala", "https://eth-rpc-acala-testnet.aca-staging.network"],
7072
]], [
+9-18
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
import type {
2+
Chain,
23
CustomConversion,
34
FixedConversion,
45
UintLayoutItem,
5-
Chain} from "@wormhole-foundation/sdk-base";
6-
import {
7-
chains,
8-
toChainId,
9-
chainToChainId,
10-
chainIdToChain
116
} from "@wormhole-foundation/sdk-base";
7+
import { chainToChainId, chains, toChain } from "@wormhole-foundation/sdk-base";
128

139
const chainItemBase = { binary: "uint", size: 2 } as const;
1410

1511
type AllowNull<T, B extends boolean> = B extends true ? T | null : T;
1612

1713
export const chainItem = <
1814
C extends readonly Chain[] = typeof chains,
19-
N extends boolean = false
15+
N extends boolean = false,
2016
>(opts?: {
2117
allowedChains?: C;
2218
allowNull?: N;
@@ -27,26 +23,21 @@ export const chainItem = <
2723
to: (val: number): AllowNull<C[number], N> => {
2824
if (val === 0) {
2925
if (!opts?.allowNull)
30-
throw new Error(
31-
"ChainId 0 is not valid for this protocol and action"
32-
);
26+
throw new Error("ChainId 0 is not valid for this protocol and action");
3327

3428
return null as AllowNull<C[number], N>;
3529
}
3630

37-
const chain = chainIdToChain(toChainId(val));
31+
const chain = toChain(val);
3832
const allowedChains = opts?.allowedChains ?? chains;
3933
if (!allowedChains.includes(chain))
40-
throw new Error(
41-
`Chain ${chain} not in allowed chains ${allowedChains}`
42-
);
34+
throw new Error(`Chain ${chain} not in allowed chains ${allowedChains}`);
4335

4436
return chain;
4537
},
46-
from: (val: AllowNull<C[number], N>): number =>
47-
val == null ? 0 : chainToChainId(val),
38+
from: (val: AllowNull<C[number], N>): number => (val == null ? 0 : chainToChainId(val)),
4839
} satisfies CustomConversion<number, AllowNull<C[number], N>>,
49-
} as const satisfies UintLayoutItem);
40+
}) as const satisfies UintLayoutItem;
5041

5142
export const fixedChainItem = <C extends Chain>(chain: C) =>
5243
({
@@ -55,4 +46,4 @@ export const fixedChainItem = <C extends Chain>(chain: C) =>
5546
to: chain,
5647
from: chainToChainId(chain),
5748
} satisfies FixedConversion<number, C>,
58-
} as const satisfies UintLayoutItem);
49+
}) as const satisfies UintLayoutItem;

platforms/cosmwasm/src/constants.ts

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ const cosmwasmAddressPrefix = [
4040
["Stargaze", "stars"],
4141
["Dymension", "dym"],
4242
["Neutron", "neutron"],
43+
["Seda", "seda"],
4344
] as const satisfies RoArray<readonly [CosmwasmChains, string]>;
4445

4546
export const chainToAddressPrefix = constMap(cosmwasmAddressPrefix);
@@ -78,6 +79,7 @@ const cosmwasmNativeDenom = [
7879
["Terra2", "uluna"],
7980
["Wormchain", "uworm"],
8081
["Xpla", "uxpla"],
82+
["Seda", "aseda"],
8183
],
8284
],
8385
[

0 commit comments

Comments
 (0)