We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b3f89 commit f4e2719Copy full SHA for f4e2719
1 file changed
index.ts
@@ -920,6 +920,24 @@ export const networkFamilies: NetworkFamily[] = [
920
},
921
],
922
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
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
941
{
942
code: "3636",
943
name: "Botanix Testnet",
0 commit comments