mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Emerald Paratime networks. (#708)
* Add Emerald Paratime networks. * Update the standard of the explorers. * Correct the shortname for the mainnet.
This commit is contained in:
parent
ca3a5ab653
commit
c2dcfd82e7
25
_data/chains/eip155-42261.json
Normal file
25
_data/chains/eip155-42261.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Emerald Paratime Testnet",
|
||||||
|
"chain": "Emerald",
|
||||||
|
"network": "testnet",
|
||||||
|
"icon": "oasis",
|
||||||
|
"rpc": [
|
||||||
|
"https://testnet.emerald.oasis.dev/",
|
||||||
|
"wss://testnet.emerald.oasis.dev/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Emerald Rose",
|
||||||
|
"symbol": "ROSE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
||||||
|
"shortName": "emerald",
|
||||||
|
"chainId": 42261,
|
||||||
|
"networkId": 42261,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Emerald Paratime Testnet Explorer",
|
||||||
|
"url": "https://testnet.explorer.emerald.oasis.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
25
_data/chains/eip155-42262.json
Normal file
25
_data/chains/eip155-42262.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Emerald Paratime Mainnet",
|
||||||
|
"chain": "Emerald",
|
||||||
|
"network": "Mainnet",
|
||||||
|
"icon": "oasis",
|
||||||
|
"rpc": [
|
||||||
|
"https://emerald.oasis.dev",
|
||||||
|
"wss://emerald.oasis.dev/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Emerald Rose",
|
||||||
|
"symbol": "ROSE",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://docs.oasis.dev/general/developer-resources/overview",
|
||||||
|
"shortName": "oasis",
|
||||||
|
"chainId": 42262,
|
||||||
|
"networkId": 42262,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Emerald Paratime Mainnet Explorer",
|
||||||
|
"url": "https://explorer.emerald.oasis.dev/",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
8
_data/icons/oasis.json
Normal file
8
_data/icons/oasis.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreiespupb52akiwrexxg7g72mh7m7h7lum5hmqijmpdh3kmuunzclha",
|
||||||
|
"width": 2000,
|
||||||
|
"height": 2000,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user