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@6789160912 🚀
This commit is contained in:
parent
4127d334e0
commit
79a45d3920
File diff suppressed because one or more lines are too long
29
chains/eip155-3737.json
Normal file
29
chains/eip155-3737.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"name": "Crossbell",
|
||||
"chain": "Crossbell",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://rpc.crossbell.io"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.crossbell.io"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Crossbell Token",
|
||||
"symbol": "CSB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://crossbell.io",
|
||||
"shortName": "csb",
|
||||
"chainId": 3737,
|
||||
"networkId": 3737,
|
||||
"icon": "crossbell",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Crossbell Explorer",
|
||||
"url": "https://scan.crossbell.io",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
File diff suppressed because one or more lines are too long
|
@ -3183,6 +3183,19 @@
|
|||
"rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://bittexscan.com"
|
||||
}, {
|
||||
"name": "Crossbell",
|
||||
"chainId": 3737,
|
||||
"shortName": "csb",
|
||||
"networkId": 3737,
|
||||
"nativeCurrency": {
|
||||
"name": "Crossbell Token",
|
||||
"symbol": "CSB",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.crossbell.io"],
|
||||
"faucets": ["https://faucet.crossbell.io"],
|
||||
"infoURL": "https://crossbell.io"
|
||||
}, {
|
||||
"name": "DYNO Mainnet",
|
||||
"chainId": 3966,
|
||||
|
|
|
@ -4409,6 +4409,27 @@
|
|||
"icon": "etherscan",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Crossbell",
|
||||
"chain": "Crossbell",
|
||||
"network": "mainnet",
|
||||
"rpc": ["https://rpc.crossbell.io"],
|
||||
"faucets": ["https://faucet.crossbell.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Crossbell Token",
|
||||
"symbol": "CSB",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://crossbell.io",
|
||||
"shortName": "csb",
|
||||
"chainId": 3737,
|
||||
"networkId": 3737,
|
||||
"icon": "crossbell",
|
||||
"explorers": [{
|
||||
"name": "Crossbell Explorer",
|
||||
"url": "https://scan.crossbell.io",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "DYNO Mainnet",
|
||||
"chain": "DYNO",
|
||||
|
|
8
icons/crossbell.json
Normal file
8
icons/crossbell.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t",
|
||||
"format":"svg",
|
||||
"width":412,
|
||||
"height":412
|
||||
}
|
||||
]
|
|
@ -244,6 +244,7 @@
|
|||
"prb": "eip155:3400",
|
||||
"prbtestnet": "eip155:3500",
|
||||
"btx": "eip155:3690",
|
||||
"csb": "eip155:3737",
|
||||
"dyno": "eip155:3966",
|
||||
"tdyno": "eip155:3967",
|
||||
"tftm": "eip155:4002",
|
||||
|
|
Loading…
Reference in New Issue
Block a user