mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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
26 lines
522 B
JSON
26 lines
522 B
JSON
{
|
|
"name": "Beresheet BereEVM Testnet",
|
|
"chain": "EDG",
|
|
"rpc": [
|
|
"https://beresheet-evm.jelliedowl.net",
|
|
"wss://beresheet.jelliedowl.net"
|
|
],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Testnet EDG",
|
|
"symbol": "tEDG",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://edgeware.io/build",
|
|
"shortName": "edgt",
|
|
"chainId": 2022,
|
|
"networkId": 2022,
|
|
"explorers": [
|
|
{
|
|
"name": "Edgscan by Bharathcoorg",
|
|
"url": "https://testnet.edgscan.live",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|