mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
c664ee6a66
* Add D-Chain Mainnet * eip155-1951.json updated required property 'faucets' added. * eip155-1951.json updated required property 'infoURL' added. * run prettier
19 lines
387 B
JSON
19 lines
387 B
JSON
{
|
|
"name": "D-Chain Mainnet",
|
|
"chain": "D-Chain",
|
|
"rpc": [
|
|
"https://mainnet.d-chain.network/ext/bc/2ZiR1Bro5E59siVuwdNuRFzqL95NkvkbzyLBdrsYR9BLSHV7H4/rpc"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "DOINX",
|
|
"symbol": "DOINX",
|
|
"decimals": 18
|
|
},
|
|
"shortName": "dchain-mainnet",
|
|
"chainId": 1951,
|
|
"networkId": 1951,
|
|
"icon": "dchain",
|
|
"faucets": [],
|
|
"infoURL": ""
|
|
}
|