From 4099154a54546579e3b98c126aefa5392e7850f4 Mon Sep 17 00:00:00 2001 From: James Bayly Date: Fri, 11 Oct 2024 11:57:46 +0800 Subject: [PATCH] Ontology --- index.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.ts b/index.ts index 5299b2d..f244bb2 100644 --- a/index.ts +++ b/index.ts @@ -1870,6 +1870,23 @@ const networkFamilies: NetworkFamily[] = [ }, ], }, + { + code: "5851", + name: "Ontology EVM Testnet", + chain_id: "5851", + description: + "The Ontology blockchain is a high speed, low cost public blockchain bringing decentralized identity and data solutions to Web3.", + logo: "", + examples: [ + { + name: "ontology-evm-testnet-starter", + description: + "This SubQuery project indexes all transfers and approval events for the WONT Token on Ontology EVM Testnet", + remote: "https://github.com/subquery/ethereum-subql-starter", + path: "Ontology/ontology-evm-testnet-starter", + }, + ], + }, { code: "62050", name: "Optopia",