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

This commit is contained in:
ligi 2022-08-03 17:40:46 +00:00
parent 4f994e211a
commit ffcf11783a
6 changed files with 63 additions and 2 deletions

File diff suppressed because one or more lines are too long

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

View File

@ -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,

View File

@ -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",

View File

@ -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",