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:
Ramon "9Tails" Canales 2023-02-16 19:45:59 +00:00 committed by GitHub
parent d75440572d
commit d04be95589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 15 deletions

View File

@ -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" }]
}
}

View File

@ -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" }]
}
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qma6H9xd8Ydah1bAFnmDuau1jeMh5NjGEL8tpdnjLbJ7m2",
"width": 512,
"height": 512,
"format": "svg"
}
]

View File

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