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:
alliswell 2022-02-10 18:27:54 +08:00 committed by GitHub
parent e44841c3a0
commit 268fd321a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 1 deletions

View File

@ -14,7 +14,7 @@
"decimals": 18
},
"infoURL": "https://www.platon.network",
"shortName": "PlatON",
"shortName": "platondev",
"chainId": 210309,
"networkId": 1,
"icon": "platon",

View 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"
}
]
}