File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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
9093export 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] ) ;
You can’t perform that action at this time.
0 commit comments