File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,6 +67,9 @@ export const bridgedChains = {
6767 ontology : {
6868 generalDisplayName : "Ontology" ,
6969 } ,
70+ aurora : {
71+ generalDisplayName : "Aurora" ,
72+ } ,
7073} as const satisfies BridgedChainsShape ;
7174
7275export const stages = {
@@ -195,6 +198,12 @@ export const stages = {
195198 bridgedBiomapper : "0x3833338Cd2eDd30F0A794D41632C1A3b3FeD0C13" ,
196199 } ,
197200 } ,
201+ aurora : {
202+ displayName : "Aurora" ,
203+ addresses : {
204+ bridgedBiomapper : "0xdFA034438Bb6F6dF349006D1036c842ea4A95085" ,
205+ } ,
206+ } ,
198207 } ,
199208 } ,
200209 testnet5 : {
@@ -327,6 +336,12 @@ export const stages = {
327336 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
328337 } ,
329338 } ,
339+ aurora : {
340+ displayName : "Aurora Testnet" ,
341+ addresses : {
342+ bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
343+ } ,
344+ } ,
330345 } ,
331346 } ,
332347} as const satisfies StagesShape ;
@@ -356,4 +371,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
356371 "vanar" ,
357372 "botanix" ,
358373 "ontology" ,
374+ "aurora" ,
359375] ) ;
You can’t perform that action at this time.
0 commit comments