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 <ligi@ligi.de>
This commit is contained in:
Cengiz Dincoglu 2022-11-15 19:56:27 -05:00 committed by GitHub
parent 03672512d6
commit 84a563d78c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 5 deletions

View File

@ -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"
}
]

View File

@ -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"
}
]
}

8
_data/icons/dexalot.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy",
"width": 256,
"height": 256,
"format": "png"
}
]