Skip to content

Commit

Permalink
update coins json file
Browse files Browse the repository at this point in the history
  • Loading branch information
cipig authored Feb 19, 2024
1 parent d7ba032 commit 9d30d3f
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 11 deletions.
17 changes: 14 additions & 3 deletions utils/coins_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -40052,10 +40052,18 @@
"url": "207.180.252.200:50011",
"protocol": "TCP"
},
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL"
},
{
"url": "zeta-seed-d.zetacoin.network:50012",
"protocol": "SSL"
},
{
"url": "zeta-seed-c.zetacoin.tech:50013",
"protocol": "WSS"
},
{
"url": "zeta-seed-d.zetacoin.network:50013",
"protocol": "WSS"
Expand Down Expand Up @@ -40466,7 +40474,8 @@
"disable_cert_verification": true
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-ERC20": {
"coin": "FLUX-ERC20",
Expand Down Expand Up @@ -40526,7 +40535,8 @@
}
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-BEP20": {
"coin": "FLUX-BEP20",
Expand Down Expand Up @@ -40574,7 +40584,8 @@
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"HPY-QRC20": {
"coin": "HPY-QRC20",
Expand Down
13 changes: 10 additions & 3 deletions utils/coins_config_ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -33181,6 +33181,10 @@
"type": "UTXO"
},
"electrum": [
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL"
},
{
"url": "zeta-seed-d.zetacoin.network:50012",
"protocol": "SSL"
Expand Down Expand Up @@ -33519,7 +33523,8 @@
"disable_cert_verification": true
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-ERC20": {
"coin": "FLUX-ERC20",
Expand Down Expand Up @@ -33579,7 +33584,8 @@
}
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-BEP20": {
"coin": "FLUX-BEP20",
Expand Down Expand Up @@ -33627,7 +33633,8 @@
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"HPY-QRC20": {
"coin": "HPY-QRC20",
Expand Down
13 changes: 10 additions & 3 deletions utils/coins_config_tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -33602,6 +33602,10 @@
"type": "UTXO"
},
"electrum": [
{
"url": "zeta-seed-c.zetacoin.tech:50012",
"protocol": "SSL"
},
{
"url": "zeta-seed-d.zetacoin.network:50012",
"protocol": "SSL"
Expand Down Expand Up @@ -33932,7 +33936,8 @@
"disable_cert_verification": true
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-ERC20": {
"coin": "FLUX-ERC20",
Expand Down Expand Up @@ -33988,7 +33993,8 @@
}
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-BEP20": {
"coin": "FLUX-BEP20",
Expand Down Expand Up @@ -34036,7 +34042,8 @@
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"HPY-QRC20": {
"coin": "HPY-QRC20",
Expand Down
10 changes: 8 additions & 2 deletions utils/coins_config_wss.json
Original file line number Diff line number Diff line change
Expand Up @@ -33481,6 +33481,10 @@
"type": "UTXO"
},
"electrum": [
{
"url": "zeta-seed-c.zetacoin.tech:50013",
"protocol": "WSS"
},
{
"url": "zeta-seed-d.zetacoin.network:50013",
"protocol": "WSS"
Expand Down Expand Up @@ -33837,7 +33841,8 @@
}
}
],
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"FLUX-BEP20": {
"coin": "FLUX-BEP20",
Expand Down Expand Up @@ -33885,7 +33890,8 @@
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
"explorer_block_url": "block/",
"binance_id": "FLUX"
},
"HPY-QRC20": {
"coin": "HPY-QRC20",
Expand Down

0 comments on commit 9d30d3f

Please sign in to comment.