Skip to content

Commit

Permalink
Rename Klaytn to Kaia
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly authored Sep 27, 2024
1 parent 5b77eea commit a9b3320
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1432,31 +1432,31 @@ const networkFamilies: NetworkFamily[] = [
},
{
code: "8217",
name: "Klaytn",
name: "Kaia",
chain_id: "8217",
description:
"A public blockchain platform from South Korea, developed by Kakao, focusing on user-friendly DApp development and featuring its native KLAY token.",
logo: "https://static.subquery.network/network-logos/8217.png",
examples: [
{
name: "klaytn-starter",
name: "kaia-starter",
description:
"This SubQuery project indexes all transfers and approval events Orbit ETH token on Klaytn",
"This SubQuery project indexes all transfers and approval events Orbit ETH token on Kaia",
remote: "https://github.com/subquery/ethereum-subql-starter",
path: "Klaytn/klaytn-starter",
path: "Kaia/kaia-starter",
},
],
guides: [
{
name: "Klaytn Quick Start",
name: "Kaia Quick Start",
description:
"The goal of this quick start guide is to index all transfers and approval events from the Orbit ETH on Klaytn Network.",
link: "https://academy.subquery.network/indexer/quickstart/quickstart_chains/klaytn.html",
"The goal of this quick start guide is to index all transfers and approval events from the Orbit ETH on Kaia Network.",
link: "https://academy.subquery.network/indexer/quickstart/quickstart_chains/kaia.html",
internal: true,
},
{
name: "Klaytn Documentation - SubQuery Entry",
link: "https://docs.klaytn.foundation/docs/build/tools/indexers/subquery/",
name: "Kaia Documentation - SubQuery Entry",
link: "https://docs.kaia.io/build/tools/indexers/subquery",
internal: false,
},
],
Expand Down

0 comments on commit a9b3320

Please sign in to comment.