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@753a6225e2 🚀
This commit is contained in:
parent
4f994e211a
commit
ffcf11783a
File diff suppressed because one or more lines are too long
26
chains/eip155-280.json
Normal file
26
chains/eip155-280.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "zkSync alpha testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": [
|
||||
"https://zksync2-testnet.zksync.dev"
|
||||
],
|
||||
"faucets": [
|
||||
"https://portal.zksync.io/faucet"
|
||||
],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://v2-docs.zksync.io/",
|
||||
"shortName": "zksync-goerli",
|
||||
"chainId": 280,
|
||||
"networkId": 280,
|
||||
"icon": "ethereum",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://zksync2-testnet.zkscan.io",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -1714,6 +1714,19 @@
|
|||
"rpc": ["https://hpbnode.com", "wss://ws.hpbnode.com"],
|
||||
"faucets": ["https://myhpbwallet.com/"],
|
||||
"infoURL": "https://hpb.io"
|
||||
}, {
|
||||
"name": "zkSync alpha testnet",
|
||||
"chainId": 280,
|
||||
"shortName": "zksync-goerli",
|
||||
"networkId": 280,
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://zksync2-testnet.zksync.dev"],
|
||||
"faucets": ["https://portal.zksync.io/faucet"],
|
||||
"infoURL": "https://v2-docs.zksync.io/"
|
||||
}, {
|
||||
"name": "Boba Network",
|
||||
"chainId": 288,
|
||||
|
|
|
@ -2370,6 +2370,27 @@
|
|||
"url": "https://hscan.org",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "zkSync alpha testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://zksync2-testnet.zksync.dev"],
|
||||
"faucets": ["https://portal.zksync.io/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://v2-docs.zksync.io/",
|
||||
"shortName": "zksync-goerli",
|
||||
"chainId": 280,
|
||||
"networkId": 280,
|
||||
"icon": "ethereum",
|
||||
"explorers": [{
|
||||
"name": "blockscout",
|
||||
"url": "https://zksync2-testnet.zkscan.io",
|
||||
"icon": "blockscout",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Boba Network",
|
||||
"chain": "ETH",
|
||||
|
|
|
@ -131,6 +131,7 @@
|
|||
"setm": "eip155:258",
|
||||
"SUR": "eip155:262",
|
||||
"hpb": "eip155:269",
|
||||
"zksync-goerli": "eip155:280",
|
||||
"Boba": "eip155:288",
|
||||
"ogc": "eip155:300",
|
||||
"kcs": "eip155:321",
|
||||
|
|
Loading…
Reference in New Issue
Block a user