mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add zkSync alpha testnet (#1399)
* Add zkSync alpha testnet * Change shortName to be unique * Typo * Oops
This commit is contained in:
parent
136ba0dc8e
commit
753a6225e2
26
_data/chains/eip155-280.json
Normal file
26
_data/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"
|
||||
}]
|
||||
}
|
Loading…
Reference in New Issue
Block a user