diff --git a/_data/chains/eip155-1954.json b/_data/chains/eip155-1954.json new file mode 100644 index 00000000..46f996ee --- /dev/null +++ b/_data/chains/eip155-1954.json @@ -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" }] + } +} diff --git a/_data/icons/dxz.json b/_data/icons/dxz.json new file mode 100644 index 00000000..8a34c029 --- /dev/null +++ b/_data/icons/dxz.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ", + "width": 512, + "height": 512, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ b/_data/iconsDownload/QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ new file mode 100644 index 00000000..cf3325cd Binary files /dev/null and b/_data/iconsDownload/QmUBveetVibvSEWQrjyxySgUphLuoMGSVLGmYnobt5FgEZ differ