From aaa8d493a5d8f9b4c784c0aecf27e593adf0416c Mon Sep 17 00:00:00 2001 From: Joonsoo Won <68256369+won-js@users.noreply.github.com> Date: Thu, 1 Jun 2023 18:05:15 +0900 Subject: [PATCH] Add UPTN network (#2925) * Add UPTN Network (Testnet) * Modify testnet * Add UPTN Network * improved format --------- Co-authored-by: Joonsoo Won Co-authored-by: ligi --- _data/chains/eip155-6118.json | 24 ++++++++++++++++++++++++ _data/chains/eip155-6119.json | 24 ++++++++++++++++++++++++ _data/icons/uptn.json | 8 ++++++++ 3 files changed, 56 insertions(+) create mode 100644 _data/chains/eip155-6118.json create mode 100644 _data/chains/eip155-6119.json create mode 100644 _data/icons/uptn.json diff --git a/_data/chains/eip155-6118.json b/_data/chains/eip155-6118.json new file mode 100644 index 00000000..6cd3e115 --- /dev/null +++ b/_data/chains/eip155-6118.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-6119.json b/_data/chains/eip155-6119.json new file mode 100644 index 00000000..a0e68fd7 --- /dev/null +++ b/_data/chains/eip155-6119.json @@ -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" + } + ] +} diff --git a/_data/icons/uptn.json b/_data/icons/uptn.json new file mode 100644 index 00000000..8fce50d0 --- /dev/null +++ b/_data/icons/uptn.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5", + "width": 128, + "height": 128, + "format": "png" + } +]