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@45635a60f9 🚀
This commit is contained in:
parent
4a0f6d1383
commit
be860d76e0
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -297,6 +297,19 @@
|
||||||
"rpc": [],
|
"rpc": [],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://elaeth.io/"
|
"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",
|
"name": "RSK Mainnet",
|
||||||
"chainId": 30,
|
"chainId": 30,
|
||||||
|
@ -1155,6 +1168,19 @@
|
||||||
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
|
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
|
||||||
"faucets": ["https://myhpbwallet.com/"],
|
"faucets": ["https://myhpbwallet.com/"],
|
||||||
"infoURL": "https://hpb.io"
|
"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",
|
"name": "KCC Mainnet",
|
||||||
"chainId": 321,
|
"chainId": 321,
|
||||||
|
|
|
@ -390,6 +390,33 @@
|
||||||
"shortName": "eladidt",
|
"shortName": "eladidt",
|
||||||
"chainId": 23,
|
"chainId": 23,
|
||||||
"networkId": 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",
|
"name": "RSK Mainnet",
|
||||||
"chain": "RSK",
|
"chain": "RSK",
|
||||||
|
@ -1538,6 +1565,33 @@
|
||||||
"url": "https://hpbscan.org/",
|
"url": "https://hpbscan.org/",
|
||||||
"standard": "EIP3091"
|
"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",
|
"name": "KCC Mainnet",
|
||||||
"chain": "KCC",
|
"chain": "KCC",
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
"elaetht": "eip155:21",
|
"elaetht": "eip155:21",
|
||||||
"eladid": "eip155:22",
|
"eladid": "eip155:22",
|
||||||
"eladidt": "eip155:23",
|
"eladidt": "eip155:23",
|
||||||
|
"Boba Rinkeby": "eip155:28",
|
||||||
"rsk": "eip155:30",
|
"rsk": "eip155:30",
|
||||||
"trsk": "eip155:31",
|
"trsk": "eip155:31",
|
||||||
"GooDT": "eip155:32",
|
"GooDT": "eip155:32",
|
||||||
|
@ -88,6 +89,7 @@
|
||||||
"hecot": "eip155:256",
|
"hecot": "eip155:256",
|
||||||
"SUR": "eip155:262",
|
"SUR": "eip155:262",
|
||||||
"hpb": "eip155:269",
|
"hpb": "eip155:269",
|
||||||
|
"Boba": "eip155:288",
|
||||||
"kcs": "eip155:321",
|
"kcs": "eip155:321",
|
||||||
"kcst": "eip155:322",
|
"kcst": "eip155:322",
|
||||||
"sdn": "eip155:336",
|
"sdn": "eip155:336",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user