mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
03672512d6
commit
84a563d78c
|
@ -1,21 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "Dexalot Testnet",
|
"name": "Dexalot Subnet Testnet",
|
||||||
"chain": "DEXALOT",
|
"chain": "DEXALOT",
|
||||||
|
"icon": "dexalot",
|
||||||
"rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"],
|
"rpc": ["https://subnets.avax.network/dexalot/testnet/rpc"],
|
||||||
"faucets": ["https://sfaucet.dexalot-test.com"],
|
"faucets": ["https://faucet.avax.network/?subnet=dexalot"],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Dexalot",
|
"name": "Dexalot",
|
||||||
"symbol": "ALOT",
|
"symbol": "ALOT",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://dexalot.com",
|
"infoURL": "https://dexalot.com",
|
||||||
"shortName": "Dexalot",
|
"shortName": "dexalot-testnet",
|
||||||
"chainId": 432201,
|
"chainId": 432201,
|
||||||
"networkId": 432201,
|
"networkId": 432201,
|
||||||
"explorers": [
|
"explorers": [
|
||||||
{
|
{
|
||||||
"name": "Avalanche Subnet Explorer",
|
"name": "Avalanche Subnet Testnet Explorer",
|
||||||
"url": "https://subnets.avax.network/dexalot/testnet/explorer",
|
"url": "https://subnets-test.avax.network/dexalot",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
23
_data/chains/eip155-432204.json
Normal file
23
_data/chains/eip155-432204.json
Normal 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
8
_data/icons/dexalot.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy",
|
||||||
|
"width": 256,
|
||||||
|
"height": 256,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user