chains/_data/chains/eip155-112.json
AnggaPvr 836030d6f8
Add Coinbit Mainnet (#2724)
* Add Coinbit Mainnet

* Create coinbit.json

* Remove slash from explorer url

* Update RPC Url and Decimals

* Update blockscout explorer urk

---------

Co-authored-by: Heri Sim <527101+heri16@users.noreply.github.com>
2023-05-04 10:09:40 +02:00

25 lines
531 B
JSON

{
"name": "Coinbit Mainnet",
"chain": "Coinbit",
"rpc": ["https://coinbit-rpc-mainnet.chain.sbcrypto.app"],
"faucets": [],
"nativeCurrency": {
"name": "Gas IDR",
"symbol": "GIDR",
"decimals": 18
},
"infoURL": "https://crypto.stockbit.com/",
"shortName": "coinbit",
"chainId": 112,
"networkId": 112,
"icon": "coinbit",
"explorers": [
{
"name": "blockscout",
"url": "https://coinbit-explorer.chain.sbcrypto.app",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}