Deploying to gh-pages from @ ethereum-lists/chains@6789160912 🚀

This commit is contained in:
ligi 2022-06-13 08:10:17 +00:00
parent 4127d334e0
commit 79a45d3920
7 changed files with 74 additions and 2 deletions

File diff suppressed because one or more lines are too long

29
chains/eip155-3737.json Normal file
View 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

View File

@ -3183,6 +3183,19 @@
"rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"], "rpc": ["https://rpc1.bittexscan.info", "https://rpc2.bittexscan.info"],
"faucets": [], "faucets": [],
"infoURL": "https://bittexscan.com" "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", "name": "DYNO Mainnet",
"chainId": 3966, "chainId": 3966,

View File

@ -4409,6 +4409,27 @@
"icon": "etherscan", "icon": "etherscan",
"standard": "EIP3091" "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", "name": "DYNO Mainnet",
"chain": "DYNO", "chain": "DYNO",

8
icons/crossbell.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url":"ipfs://QmS8zEetTb6pwdNpVjv5bz55BXiSMGP9BjTJmNcjcUT91t",
"format":"svg",
"width":412,
"height":412
}
]

View File

@ -244,6 +244,7 @@
"prb": "eip155:3400", "prb": "eip155:3400",
"prbtestnet": "eip155:3500", "prbtestnet": "eip155:3500",
"btx": "eip155:3690", "btx": "eip155:3690",
"csb": "eip155:3737",
"dyno": "eip155:3966", "dyno": "eip155:3966",
"tdyno": "eip155:3967", "tdyno": "eip155:3967",
"tftm": "eip155:4002", "tftm": "eip155:4002",