mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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>
This commit is contained in:
parent
1e8a4602ce
commit
836030d6f8
24
_data/chains/eip155-112.json
Normal file
24
_data/chains/eip155-112.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/coinbit.json
Normal file
8
_data/icons/coinbit.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdaQRUbAXJGfHeJ8jaB8WVh8CCmHExq8VjvAfXpLWWQEo",
|
||||
"width": 760,
|
||||
"height": 760,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user