Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin authored Jun 6, 2024
1 parent 022dea5 commit cdb7bd2
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 @@ -1895,6 +1895,23 @@ const networkFamilies: NetworkFamily[] = [
},
],
},
{
code: "167008",
name: "Taiko Katla",
chain_id: "167008",
description:
"Taiko is a fully permissionless, Ethereum-equivalent based rollup. Inspired, secured, and sequenced by Ethereum.",
logo: "https://static.subquery.network/network-logos/17000.png",
examples: [
{
name: "taiko-katla-starter",
description:
"This SubQuery project indexes all transfers and approval events for the Taiko Token Katla (TTKOk) on Taiko Katla",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "Taiko/taiko-katla-starter",
},
],
},
{
code: "17000",
name: "Taiko Holesky",
Expand Down

0 comments on commit cdb7bd2

Please sign in to comment.