Deploying to gh-pages from @ ethereum-lists/chains@79887e716d 🚀

This commit is contained in:
ligi 2022-02-19 11:49:00 +00:00
parent 7d1db8b61b
commit e819b53e45
5 changed files with 36 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -3820,6 +3820,19 @@
"rpc": ["https://mewapi.musicoin.tw"], "rpc": ["https://mewapi.musicoin.tw"],
"faucets": [], "faucets": [],
"infoURL": "https://musicoin.tw" "infoURL": "https://musicoin.tw"
}, {
"name": "Sepolia",
"chainId": 11155111,
"shortName": "sep",
"networkId": 11155111,
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "SEP",
"decimals": 18
},
"rpc": [],
"faucets": [],
"infoURL": "https://sepolia.otterscan.io"
}, { }, {
"name": "PepChain Churchill", "name": "PepChain Churchill",
"chainId": 13371337, "chainId": 13371337,

View File

@ -5246,6 +5246,26 @@
"chainId": 7762959, "chainId": 7762959,
"networkId": 7762959, "networkId": 7762959,
"slip44": 184 "slip44": 184
}, {
"name": "Sepolia",
"title": "Ethereum Testnet Sepolia",
"chain": "ETH",
"rpc": [],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "SEP",
"decimals": 18
},
"infoURL": "https://sepolia.otterscan.io",
"shortName": "sep",
"chainId": 11155111,
"networkId": 11155111,
"explorers": [{
"name": "otterscan-sepolia",
"url": "https://sepolia.otterscan.io",
"standard": "EIP3091"
}]
}, { }, {
"name": "PepChain Churchill", "name": "PepChain Churchill",
"chain": "PEP", "chain": "PEP",

View File

@ -293,6 +293,7 @@
"xero": "eip155:1313500", "xero": "eip155:1313500",
"kintsugi": "eip155:1337702", "kintsugi": "eip155:1337702",
"music": "eip155:7762959", "music": "eip155:7762959",
"sep": "eip155:11155111",
"tpep": "eip155:13371337", "tpep": "eip155:13371337",
"ilt": "eip155:18289463", "ilt": "eip155:18289463",
"qki": "eip155:20181205", "qki": "eip155:20181205",