Skip to content

Commit

Permalink
Add Zilliqa Devnet (ethereum-lists#3619)
Browse files Browse the repository at this point in the history
* Add Ziliqa Devnet

* Add zilliqa icon

* Add otter explorer standard

* Remove slash
  • Loading branch information
WuBruno authored Oct 2, 2023
1 parent 7a4d56e commit 03ebc83
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-33385.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Zilliqa EVM Devnet",
"chain": "ZIL",
"rpc": ["https://api.devnet.zilliqa.com/"],
"faucets": ["https://faucet.devnet.zilliqa.com/"],
"nativeCurrency": {
"name": "Zilliqa",
"symbol": "ZIL",
"decimals": 18
},
"infoURL": "https://www.zilliqa.com/",
"shortName": "zil-devnet",
"chainId": 33385,
"networkId": 33385,
"icon": "zilliqa",
"explorers": [
{
"name": "Zilliqa EVM Devnet Explorer",
"url": "https://otterscan.devnet.zilliqa.com",
"standard": "EIP3091"
}
]
}

0 comments on commit 03ebc83

Please sign in to comment.