mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* Create eip155-15551.json * Update eip155-15551.json * Update _data/chains/eip155-15551.json --------- Co-authored-by: ligi <ligi@ligi.de>
23 lines
450 B
JSON
23 lines
450 B
JSON
{
|
|
"name": "LoopNetwork Mainnet",
|
|
"chain": "LoopNetwork",
|
|
"rpc": ["https://api.mainnetloop.com"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "LOOP",
|
|
"symbol": "LOOP",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "http://theloopnetwork.org/",
|
|
"shortName": "loop",
|
|
"chainId": 15551,
|
|
"networkId": 15551,
|
|
"explorers": [
|
|
{
|
|
"name": "loopscan",
|
|
"url": "http://explorer.mainnetloop.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|