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@2f24c402a6 🚀
This commit is contained in:
parent
e1df874593
commit
4ca8c8adab
File diff suppressed because one or more lines are too long
28
chains/eip155-2206132.json
Normal file
28
chains/eip155-2206132.json
Normal 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
|
@ -5068,6 +5068,19 @@
|
||||||
"rpc": ["https://devnetopenapi2.platon.network/rpc", "wss://devnetopenapi2.platon.network/ws"],
|
"rpc": ["https://devnetopenapi2.platon.network/rpc", "wss://devnetopenapi2.platon.network/ws"],
|
||||||
"faucets": ["https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"],
|
"faucets": ["https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"],
|
||||||
"infoURL": "https://www.platon.network"
|
"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",
|
"name": "Musicoin",
|
||||||
"chainId": 7762959,
|
"chainId": 7762959,
|
||||||
|
|
|
@ -7206,6 +7206,26 @@
|
||||||
"url": "https://devnetscan.platon.network",
|
"url": "https://devnetscan.platon.network",
|
||||||
"standard": "none"
|
"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",
|
"name": "Musicoin",
|
||||||
"chain": "MUSIC",
|
"chain": "MUSIC",
|
||||||
|
|
|
@ -389,6 +389,7 @@
|
||||||
"kintsugi": "eip155:1337702",
|
"kintsugi": "eip155:1337702",
|
||||||
"kiln": "eip155:1337802",
|
"kiln": "eip155:1337802",
|
||||||
"platondev": "eip155:2203181",
|
"platondev": "eip155:2203181",
|
||||||
|
"platondev2": "eip155:2206132",
|
||||||
"music": "eip155:7762959",
|
"music": "eip155:7762959",
|
||||||
"sep": "eip155:11155111",
|
"sep": "eip155:11155111",
|
||||||
"tpep": "eip155:13371337",
|
"tpep": "eip155:13371337",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user