mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@9d09fd4753 🚀
This commit is contained in:
parent
53aabd075f
commit
40c3b2217f
File diff suppressed because one or more lines are too long
22
chains/eip155-15551.json
Normal file
22
chains/eip155-15551.json
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -6966,6 +6966,19 @@
|
||||||
"rpc": ["https://www.3sps.net"],
|
"rpc": ["https://www.3sps.net"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://ssquad.games/"
|
"infoURL": "https://ssquad.games/"
|
||||||
|
}, {
|
||||||
|
"name": "LoopNetwork Mainnet",
|
||||||
|
"chainId": 15551,
|
||||||
|
"shortName": "loop",
|
||||||
|
"networkId": 15551,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LOOP",
|
||||||
|
"symbol": "LOOP",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.mainnetloop.com"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "http://theloopnetwork.org/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Trust EVM Testnet",
|
"name": "Trust EVM Testnet",
|
||||||
"chainId": 15555,
|
"chainId": 15555,
|
||||||
|
|
|
@ -10371,6 +10371,25 @@
|
||||||
"url": "https://explorer.3sps.net",
|
"url": "https://explorer.3sps.net",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Trust EVM Testnet",
|
"name": "Trust EVM Testnet",
|
||||||
"chain": "Trust EVM Testnet",
|
"chain": "Trust EVM Testnet",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -535,6 +535,7 @@
|
||||||
"Phoenix": "eip155:13381",
|
"Phoenix": "eip155:13381",
|
||||||
"sus": "eip155:13812",
|
"sus": "eip155:13812",
|
||||||
"SPS-Test": "eip155:14000",
|
"SPS-Test": "eip155:14000",
|
||||||
|
"loop": "eip155:15551",
|
||||||
"TrustTestnet": "eip155:15555",
|
"TrustTestnet": "eip155:15555",
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
"mtttest": "eip155:16001",
|
"mtttest": "eip155:16001",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user