mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Change 210309(chainid)'s shortname to platondev and add PlatON mainnet(210425) (#864)
* added: Alaya&PlatON testnet * add faucets * update explorer url" * add alaya mainnet * Add PlatON mainnet * rm eip155-201018.json * change platon devnet's shortname to platondev * change platon devnet's shortname to platondev * add PlatON mainnet * Remove extra slash Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
e44841c3a0
commit
268fd321a2
|
@ -14,7 +14,7 @@
|
||||||
"decimals": 18
|
"decimals": 18
|
||||||
},
|
},
|
||||||
"infoURL": "https://www.platon.network",
|
"infoURL": "https://www.platon.network",
|
||||||
"shortName": "PlatON",
|
"shortName": "platondev",
|
||||||
"chainId": 210309,
|
"chainId": 210309,
|
||||||
"networkId": 1,
|
"networkId": 1,
|
||||||
"icon": "platon",
|
"icon": "platon",
|
||||||
|
|
27
_data/chains/eip155-210425.json
Normal file
27
_data/chains/eip155-210425.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"name": "PlatON Mainnet",
|
||||||
|
"chain": "PlatON",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://openapi.platon.network/rpc",
|
||||||
|
"wss://openapi.platon.network/ws"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "LAT",
|
||||||
|
"symbol": "lat",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.platon.network",
|
||||||
|
"shortName": "platon",
|
||||||
|
"chainId": 210425,
|
||||||
|
"networkId": 1,
|
||||||
|
"icon": "platon",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "PlatON explorer",
|
||||||
|
"url": "https://scan.platon.network",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user