Skip to content

Commit

Permalink
Tanssi Network
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Nov 25, 2024
1 parent 7ad1431 commit 940b170
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3499,6 +3499,23 @@ const networkFamilies: NetworkFamily[] = [
],
dictionaries: ["https://dict-tyk.subquery.network/query/zora-sepolia"],
},
{
code: "5678",
name: "Tanssi Demo",
chain_id: "5678",
description: "Tanssi lets developers launch secure, scalable networks in minutes using no-code templates or fully customizable infrastructure.",
logo: "",
examples: [
{
name: "tannsi-demo-testnet-starter",
description:
"This SubQuery project indexes all transfers and approval events for the Catzilla (0xfD523866EB0a1750310c901179b94b6cEE19Dd2C) on Tannsi Demo Testnet",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "Tannsi Demo/tannsi-demo-testnet-starter",
},
],
dictionaries: ["https://dict-tyk.subquery.network/query/tanssi"],
},
/*
{
code: "592",
Expand Down Expand Up @@ -3785,23 +3802,6 @@ const networkFamilies: NetworkFamily[] = [
],
dictionaries: ["https://dict-tyk.subquery.network/query/sonic-testnet"],
},
{
code: "5678",
name: "Tanssi Demo",
chain_id: "5678",
description: "",
logo: "",
examples: [
{
name: "name",
description:
"This SubQuery project indexes all transfers and approval events for the ",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "path",
},
],
dictionaries: ["https://dict-tyk.subquery.network/query/tanssi"],
},
*/
],
},
Expand Down

0 comments on commit 940b170

Please sign in to comment.