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>
This commit is contained in:
Joonsoo Won 2023-06-01 18:05:15 +09:00 committed by GitHub
parent 99dd5ae9e4
commit aaa8d493a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"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"
}
]
}

View File

@ -0,0 +1,24 @@
{
"name": "UPTN",
"chain": "UPTN",
"icon": "uptn",
"rpc": ["https://node-api.uptn.io/v1/ext/rpc"],
"features": [{ "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"infoURL": "https://uptn.io",
"shortName": "UPTN",
"chainId": 6119,
"networkId": 6119,
"explorers": [
{
"name": "UPTN Explorer",
"url": "https://explorer.uptn.io",
"standard": "EIP3091"
}
]
}

8
_data/icons/uptn.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5",
"width": 128,
"height": 128,
"format": "png"
}
]