Skip to content

Commit f4e2719

Browse files
authored
Featuring Botanix Testnet
1 parent 60b3f89 commit f4e2719

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

index.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,24 @@ export const networkFamilies: NetworkFamily[] = [
920920
},
921921
],
922922
},
923+
{
924+
code: "3637",
925+
name: "Botanix Mainnet",
926+
chain_id: "3637",
927+
description:
928+
"The Botanix EVM is a decentralized Turing-complete Layer 2 EVM built on the native currency of bitcoin.",
929+
logo: "https://static.subquery.network/network-logos/3636.png",
930+
examples: [
931+
{
932+
name: "botanix-starter",
933+
description:
934+
"This SubQuery project indexes all transfers and approval events for the stBTC on Botanix Mainnet.",
935+
remote: "https://github.com/subquery/ethereum-subql-starter",
936+
path: "Botanix/botanix-starter",
937+
},
938+
],
939+
guides: [],
940+
},
923941
{
924942
code: "3636",
925943
name: "Botanix Testnet",

0 commit comments

Comments
 (0)