mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update Edgeware mainnet and testnet info (#2434)
* Update Edgeware mainnet info * add edgeware icon * add edgeware icon file * Update Beresheet testnet info * update block explorer name * secure link fix * add Subscan explorer and minor changes
This commit is contained in:
parent
15465c38e7
commit
27724d1f11
|
@ -1,15 +1,42 @@
|
||||||
{
|
{
|
||||||
"name": "Edgeware Mainnet",
|
"name": "Edgeware EdgeEVM Mainnet",
|
||||||
"chain": "EDG",
|
"chain": "EDG",
|
||||||
"rpc": ["https://mainnet1.edgewa.re"],
|
"icon": "edgeware",
|
||||||
|
"rpc": [
|
||||||
|
"https://edgeware-evm.jelliedowl.net",
|
||||||
|
"https://mainnet2.edgewa.re/evm",
|
||||||
|
"https://mainnet3.edgewa.re/evm",
|
||||||
|
"https://mainnet4.edgewa.re/evm",
|
||||||
|
"https://mainnet5.edgewa.re/evm",
|
||||||
|
"wss://edgeware.jelliedowl.net",
|
||||||
|
"wss://mainnet2.edgewa.re",
|
||||||
|
"wss://mainnet3.edgewa.re",
|
||||||
|
"wss://mainnet4.edgewa.re",
|
||||||
|
"wss://mainnet5.edgewa.re"
|
||||||
|
],
|
||||||
|
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Edge",
|
"name": "Edgeware",
|
||||||
"symbol": "EDG",
|
"symbol": "EDG",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "http://edgewa.re",
|
"infoURL": "https://edgeware.io",
|
||||||
"shortName": "edg",
|
"shortName": "edg",
|
||||||
"chainId": 2021,
|
"chainId": 2021,
|
||||||
"networkId": 2021
|
"networkId": 2021,
|
||||||
|
"slip44": 523,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Edgscan by Bharathcoorg",
|
||||||
|
"url": "https://edgscan.live",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Subscan",
|
||||||
|
"url": "https://edgeware.subscan.io",
|
||||||
|
"standard": "none",
|
||||||
|
"icon": "subscan"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,15 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "Beresheet Testnet",
|
"name": "Beresheet BereEVM Testnet",
|
||||||
"chain": "EDG",
|
"chain": "EDG",
|
||||||
"rpc": ["https://beresheet1.edgewa.re"],
|
"rpc": [
|
||||||
|
"https://beresheet-evm.jelliedowl.net",
|
||||||
|
"wss://beresheet.jelliedowl.net"
|
||||||
|
],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"nativeCurrency": {
|
"nativeCurrency": {
|
||||||
"name": "Testnet Edge",
|
"name": "Testnet EDG",
|
||||||
"symbol": "tEDG",
|
"symbol": "tEDG",
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "http://edgewa.re",
|
"infoURL": "https://edgeware.io/build",
|
||||||
"shortName": "edgt",
|
"shortName": "edgt",
|
||||||
"chainId": 2022,
|
"chainId": 2022,
|
||||||
"networkId": 2022
|
"networkId": 2022,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "Edgscan by Bharathcoorg",
|
||||||
|
"url": "https://testnet.edgscan.live",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
8
_data/icons/edgeware.json
Normal file
8
_data/icons/edgeware.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmS3ERgAKYTmV7bSWcUPSvrrCC9wHQYxtZqEQYx9Rw4RGA",
|
||||||
|
"width": 352,
|
||||||
|
"height": 304,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user