mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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>
25 lines
531 B
JSON
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"
|
|
}
|
|
]
|
|
}
|