mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Submit Dexilla chain (#2474)
* Submit Dexilla chain * update parent chain * fix wrong chainID * add icon --------- Co-authored-by: Cobie Norris <cobie.nor@gmail.com>
This commit is contained in:
parent
56f3445cd0
commit
1d1b338add
28
_data/chains/eip155-1954.json
Normal file
28
_data/chains/eip155-1954.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"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" }]
|
||||||
|
}
|
||||||
|
}
|
8
_data/icons/dxz.json
Normal file
8
_data/icons/dxz.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ",
|
||||||
|
"width": 512,
|
||||||
|
"height": 512,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user