Deploying to gh-pages from @ ethereum-lists/chains@9d09fd4753 🚀

This commit is contained in:
ligi 2023-03-19 10:55:00 +00:00
parent 53aabd075f
commit 40c3b2217f
7 changed files with 58 additions and 3 deletions

File diff suppressed because one or more lines are too long

22
chains/eip155-15551.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",