chains/_data/chains/eip155-6118.json
Joonsoo Won aaa8d493a5
Add UPTN network (#2925)
* Add UPTN Network (Testnet)

* Modify testnet

* Add UPTN Network

* improved format

---------

Co-authored-by: Joonsoo Won <wonjs@sk.com>
Co-authored-by: ligi <ligi@ligi.de>
2023-06-01 11:05:15 +02:00

25 lines
514 B
JSON

{
"name": "UPTN Testnet",
"chain": "UPTN",
"icon": "uptn",
"rpc": ["https://node-api.alp.uptn.io/v1/ext/rpc"],
"features": [{ "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"infoURL": "https://uptn.io",
"shortName": "UPTN-TEST",
"chainId": 6118,
"networkId": 6118,
"explorers": [
{
"name": "UPTN Testnet Explorer",
"url": "https://testnet.explorer.uptn.io",
"standard": "EIP3091"
}
]
}