mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* Add uptick mainnet * Add line breaks to files --------- Co-authored-by: yangchuantongStarry <49516229+ElfenLied2019@users.noreply.github.com>
25 lines
502 B
JSON
25 lines
502 B
JSON
{
|
|
"name": "Uptick Mainnet",
|
|
"chain": "Uptick",
|
|
"rpc": ["https://json-rpc.uptick.network"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Uptick",
|
|
"symbol": "UPTICK",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://www.uptick.network",
|
|
"shortName": "auptick",
|
|
"chainId": 117,
|
|
"networkId": 117,
|
|
"icon": "uptick",
|
|
"explorers": [
|
|
{
|
|
"name": "Uptick Explorer",
|
|
"url": "https://evm-explorer.uptick.network",
|
|
"icon": "uptick",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|