diff --git a/_data/chains/eip155-2107.json b/_data/chains/eip155-2107.json new file mode 100644 index 000000000000..abbafacf4df8 --- /dev/null +++ b/_data/chains/eip155-2107.json @@ -0,0 +1,27 @@ +{ + "name": "International Bitcoin Virtual Machine Testnet", + "chain": "IBVM Testnet", + "icon": "ibvmtest", + "rpc": [ + "https://rpc-testnet.ibvm.io/", + "wss://rpc-testnet.ibvm.io/ws/" + ], + "faucets": [], + "nativeCurrency": { + "name": "IBVM Bitcoin", + "symbol": "BTC", + "decimals": 18 + }, + "infoURL": "https://ibvm.io/", + "shortName": "IBVM", + "chainId": 2107, + "networkId": 2107, + "explorers": [ + { + "name": "IBVM Testnet explorer", + "url": "https://testnet-explorer.ibvm.io", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/icons/ibvmtest.json b/_data/icons/ibvmtest.json new file mode 100644 index 000000000000..6816cd71d45a --- /dev/null +++ b/_data/icons/ibvmtest.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmaGwqFhPkWfr5pv7sfNP8xzhSBiBCx8WWZ8hjCSbcftry", + "width": 2091, + "height": 2091, + "format": "png" + } +]