File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ export const bridgedChains = {
6464 botanix : {
6565 generalDisplayName : "Botanix" ,
6666 } ,
67+ ontology : {
68+ generalDisplayName : "Ontology" ,
69+ } ,
6770} as const satisfies BridgedChainsShape ;
6871
6972export const stages = {
@@ -186,6 +189,12 @@ export const stages = {
186189 bridgedBiomapper : "0x7D65e3f5aEcaC155037da724f84918F2ec8487C5" ,
187190 } ,
188191 } ,
192+ ontology : {
193+ displayName : "Ontology" ,
194+ addresses : {
195+ bridgedBiomapper : "0x3833338Cd2eDd30F0A794D41632C1A3b3FeD0C13" ,
196+ } ,
197+ } ,
189198 } ,
190199 } ,
191200 testnet5 : {
@@ -312,6 +321,12 @@ export const stages = {
312321 bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
313322 } ,
314323 } ,
324+ ontology : {
325+ displayName : "Ontology Testnet" ,
326+ addresses : {
327+ bridgedBiomapper : "0x16F2a7AC67B6aC1E57dD5528A24b1fC689902Be2" ,
328+ } ,
329+ } ,
315330 } ,
316331 } ,
317332} as const satisfies StagesShape ;
@@ -340,4 +355,5 @@ export const bridgedChainsDisplayOrder = defineBridgedChainIdsOrder([
340355 "soneium" ,
341356 "vanar" ,
342357 "botanix" ,
358+ "ontology" ,
343359] ) ;
You can’t perform that action at this time.
0 commit comments