Skip to content

Commit

Permalink
added botanix testnet. added extra api url for abstract-testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
alinobrasil committed Dec 2, 2024
1 parent 84f807f commit a6f7729
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.6.10",
"version": "0.6.11",
"private": true,
"type": "module",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions registry/eip155/abstract-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"url": "https://block-explorer-api.testnet.abs.xyz/api",
"kind": "etherscan"
},
{
"url": "https://api.routescan.io/v2/network/testnet/evm/11124/etherscan/api",
"kind": "etherscan"
}
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
Expand Down
32 changes: 32 additions & 0 deletions registry/eip155/botanix-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"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://api.routescan.io/v2/network/testnet/evm/3636/etherscan/api", "kind": "etherscan" }
],
"services": { "subgraphs": ["https://api.thegraph.com/deploy"] },
"networkType": "testnet",
"relations": [
{ "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 a6f7729

Please sign in to comment.