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", "chain": "ETH",
"rpc": ["https://zksync2-testnet.zksync.dev"], "rpc": ["https://zksync2-testnet.zksync.dev"],
"faucets": ["https://portal.zksync.io/faucet"], "faucets": ["https://goerli.portal.zksync.io/faucet"],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
"symbol": "ETH", "symbol": "ETH",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://v2-docs.zksync.io/", "infoURL": "https://era.zksync.io/docs/",
"shortName": "zksync-goerli", "shortName": "zksync-goerli",
"chainId": 280, "chainId": 280,
"networkId": 280, "networkId": 280,
"icon": "ethereum", "icon": "zksync-era",
"explorers": [ "explorers": [
{ {
"name": "blockscout", "name": "zkSync Era Block Explorer",
"url": "https://zksync2-testnet.zkscan.io", "url": "https://goerli.explorer.zksync.io",
"icon": "blockscout", "icon": "zksync-era",
"standard": "EIP3091" "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", "chain": "ETH",
"rpc": [], "rpc": ["https://zksync2-mainnet.zksync.io"],
"faucets": [], "faucets": [],
"nativeCurrency": { "nativeCurrency": {
"name": "Ether", "name": "Ether",
@ -12,18 +12,18 @@
"shortName": "zksync", "shortName": "zksync",
"chainId": 324, "chainId": 324,
"networkId": 324, "networkId": 324,
"icon": "ethereum", "icon": "zksync-era",
"explorers": [ "explorers": [
{ {
"name": "zkSync v2 Block Explorer", "name": "zkSync Era Block Explorer",
"url": "https://explorer.zksync.io", "url": "https://explorer.zksync.io",
"icon": "zksync-era",
"standard": "EIP3091" "standard": "EIP3091"
} }
], ],
"parent": { "parent": {
"type": "L2", "type": "L2",
"chain": "eip155-1", "chain": "eip155-1",
"bridges": [] "bridges": [{ "url": "https://portal.zksync.io/bridge" }]
}, }
"status": "incubating"
} }

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