chains/_data/chains/eip155-1954.json
Sheldon Cooper 1d1b338add
Submit Dexilla chain (#2474)
* Submit Dexilla chain

* update parent chain

* fix wrong chainID

* add icon

---------

Co-authored-by: Cobie Norris <cobie.nor@gmail.com>
2023-03-24 23:47:42 +01:00

29 lines
588 B
JSON

{
"name": "Dexilla Testnet",
"chain": "Dexilla",
"rpc": ["https://rpc.dexilla.com"],
"faucets": [],
"icon": "dxz",
"nativeCurrency": {
"name": "Dexilla Native Token",
"symbol": "DXZ",
"decimals": 18
},
"infoURL": "https://dexilla.com",
"shortName": "Dexilla",
"chainId": 1954,
"networkId": 1954,
"explorers": [
{
"name": "dos-mainnet",
"url": "https://exp.dexilla.com",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [{ "url": "https://bridge.dexilla.com" }]
}
}