diff --git a/_data/chains/eip155-6060.json b/_data/chains/eip155-6060.json new file mode 100644 index 000000000000..23a05103d338 --- /dev/null +++ b/_data/chains/eip155-6060.json @@ -0,0 +1,24 @@ +{ + "name": "BC Hyper POS Testnet", + "chain": "BC Hyper POS Testnet", + "rpc": ["https://rpc.bcexplorer.io"], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "faucets": [], + "nativeCurrency": { + "name": "TEST VERSATIZE COIN", + "symbol": "TVTCN", + "decimals": 18 + }, + "infoURL": "https://www.versatizecoin.com/", + "shortName": "BCH", + "chainId": 6060, + "networkId": 6060, + "icon": "bchyper", + "explorers": [ + { + "name": "bcexplorer testnet", + "url": "https://testnet.bcexplorer.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/bchyper.json b/_data/icons/bchyper.json new file mode 100644 index 000000000000..324209d2d5b8 --- /dev/null +++ b/_data/icons/bchyper.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmdofS7kgnRTnk8xeksYy7qBPLQiVSuC6C2XJea89Gh1pE", + "width": 256, + "height": 256, + "format": "png" + } +]