Skip to content

Commit

Permalink
Add new zilliqa 2 proto mainnet network (#6270)
Browse files Browse the repository at this point in the history
* Add new zq2 protomainnet network

* Update chain id

* Make formatter happy
  • Loading branch information
chetan-zilliqa authored Nov 26, 2024
1 parent 7445fd3 commit fa1f56d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-32770.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Zilliqa 2 EVM proto-mainnet",
"chain": "ZIL",
"rpc": ["https://api.zq2-protomainnet.zilliqa.com"],
"faucets": ["https://faucet.zq2-protomainnet.zilliqa.com"],
"nativeCurrency": {
"name": "Zilliqa",
"symbol": "ZIL",
"decimals": 18
},
"infoURL": "https://www.zilliqa.com/",
"shortName": "zq2-proto-mainnet",
"chainId": 32770,
"networkId": 32770,
"icon": "zilliqa",
"explorers": [
{
"name": "Zilliqa 2 EVM proto-mainnet explorer",
"url": "https://explorer.zq2-protomainnet.zilliqa.com",
"standard": "EIP3091"
}
]
}

0 comments on commit fa1f56d

Please sign in to comment.