Skip to content

Commit

Permalink
Ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Oct 11, 2024
1 parent 4e3efd9 commit 4099154
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4099154

Please sign in to comment.