From a00eb8d736738ae4ae00dee0c5df319a4a930918 Mon Sep 17 00:00:00 2001 From: decentrabone <129739798+decentrabone@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:19:39 +0000 Subject: [PATCH] add decentrabone testnet (#2575) add --- _data/chains/eip155-910.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _data/chains/eip155-910.json diff --git a/_data/chains/eip155-910.json b/_data/chains/eip155-910.json new file mode 100644 index 00000000..1179dfd9 --- /dev/null +++ b/_data/chains/eip155-910.json @@ -0,0 +1,15 @@ +{ + "name": "DecentraBone Layer1 Testnet", + "chain": "DBONE", + "rpc": ["https://layer1test.decentrabone.com"], + "faucets": [], + "nativeCurrency": { + "name": "DecentraBone", + "symbol": "DBONE", + "decimals": 18 + }, + "infoURL": "https://decentrabone.com", + "shortName": "DBONE", + "chainId": 910, + "networkId": 910 +}