chains/_data/chains/eip155-432201.json
Cengiz Dincoglu 84a563d78c
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>
2022-11-16 01:56:27 +01:00

24 lines
583 B
JSON

{
"name": "Dexalot Subnet Testnet",
"chain": "DEXALOT",
"icon": "dexalot",
"rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"],
"faucets": ["https://faucet.avax.network/?subnet=dexalot"],
"nativeCurrency": {
"name": "Dexalot",
"symbol": "ALOT",
"decimals": 18
},
"infoURL": "https://dexalot.com",
"shortName": "dexalot-testnet",
"chainId": 432201,
"networkId": 432201,
"explorers": [
{
"name": "Avalanche Subnet Testnet Explorer",
"url": "https://subnets-test.avax.network/dexalot",
"standard": "EIP3091"
}
]
}