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

This commit is contained in:
ligi 2021-11-01 13:17:32 +00:00
parent 4a0f6d1383
commit be860d76e0
5 changed files with 84 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -297,6 +297,19 @@
"rpc": [],
"faucets": [],
"infoURL": "https://elaeth.io/"
}, {
"name": "Boba Network Rinkeby Testnet",
"chainId": 28,
"shortName": "Boba Rinkeby",
"networkId": 28,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://rinkeby.boba.network/"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "RSK Mainnet",
"chainId": 30,
@ -1155,6 +1168,19 @@
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
"faucets": ["https://myhpbwallet.com/"],
"infoURL": "https://hpb.io"
}, {
"name": "Boba Network",
"chainId": 288,
"shortName": "Boba",
"networkId": 288,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://mainnet.boba.network/"],
"faucets": [],
"infoURL": "https://boba.network"
}, {
"name": "KCC Mainnet",
"chainId": 321,

View File

@ -390,6 +390,33 @@
"shortName": "eladidt",
"chainId": 23,
"networkId": 23
}, {
"name": "Boba Network Rinkeby Testnet",
"chain": "ETH",
"network": "rinkeby",
"rpc": ["https://rinkeby.boba.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Boba Rinkeby",
"chainId": 28,
"networkId": 28,
"explorers": [{
"name": "Blockscout",
"url": "https://blockexplorer.rinkeby.boba.network/",
"standard": "none"
}],
"parent": {
"type": "L2",
"chain": "eip155-4",
"bridges": [{
"url": "https://gateway.rinkeby.boba.network"
}]
}
}, {
"name": "RSK Mainnet",
"chain": "RSK",
@ -1538,6 +1565,33 @@
"url": "https://hpbscan.org/",
"standard": "EIP3091"
}]
}, {
"name": "Boba Network",
"chain": "ETH",
"network": "mainnet",
"rpc": ["https://mainnet.boba.network/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://boba.network",
"shortName": "Boba",
"chainId": 288,
"networkId": 288,
"explorers": [{
"name": "Blockscout",
"url": "https://blockexplorer.boba.network/",
"standard": "none"
}],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{
"url": "https://gateway.boba.network"
}]
}
}, {
"name": "KCC Mainnet",
"chain": "KCC",

View File

@ -22,6 +22,7 @@
"elaetht": "eip155:21",
"eladid": "eip155:22",
"eladidt": "eip155:23",
"Boba Rinkeby": "eip155:28",
"rsk": "eip155:30",
"trsk": "eip155:31",
"GooDT": "eip155:32",
@ -88,6 +89,7 @@
"hecot": "eip155:256",
"SUR": "eip155:262",
"hpb": "eip155:269",
"Boba": "eip155:288",
"kcs": "eip155:321",
"kcst": "eip155:322",
"sdn": "eip155:336",