mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@21068dfb45 🚀
This commit is contained in:
parent
05b773e5a8
commit
00bec84cfa
|
@ -526,6 +526,14 @@
|
|||
"height": 175,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "edexa",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR",
|
||||
"width": 1028,
|
||||
"height": 1042,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "evmos",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
23
chains/eip155-1995.json
Normal file
23
chains/eip155-1995.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "edeXa Testnet",
|
||||
"chain": "edeXa TestNetwork",
|
||||
"rpc": ["https://testnet.edexa.com/rpc"],
|
||||
"faucets": ["https://faucet.edexa.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "EDEXA",
|
||||
"symbol": "EDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://edexa.com/",
|
||||
"shortName": "edx",
|
||||
"chainId": 1995,
|
||||
"networkId": 1995,
|
||||
"icon": "edexa",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "edexa-testnet",
|
||||
"url": "https://explorer.edexa.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3898,6 +3898,19 @@
|
|||
"rpc": ["https://main.ekta.io"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.ekta.io"
|
||||
}, {
|
||||
"name": "edeXa Testnet",
|
||||
"chainId": 1995,
|
||||
"shortName": "edx",
|
||||
"networkId": 1995,
|
||||
"nativeCurrency": {
|
||||
"name": "EDEXA",
|
||||
"symbol": "EDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://testnet.edexa.com/rpc"],
|
||||
"faucets": ["https://faucet.edexa.com/"],
|
||||
"infoURL": "https://edexa.com/"
|
||||
}, {
|
||||
"name": "Dogechain Mainnet",
|
||||
"chainId": 2000,
|
||||
|
|
|
@ -5560,6 +5560,26 @@
|
|||
"icon": "ekta",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "edeXa Testnet",
|
||||
"chain": "edeXa TestNetwork",
|
||||
"rpc": ["https://testnet.edexa.com/rpc"],
|
||||
"faucets": ["https://faucet.edexa.com/"],
|
||||
"nativeCurrency": {
|
||||
"name": "EDEXA",
|
||||
"symbol": "EDX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://edexa.com/",
|
||||
"shortName": "edx",
|
||||
"chainId": 1995,
|
||||
"networkId": 1995,
|
||||
"icon": "edexa",
|
||||
"explorers": [{
|
||||
"name": "edexa-testnet",
|
||||
"url": "https://explorer.edexa.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Dogechain Mainnet",
|
||||
"chain": "DC",
|
||||
|
|
8
icons/edexa.json
Normal file
8
icons/edexa.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR",
|
||||
"width": 1028,
|
||||
"height": 1042,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR
Normal file
BIN
iconsDownload/QmSgvmLpRsCiu2ySqyceA5xN4nwi7URJRNEZLffwEKXdoR
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
|
@ -299,6 +299,7 @@
|
|||
"euntest": "eip155:1984",
|
||||
"egem": "eip155:1987",
|
||||
"ekta": "eip155:1994",
|
||||
"edx": "eip155:1995",
|
||||
"dc": "eip155:2000",
|
||||
"milkAda": "eip155:2001",
|
||||
"milkALGO": "eip155:2002",
|
||||
|
|
Loading…
Reference in New Issue
Block a user