mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* 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>
24 lines
583 B
JSON
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"
|
|
}
|
|
]
|
|
}
|