mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Updating zkSync network details (#2289)
* updating zkSync v2/Era information * prettier * adding downloaded icon --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
d75440572d
commit
d04be95589
|
@ -1,24 +1,29 @@
|
|||
{
|
||||
"name": "zkSync alpha testnet",
|
||||
"name": "zkSync Era Testnet",
|
||||
"chain": "ETH",
|
||||
"rpc": ["https://zksync2-testnet.zksync.dev"],
|
||||
"faucets": ["https://portal.zksync.io/faucet"],
|
||||
"faucets": ["https://goerli.portal.zksync.io/faucet"],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
"symbol": "ETH",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://v2-docs.zksync.io/",
|
||||
"infoURL": "https://era.zksync.io/docs/",
|
||||
"shortName": "zksync-goerli",
|
||||
"chainId": 280,
|
||||
"networkId": 280,
|
||||
"icon": "ethereum",
|
||||
"icon": "zksync-era",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "blockscout",
|
||||
"url": "https://zksync2-testnet.zkscan.io",
|
||||
"icon": "blockscout",
|
||||
"name": "zkSync Era Block Explorer",
|
||||
"url": "https://goerli.explorer.zksync.io",
|
||||
"icon": "zksync-era",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": [{ "url": "https://goerli.portal.zksync.io/bridge" }]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "zkSync v2",
|
||||
"name": "zkSync Era Mainnet",
|
||||
"chain": "ETH",
|
||||
"rpc": [],
|
||||
"rpc": ["https://zksync2-mainnet.zksync.io"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Ether",
|
||||
|
@ -12,18 +12,18 @@
|
|||
"shortName": "zksync",
|
||||
"chainId": 324,
|
||||
"networkId": 324,
|
||||
"icon": "ethereum",
|
||||
"icon": "zksync-era",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "zkSync v2 Block Explorer",
|
||||
"name": "zkSync Era Block Explorer",
|
||||
"url": "https://explorer.zksync.io",
|
||||
"icon": "zksync-era",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-1",
|
||||
"bridges": []
|
||||
},
|
||||
"status": "incubating"
|
||||
"bridges": [{ "url": "https://portal.zksync.io/bridge" }]
|
||||
}
|
||||
}
|
||||
|
|
8
_data/icons/zksync-era.json
Normal file
8
_data/icons/zksync-era.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://Qma6H9xd8Ydah1bAFnmDuau1jeMh5NjGEL8tpdnjLbJ7m2",
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,3 @@
|
|||
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M348.6 106H163V406.2H348.6V106Z" fill="black"/>
|
||||
</svg>
|
After Width: | Height: | Size: 164 B |
Loading…
Reference in New Issue
Block a user