Skip to content

Commit 464a939

Browse files
authored
Add Somnia (#120)
1 parent dadc55b commit 464a939

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/data/stages.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ export const bridgedChains = {
8585
ethereum: {
8686
generalDisplayName: "Ethereum",
8787
},
88+
somnia: {
89+
generalDisplayName: "Somnia",
90+
},
8891
} as const satisfies BridgedChainsShape;
8992

9093
export const stages = {
@@ -254,6 +257,12 @@ export const stages = {
254257
bridgedBiomapper: "0x8AeF4C03D8CcA88387b9228869FdDEeb40eE5926",
255258
},
256259
},
260+
somnia: {
261+
displayName: "Somnia",
262+
addresses: {
263+
bridgedBiomapper: "0x0c7A4175d278fe569B65Ce82EA00a0cC901873AB",
264+
},
265+
},
257266
},
258267
},
259268
testnet5: {
@@ -417,6 +426,12 @@ export const stages = {
417426
bridgedBiomapper: "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2",
418427
},
419428
},
429+
somnia: {
430+
displayName: "Somnia Testnet (Shannon)",
431+
addresses: {
432+
bridgedBiomapper: "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2",
433+
},
434+
},
420435
},
421436
},
422437
} as const satisfies StagesShape;
@@ -452,4 +467,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
452467
"fuse",
453468
"monad-testnet",
454469
"ethereum",
470+
"somnia",
455471
]);

0 commit comments

Comments
 (0)