Skip to content

Commit

Permalink
added botanix-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Dec 2, 2024
1 parent 4415828 commit 16a2a4c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions registry/eip155/botanix-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"id": "botanix-testnet",
"shortName": "Botanix",
"fullName": "Botanix Testnet",
"aliases": ["spiderchain-testnet", "spiderchain-testnet-v1", "evm-3636"],
"caip2Id": "eip155:3636",
"graphNode": { "protocol": "ethereum" },
"explorerUrls": ["https://testnet.botanixscan.io/"],
"rpcUrls": ["https://node.botanixlabs.dev"],
"apiUrls": [
{ "url": "https://enterprise.onerpc.com/botanix_testnet?apikey={API_KEY}", "kind": "etherscan" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [
{ "kind": "l2Of", "network": "btc" },
{ "kind": "testnetOf", "network": "botanix-testnet" }
],
"issuanceRewards": false,
"nativeToken": "BTC",
"docsUrl": "https://docs.botanixlabs.xyz/",
"genesis": {
"hash": "0x3797638175875c37cefa72ef546db685e43c81ba4af8238b48a495f98d61588d",
"height": 0
},
"firehose": {
"blockType": "sf.ethereum.type.v2.Block",
"evmExtendedModel": false,
"bufUrl": "https://buf.build/streamingfast/firehose-ethereum",
"bytesEncoding": "hex"
}
}

0 comments on commit 16a2a4c

Please sign in to comment.