From 84a563d78ccd622e736e5fc3f57b3207bc40a320 Mon Sep 17 00:00:00 2001 From: Cengiz Dincoglu Date: Tue, 15 Nov 2022 19:56:27 -0500 Subject: [PATCH] Add Dexalot Network (#1855) * Added Dexalot Network * Added Dexalot Network Updated Dexalot TestNet Network Added dexalot icon * Made shortName unique Prettier fixes * changed shortname Co-authored-by: ligi --- _data/chains/eip155-432201.json | 11 ++++++----- _data/chains/eip155-432204.json | 23 +++++++++++++++++++++++ _data/icons/dexalot.json | 8 ++++++++ 3 files changed, 37 insertions(+), 5 deletions(-) create mode 100644 _data/chains/eip155-432204.json create mode 100644 _data/icons/dexalot.json diff --git a/_data/chains/eip155-432201.json b/_data/chains/eip155-432201.json index 9e07f1c9..e9d30e11 100644 --- a/_data/chains/eip155-432201.json +++ b/_data/chains/eip155-432201.json @@ -1,21 +1,22 @@ { - "name": "Dexalot Testnet", + "name": "Dexalot Subnet Testnet", "chain": "DEXALOT", + "icon": "dexalot", "rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"], - "faucets": ["https://sfaucet.dexalot-test.com"], + "faucets": ["https://faucet.avax.network/?subnet=dexalot"], "nativeCurrency": { "name": "Dexalot", "symbol": "ALOT", "decimals": 18 }, "infoURL": "https://dexalot.com", - "shortName": "Dexalot", + "shortName": "dexalot-testnet", "chainId": 432201, "networkId": 432201, "explorers": [ { - "name": "Avalanche Subnet Explorer", - "url": "https://subnets.avax.network/dexalot/testnet/explorer", + "name": "Avalanche Subnet Testnet Explorer", + "url": "https://subnets-test.avax.network/dexalot", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-432204.json b/_data/chains/eip155-432204.json new file mode 100644 index 00000000..56daaafd --- /dev/null +++ b/_data/chains/eip155-432204.json @@ -0,0 +1,23 @@ +{ + "name": "Dexalot Subnet", + "chain": "DEXALOT", + "icon": "dexalot", + "rpc": ["https://subnets.avax.network/dexalot/mainnet/rpc"], + "faucets": [], + "nativeCurrency": { + "name": "Dexalot", + "symbol": "ALOT", + "decimals": 18 + }, + "infoURL": "https://dexalot.com", + "shortName": "dexalot", + "chainId": 432204, + "networkId": 432204, + "explorers": [ + { + "name": "Avalanche Subnet Explorer", + "url": "https://subnets.avax.network/dexalot", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/dexalot.json b/_data/icons/dexalot.json new file mode 100644 index 00000000..9e467a4a --- /dev/null +++ b/_data/icons/dexalot.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy", + "width": 256, + "height": 256, + "format": "png" + } +]