Deploying to gh-pages from @ ethereum-lists/chains@2f24c402a6 🚀

This commit is contained in:
ligi 2022-06-13 06:58:47 +00:00
parent e1df874593
commit 4ca8c8adab
6 changed files with 64 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,28 @@
{
"name": "PlatON Dev Testnet2",
"chain": "PlatON",
"rpc": [
"https://devnet2openapi.platon.network/rpc",
"wss://devnet2openapi.platon.network/ws"
],
"faucets": [
"https://devnet2faucet.platon.network/faucet"
],
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"infoURL": "https://www.platon.network",
"shortName": "platondev2",
"chainId": 2206132,
"networkId": 1,
"icon": "platon",
"explorers": [
{
"name": "PlatON explorer",
"url": "https://devnet2scan.platon.network",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -5068,6 +5068,19 @@
"rpc": ["https://devnetopenapi2.platon.network/rpc", "wss://devnetopenapi2.platon.network/ws"],
"faucets": ["https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"],
"infoURL": "https://www.platon.network"
}, {
"name": "PlatON Dev Testnet2",
"chainId": 2206132,
"shortName": "platondev2",
"networkId": 1,
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"rpc": ["https://devnet2openapi.platon.network/rpc", "wss://devnet2openapi.platon.network/ws"],
"faucets": ["https://devnet2faucet.platon.network/faucet"],
"infoURL": "https://www.platon.network"
}, {
"name": "Musicoin",
"chainId": 7762959,

View File

@ -7206,6 +7206,26 @@
"url": "https://devnetscan.platon.network",
"standard": "none"
}]
}, {
"name": "PlatON Dev Testnet2",
"chain": "PlatON",
"rpc": ["https://devnet2openapi.platon.network/rpc", "wss://devnet2openapi.platon.network/ws"],
"faucets": ["https://devnet2faucet.platon.network/faucet"],
"nativeCurrency": {
"name": "LAT",
"symbol": "lat",
"decimals": 18
},
"infoURL": "https://www.platon.network",
"shortName": "platondev2",
"chainId": 2206132,
"networkId": 1,
"icon": "platon",
"explorers": [{
"name": "PlatON explorer",
"url": "https://devnet2scan.platon.network",
"standard": "none"
}]
}, {
"name": "Musicoin",
"chain": "MUSIC",

View File

@ -389,6 +389,7 @@
"kintsugi": "eip155:1337702",
"kiln": "eip155:1337802",
"platondev": "eip155:2203181",
"platondev2": "eip155:2206132",
"music": "eip155:7762959",
"sep": "eip155:11155111",
"tpep": "eip155:13371337",