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@268fd321a2 🚀
This commit is contained in:
parent
f3b8511a5e
commit
8418a26aaa
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -3550,7 +3550,7 @@
|
|||
}, {
|
||||
"name": "PlatON Dev Testnet",
|
||||
"chainId": 210309,
|
||||
"shortName": "PlatON",
|
||||
"shortName": "platondev",
|
||||
"networkId": 1,
|
||||
"nativeCurrency": {
|
||||
"name": "LAT",
|
||||
|
@ -3560,6 +3560,19 @@
|
|||
"rpc": ["https://devnetopenapi.platon.network/rpc", "wss://devnetopenapi.platon.network/ws"],
|
||||
"faucets": ["https://faucet.platon.network/faucet/?id=e5d32df10aee11ec911142010a667c03"],
|
||||
"infoURL": "https://www.platon.network"
|
||||
}, {
|
||||
"name": "PlatON Mainnet",
|
||||
"chainId": 210425,
|
||||
"shortName": "platon",
|
||||
"networkId": 1,
|
||||
"nativeCurrency": {
|
||||
"name": "LAT",
|
||||
"symbol": "lat",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://openapi.platon.network/rpc", "wss://openapi.platon.network/ws"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.platon.network"
|
||||
}, {
|
||||
"name": "ARTIS sigma1",
|
||||
"chainId": 246529,
|
||||
|
|
|
@ -4881,7 +4881,7 @@
|
|||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.platon.network",
|
||||
"shortName": "PlatON",
|
||||
"shortName": "platondev",
|
||||
"chainId": 210309,
|
||||
"networkId": 1,
|
||||
"icon": "platon",
|
||||
|
@ -4890,6 +4890,27 @@
|
|||
"url": "https://devnetscan.platon.network",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"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"
|
||||
}]
|
||||
}, {
|
||||
"name": "ARTIS sigma1",
|
||||
"chain": "ARTIS",
|
||||
|
|
|
@ -272,7 +272,8 @@
|
|||
"aka": "eip155:200625",
|
||||
"alaya": "eip155:201018",
|
||||
"alayadev": "eip155:201030",
|
||||
"PlatON": "eip155:210309",
|
||||
"platondev": "eip155:210309",
|
||||
"platon": "eip155:210425",
|
||||
"ats": "eip155:246529",
|
||||
"atstau": "eip155:246785",
|
||||
"SoChain": "eip155:281121",
|
||||
|
|
Loading…
Reference in New Issue
Block a user