Deploying to gh-pages from @ ethereum-lists/chains@84a563d78c 🚀

This commit is contained in:
ligi 2022-11-16 00:59:53 +00:00
parent 65ab22a9e1
commit 33c84ec2bb
10 changed files with 91 additions and 16 deletions

View File

@ -892,6 +892,14 @@
"height": 752, "height": 752,
"format": "png" "format": "png"
}] }]
}, {
"name": "dexalot",
"icons": [{
"url": "ipfs://QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy",
"width": 256,
"height": 256,
"format": "png"
}]
}, { }, {
"name": "piecechain", "name": "piecechain",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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
chains/eip155-432204.json Normal file
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"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6551,9 +6551,9 @@
"faucets": [], "faucets": [],
"infoURL": "https://arbitrum.io/" "infoURL": "https://arbitrum.io/"
}, { }, {
"name": "Dexalot Testnet", "name": "Dexalot Subnet Testnet",
"chainId": 432201, "chainId": 432201,
"shortName": "Dexalot", "shortName": "dexalot-testnet",
"networkId": 432201, "networkId": 432201,
"nativeCurrency": { "nativeCurrency": {
"name": "Dexalot", "name": "Dexalot",
@ -6561,7 +6561,20 @@
"decimals": 18 "decimals": 18
}, },
"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"],
"infoURL": "https://dexalot.com"
}, {
"name": "Dexalot Subnet",
"chainId": 432204,
"shortName": "dexalot",
"networkId": 432204,
"nativeCurrency": {
"name": "Dexalot",
"symbol": "ALOT",
"decimals": 18
},
"rpc": ["https://subnets.avax.network/dexalot/mainnet/rpc"],
"faucets": [],
"infoURL": "https://dexalot.com" "infoURL": "https://dexalot.com"
}, { }, {
"name": "Weelink Testnet", "name": "Weelink Testnet",

View File

@ -9555,22 +9555,43 @@
}] }]
} }
}, { }, {
"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": [{
"name": "Avalanche Subnet Testnet Explorer",
"url": "https://subnets-test.avax.network/dexalot",
"standard": "EIP3091"
}]
}, {
"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": [{ "explorers": [{
"name": "Avalanche Subnet Explorer", "name": "Avalanche Subnet Explorer",
"url": "https://subnets.avax.network/dexalot/testnet/explorer", "url": "https://subnets.avax.network/dexalot",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, { }, {

8
icons/dexalot.json Normal file
View File

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

View File

@ -503,7 +503,8 @@
"tKEK": "eip155:420666", "tKEK": "eip155:420666",
"arb-rinkeby": "eip155:421611", "arb-rinkeby": "eip155:421611",
"arb-goerli": "eip155:421613", "arb-goerli": "eip155:421613",
"Dexalot": "eip155:432201", "dexalot-testnet": "eip155:432201",
"dexalot": "eip155:432204",
"wlkt": "eip155:444900", "wlkt": "eip155:444900",
"oc": "eip155:474142", "oc": "eip155:474142",
"cmp": "eip155:512512", "cmp": "eip155:512512",