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:
Shankar D. Warang 2023-03-16 22:59:52 +05:30 committed by GitHub
parent 15465c38e7
commit 27724d1f11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 10 deletions

View File

@ -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"
}
]
} }

View File

@ -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"
}
]
} }

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB