Skip to content

Commit

Permalink
Merge pull request #1263 from cipig/list
Browse files Browse the repository at this point in the history
UIS chain swap
  • Loading branch information
cipig authored Jan 25, 2025
2 parents a622396 + f1cf16d commit 4120ec8
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 12 deletions.
1 change: 1 addition & 0 deletions api_ids/coingecko_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@
"UBT-PLG20": "unibright",
"UFO": "ufocoin",
"UIS": "unitus",
"UIS-OLD": "unitus",
"UMA-AVX20": "uma",
"UMA-ERC20": "uma",
"UMA-PLG20": "uma",
Expand Down
1 change: 1 addition & 0 deletions api_ids/coinpaprika_ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@
"UBT-PLG20": "ubt-unibright",
"UFO": "ufo-uniform-fiscal-object",
"UIS": "uis-unitus",
"UIS-OLD": "uis-unitus",
"UMA-AVX20": "uma-uma",
"UMA-ERC20": "uma-uma",
"UMA-PLG20": "uma-uma",
Expand Down
28 changes: 26 additions & 2 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -13285,9 +13285,9 @@
"derivation_path": "m/44'/60'"
},
{
"coin": "UIS",
"coin": "UIS-OLD",
"name": "unitus",
"fname": "Unitus",
"fname": "Unitus (OLD)",
"sign_message_prefix": "Unitus Signed Message:\n",
"rpcport": 50604,
"pubtype": 68,
Expand All @@ -13307,6 +13307,30 @@
"homepage": "https://unituscurrency.com"
}
},
{
"coin": "UIS",
"name": "unitus",
"fname": "Unitus",
"sign_message_prefix": "Unitus Signed Message:\n",
"isPoS": 1,
"rpcport": 15715,
"pubtype": 130,
"p2shtype": 85,
"wiftype": 153,
"txfee": 100000,
"segwit": false,
"mm2": 1,
"required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/723'",
"links": {
"github": "https://github.com/WikiMin3R/Unitus-Nouveau",
"homepage": "https://unituscurrency.com"
}
},
{
"coin": "UMA-AVX20",
"name": "uma_avx20",
Expand Down
11 changes: 2 additions & 9 deletions electrums/UIS
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
[
{
"url": "failover.trc-uis.ewmcx.biz:50002",
"url": "uis-ex-one.ewmci.online:50002",
"protocol": "SSL",
"disable_cert_verification": false,
"ws_url": "failover.trc-uis.ewmcx.biz:50003"
},
{
"url": "uis-uno.ewmcx.net:50002",
"protocol": "SSL",
"disable_cert_verification": false,
"ws_url": "uis-uno.ewmcx.net:50003"
"ws_url": "uis-ex-one.ewmci.online:50003"
}
]
14 changes: 14 additions & 0 deletions electrums/UIS-OLD
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"url": "failover.trc-uis.ewmcx.biz:50002",
"protocol": "SSL",
"disable_cert_verification": false,
"ws_url": "failover.trc-uis.ewmcx.biz:50003"
},
{
"url": "uis-uno.ewmcx.net:50002",
"protocol": "SSL",
"disable_cert_verification": false,
"ws_url": "uis-uno.ewmcx.net:50003"
}
]
2 changes: 1 addition & 1 deletion explorers/UIS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["https://chainz.cryptoid.info/uis/", "https://explorer.unitus.network/"]
["https://chainz.cryptoid.info/uis/"]
1 change: 1 addition & 0 deletions explorers/UIS-OLD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["https://explorer.unitus.network/"]

0 comments on commit 4120ec8

Please sign in to comment.