mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@836030d6f8 🚀
This commit is contained in:
parent
7c01ce64d0
commit
b849afcd5d
|
@ -1046,6 +1046,14 @@
|
|||
"height": 800,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "coinbit",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmdaQRUbAXJGfHeJ8jaB8WVh8CCmHExq8VjvAfXpLWWQEo",
|
||||
"width": 760,
|
||||
"height": 760,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "j2otaro",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-112.json
Normal file
24
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"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1402,6 +1402,19 @@
|
|||
"rpc": ["https://rpc.etherlite.org"],
|
||||
"faucets": ["https://etherlite.org/faucets"],
|
||||
"infoURL": "https://etherlite.org"
|
||||
}, {
|
||||
"name": "Coinbit Mainnet",
|
||||
"chainId": 112,
|
||||
"shortName": "coinbit",
|
||||
"networkId": 112,
|
||||
"nativeCurrency": {
|
||||
"name": "Gas IDR",
|
||||
"symbol": "GIDR",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://coinbit-rpc-mainnet.chain.sbcrypto.app"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://crypto.stockbit.com/"
|
||||
}, {
|
||||
"name": "Dehvo",
|
||||
"chainId": 113,
|
||||
|
|
|
@ -2024,6 +2024,27 @@
|
|||
"chainId": 111,
|
||||
"networkId": 111,
|
||||
"icon": "etherlite"
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "Dehvo",
|
||||
"chain": "Dehvo",
|
||||
|
|
8
icons/coinbit.json
Normal file
8
icons/coinbit.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmdaQRUbAXJGfHeJ8jaB8WVh8CCmHExq8VjvAfXpLWWQEo",
|
||||
"width": 760,
|
||||
"height": 760,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -107,6 +107,7 @@
|
|||
"TT": "eip155:108",
|
||||
"xpr": "eip155:110",
|
||||
"ETL": "eip155:111",
|
||||
"coinbit": "eip155:112",
|
||||
"deh": "eip155:113",
|
||||
"c2flr": "eip155:114",
|
||||
"debank-testnet": "eip155:115",
|
||||
|
|
Loading…
Reference in New Issue
Block a user