mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add PlatON Devnet2 (#1254)
* Change platon devnet's RPC * Change PlatON's Mainnet RPCURL * Add PlatON Devnet2
This commit is contained in:
parent
9e35cab9b0
commit
15316f9bc6
28
_data/chains/eip155-2206132.json
Normal file
28
_data/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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user