Added Dexalot Network (#1210)

This commit is contained in:
Cengiz Dincoglu 2022-06-03 06:02:22 -04:00 committed by GitHub
parent 4b92075165
commit 8b4f756dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
{
"name": "Dexalot Testnet",
"chain": "DEXALOT",
"network": "testnet",
"rpc": [
"https://subnets.avax.network/dexalot/testnet/rpc"
],
"faucets": ["https://sfaucet.dexalot-test.com"],
"nativeCurrency": {
"name": "Dexalot",
"symbol": "ALOT",
"decimals": 18
},
"infoURL": "https://dexalot.com",
"shortName": "Dexalot",
"chainId": 432201,
"networkId": 432201,
"explorers": [
{
"name": "Avalanche Subnet Explorer",
"url": "https://subnets.avax.network/dexalot/testnet/explorer",
"standard": "EIP3091"
}
]
}