Skip to content

Commit 1d9c176

Browse files
authored
Add Ontology (#88)
1 parent 3e8e81a commit 1d9c176

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

src/data/stages.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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

6972
export 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
]);

0 commit comments

Comments
 (0)