mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
5b34573714
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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
24
_data/chains/eip155-300.json
Normal file
24
_data/chains/eip155-300.json
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "Optimism on Gnosis Chain",
|
||||||
|
"chain": "OGC",
|
||||||
|
"rpc": [
|
||||||
|
"https://optimism.gnosischain.com",
|
||||||
|
"wss://optimism.gnosischain.com/wss"
|
||||||
|
],
|
||||||
|
"faucets": ["https://faucet.gimlu.com/gnosis"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "xDAI",
|
||||||
|
"symbol": "xDAI",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.xdaichain.com/for-developers/optimism-optimistic-rollups-on-gc",
|
||||||
|
"shortName": "ogc",
|
||||||
|
"chainId": 300,
|
||||||
|
"networkId": 300,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "blockscout",
|
||||||
|
"url": "https://blockscout.com/xdai/optimism",
|
||||||
|
"icon": "blockscout",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
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