mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Eurus mainnet network (#1044)
* Added Eurus chain mainnet. * Added Eurus and explorer icons * Update Eurus explorer status to none. * Reverted updates to etherscan * Update Eurus explorer standard to none. * Removed trailing slash from Eurus explorer. * Update _data/chains/eip155-1008.json Co-authored-by: ligi <ligi@ligi.de> Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
72bd69ad2b
commit
9a3d20a0ae
28
_data/chains/eip155-1008.json
Normal file
28
_data/chains/eip155-1008.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name":"Eurus Mainnet",
|
||||
"chain":"EUN",
|
||||
"network":"eurus",
|
||||
"rpc":[
|
||||
"https://mainnet.eurus.network/"
|
||||
],
|
||||
"faucets":[
|
||||
],
|
||||
"nativeCurrency":{
|
||||
"name":"Eurus",
|
||||
"symbol":"EUN",
|
||||
"decimals":18
|
||||
},
|
||||
"infoURL":"https://eurus.network",
|
||||
"shortName":"eun",
|
||||
"chainId":1008,
|
||||
"networkId":1008,
|
||||
"icon":"eurus",
|
||||
"explorers":[
|
||||
{
|
||||
"name":"eurusexplorer",
|
||||
"url":"https://explorer.eurus.network",
|
||||
"icon":"eurus",
|
||||
"standard":"none"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/eurus.json
Normal file
8
_data/icons/eurus.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e",
|
||||
"width":471,
|
||||
"height":471,
|
||||
"format":"svg"
|
||||
}
|
||||
]
|
8
_data/icons/eurusexplorer.json
Normal file
8
_data/icons/eurusexplorer.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url":"ipfs://QmaGd5L9jGPbfyGXBFhu9gjinWJ66YtNrXq8x6Q98Eep9e",
|
||||
"width":471,
|
||||
"height":471,
|
||||
"format":"svg"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user