Skip to content

Commit ce14178

Browse files
committed
Add zircuit and lens starters/networks
1 parent 814f900 commit ce14178

2 files changed

Lines changed: 483 additions & 281 deletions

File tree

index.ts

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4245,6 +4245,57 @@ export const networkFamilies: NetworkFamily[] = [
42454245
},
42464246
],
42474247
},
4248+
{
4249+
code: "232",
4250+
name: "Lens",
4251+
chain_id: "232",
4252+
description:
4253+
"Lens is a high-performance blockchain stack built for SocialFi, combining modular Social Primitives, fast settlement, and decentralized storage.",
4254+
logo: "https://static.subquery.network/network-logos/232.png",
4255+
examples: [
4256+
{
4257+
name: "lens-chain-starter",
4258+
description:
4259+
"This project can be use as a starting point for developing your new Lens Chain SubQuery project",
4260+
remote: "https://github.com/subquery/ethereum-subql-starter",
4261+
path: "Lens/lens-chain-starter",
4262+
},
4263+
],
4264+
},
4265+
{
4266+
code: "48898",
4267+
name: "Zircuit Garfield Testnet",
4268+
chain_id: "48898",
4269+
description:
4270+
"Zircuit is the AI powered blockchain for secure, automated finance.",
4271+
logo: "https://static.subquery.network/network-logos/48898.png",
4272+
examples: [
4273+
{
4274+
name: "zircuit-garfield-testnet-testnet-starter",
4275+
description:
4276+
"This project can be use as a starting point for developing your new Zircuit Garfield Testnet SubQuery project",
4277+
remote: "https://github.com/subquery/ethereum-subql-starter",
4278+
path: "Zircuit Garfield Testnet/zircuit-garfield-testnet-testnet-starter",
4279+
},
4280+
],
4281+
},
4282+
{
4283+
code: "48900",
4284+
name: "Zircuit",
4285+
chain_id: "48900",
4286+
description:
4287+
"Zircuit is the AI powered blockchain for secure, automated finance.",
4288+
logo: "https://static.subquery.network/network-logos/48898.png",
4289+
examples: [
4290+
{
4291+
name: "zircuit-starter",
4292+
description:
4293+
"This project can be use as a starting point for developing your new Zircuit SubQuery project",
4294+
remote: "https://github.com/subquery/ethereum-subql-starter",
4295+
path: "Zircuit/zircuit-starter",
4296+
},
4297+
],
4298+
},
42484299
],
42494300
},
42504301
{

0 commit comments

Comments
 (0)