mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
1d1b338add
* Submit Dexilla chain * update parent chain * fix wrong chainID * add icon --------- Co-authored-by: Cobie Norris <cobie.nor@gmail.com>
29 lines
588 B
JSON
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" }]
|
|
}
|
|
}
|