diff --git a/.github/workflows/gen_configs.yml b/.github/workflows/gen_configs.yml
index 89f8889b8f..821ac0d413 100644
--- a/.github/workflows/gen_configs.yml
+++ b/.github/workflows/gen_configs.yml
@@ -10,12 +10,22 @@ on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
+ inputs:
+ target_branch:
+ description: Branch to run against and target for PR
+ required: true
+ default: master
+ type: string
jobs:
update_configs:
runs-on: ubuntu-22.04
+ env:
+ TARGET_BRANCH: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.target_branch || github.ref_name }}
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
+ with:
+ ref: ${{ env.TARGET_BRANCH }}
- name: Install cargo
shell: bash
@@ -50,20 +60,21 @@ jobs:
run: ${GITHUB_WORKSPACE}/utils/generate_app_configs.py
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update coins json file
committer: github-actions[bot]
author: github-actions[bot]
- branch: json-config-update
+ base: ${{ env.TARGET_BRANCH }}
+ branch: config-generate/${{ env.TARGET_BRANCH }}
delete-branch: true
- title: '[BOT] Update coins config json'
+ title: "[BOT] Update coins config json for ${{ env.TARGET_BRANCH }}"
body: |
- - Coins JSON config auto-generated on merge to master
+ - Coins JSON config auto-generated from `${{ env.TARGET_BRANCH }}`
- Electrum scan report updated
- Icon spritemap updated
labels: |
config-update
- reviewers: cipig, smk762, gcharang
+ reviewers: cipig
draft: false
diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
deleted file mode 100644
index f07b7539ea..0000000000
--- a/.github/workflows/sync.yml
+++ /dev/null
@@ -1,58 +0,0 @@
-name: Sync master from GLEECBTC/coins
-
-permissions:
- contents: write
-
-on:
- # Run every 15 minutes (UTC)
- schedule:
- - cron: "*/15 * * * *"
-
- # Allow manual trigger from the Actions tab
- workflow_dispatch:
-
-jobs:
- sync:
- runs-on: ubuntu-22.04
-
- steps:
- - name: Checkout fork (KomodoPlatform/coins)
- uses: actions/checkout@v4
- with:
- # We're already in KomodoPlatform/coins, no need to specify repository
- ref: master
- fetch-depth: 0 # full history so merge works properly
-
- - name: Configure git identity
- run: |
- git config user.name "github-actions[bot]"
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
-
- - name: Add upstream remote (GLEECBTC/coins) and fetch
- run: |
- # Add upstream only if it doesn't exist
- if ! git remote | grep -q "^upstream$"; then
- git remote add upstream https://github.com/GLEECBTC/coins.git
- fi
-
- git fetch upstream master
-
- - name: Merge upstream/master into master
- run: |
- set -e
- git checkout master
-
- # If there are no new commits upstream, this will be a no-op
- git merge upstream/master --no-edit || {
- echo "Merge conflict detected. Please resolve manually in KomodoPlatform/coins.";
- exit 1
- }
-
- - name: Push changes back to KomodoPlatform/coins
- run: |
- # Only push if there are new commits to avoid unnecessary pushes
- if [ -n "$(git log origin/master..master)" ]; then
- git push origin master
- else
- echo "No new commits to push; origin/master already up-to-date."
- fi
diff --git a/.github/workflows/validate_seed_nodes.yml b/.github/workflows/validate_seed_nodes.yml
index 6dc37486da..a0141e29eb 100644
--- a/.github/workflows/validate_seed_nodes.yml
+++ b/.github/workflows/validate_seed_nodes.yml
@@ -233,7 +233,7 @@ jobs:
# Create Discord embed payload
DISCORD_PAYLOAD=$(jq -n \
- --arg content "<@423176312354635779> <@419964976397156352> <@448777271701143562>" \
+ --arg content "<@419964976397156352>" \
--arg title "❌ Seed Nodes Validation Failed" \
--arg description "$SUMMARY" \
--arg repo "${{ github.repository }}" \
diff --git a/README.md b/README.md
index 89e99cdafd..f2f1c2ae4d 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This repository is the coins database which is used to define parameters for coi
-Refer to the [coin listing guide](https://developers.komodoplatform.com/basic-docs/atomicdex/atomicdex-tutorials/listing-a-coin-on-atomicdex.html) on the Komodo Developer Documentation website for details about the information required for a successful listing. **To avoid SSL certificate validation issues, it is highly recommended to use [EFF's Certbot](https://certbot.eff.org/) to generate SSL certificates for ElectrumX servers.**
+Refer to the [coin listing guide](https://komodoplatform.com/en/docs/komodo-defi-framework/tutorials/listing-a-new-coin/) on the Komodo Developer Documentation website for details about the information required for a successful listing. **To avoid SSL certificate validation issues, it is highly recommended to use [EFF's Certbot](https://certbot.eff.org/) to generate SSL certificates for ElectrumX servers.**
The status of currently listed [ElectrumX](https://electrumx.readthedocs.io/en/latest/) servers is monitored via a public [API](https://electrum-status.dragonhound.info/api/v1/electrums_status) and [Dashboard](https://stats.kmd.io/atomicdex/electrum_status/). Discord status alerts are available in the [AtomicDEX Electrum Status channel](https://discord.gg/rTkjADfnjt) (please contact smk to register and recieve pings when your servers have an issue).
diff --git a/api_ids/binance_ids.json b/api_ids/binance_ids.json
index aca724ec4b..f462fc0e96 100644
--- a/api_ids/binance_ids.json
+++ b/api_ids/binance_ids.json
@@ -18,7 +18,6 @@
"APE-ARB20": "APE",
"APE-ERC20": "APE",
"APE-BEP20": "APE",
- "APE-BEP20_OLD": "APE",
"APE-PLG20": "APE",
"ARB-ERC20": "ARB",
"ARB-ARB20": "ARB",
@@ -27,7 +26,6 @@
"ARPA-PLG20": "ARPA",
"ATOM-BEP20": "ATOM",
"ATOM-PLG20": "ATOM",
- "AVA-BEP20": "AVA",
"AVA-ERC20": "AVA",
"AVAX": "AVAX",
"AVAX-BEP20": "AVAX",
@@ -35,7 +33,6 @@
"AXS-ERC20": "AXS",
"BAND-BEP20": "BAND",
"BAND-ERC20": "BAND",
- "BAND-PLG20": "BAND",
"BAT-AVX20": "BAT",
"BAT-ERC20": "BAT",
"BAT-BEP20": "BAT",
@@ -77,10 +74,8 @@
"DAI-AVX20": "DAI",
"DAI-ERC20": "DAI",
"DAI-BEP20": "DAI",
- "DAI-MVR20": "DAI",
"DAI-PLG20": "DAI",
"DASH": "DASH",
- "DENT-ERC20": "DENT",
"DGB": "DGB",
"DGB-segwit": "DGB",
"DIA-ERC20": "DIA",
@@ -95,7 +90,7 @@
"EGLD-BEP20": "EGLD",
"ENJ-ERC20": "ENJ",
"ENJ-KRC20": "ENJ",
- "ENJ-PLG20": "ENJ",
+ "ENS-ERC20": "ENS",
"EOS-BEP20": "EOS",
"ETC": "ETC",
"ETC-BEP20": "ETC",
@@ -106,6 +101,9 @@
"ETH-BEP20": "ETH",
"ETH-KRC20": "ETH",
"ETH-PLG20": "ETH",
+ "ETHFI-ERC20": "ETHFI",
+ "ETHFI-ARB20": "ETHFI",
+ "ETHFI-BASE": "ETHFI",
"FDUSD-ERC20": "FDUSD",
"FDUSD-BEP20": "FDUSD",
"FET-ERC20": "FET",
@@ -121,9 +119,7 @@
"FXS-ERC20": "FXS",
"FXS-PLG20": "FXS",
"FXS-AVX20": "FXS",
- "FXS-MVR20": "FXS",
"GALA-ERC20": "GALA",
- "GALA-BEP20": "GALA",
"GLM-ERC20": "GLM",
"GLM-PLG20": "GLM",
"GMT-BEP20": "GMT",
@@ -131,6 +127,7 @@
"GMX-ARB20": "GMX",
"GMX-AVX20": "GMX",
"GNO-ERC20": "GNO",
+ "GNO-GNO": "GNO",
"GNO-PLG20": "GNO",
"GNS-ARB20": "GNS",
"GNS-PLG20": "GNS",
@@ -168,9 +165,6 @@
"LINK-BEP20": "LINK",
"LINK-KRC20": "LINK",
"LINK-PLG20": "LINK",
- "LRC-ERC20": "LRC",
- "LRC-BEP20": "LRC",
- "LRC-PLG20": "LRC",
"LPT-ERC20": "LPT",
"LPT-ARB20": "LPT",
"LTC": "LTC",
@@ -191,6 +185,8 @@
"MKR-ERC20": "MKR",
"MKR-KRC20": "MKR",
"MKR-PLG20": "MKR",
+ "MORPHO-ERC20": "MORPHO",
+ "MORPHO-BASE": "MORPHO",
"MOVR": "MOVR",
"GLMR": "GLMR",
"NEAR-BEP20": "NEAR",
@@ -200,6 +196,7 @@
"OM-ERC20": "OM",
"OM-BEP20": "OM",
"OM-PLG20": "OM",
+ "ONDO-ERC20": "ONDO",
"ONE": "ONE",
"ONT-BEP20": "ONT",
"PAXG-ERC20": "PAXG",
@@ -212,7 +209,6 @@
"PEPE-ARB20": "PEPE",
"PIVX": "PIVX",
"POWR-ERC20": "POWR",
- "POWR-PLG20": "POWR",
"PYR-ERC20": "PYR",
"PYR-PLG20": "PYR",
"SHIB-BEP20": "SHIB",
@@ -228,16 +224,18 @@
"REQ-ERC20": "REQ",
"REQ-PLG20": "REQ",
"RLC-ERC20": "RLC",
- "RLC-PLG20": "RLC",
"RNDR-ERC20": "RNDR",
"RNDR-PLG20": "RNDR",
"RPL-ERC20": "RPL",
+ "RSR-ARB20": "RSR",
+ "RSR-BASE": "RSR",
"RSR-ERC20": "RSR",
"RVN": "RVN",
"SAND-ERC20": "SAND",
"SAND-BEP20": "SAND",
"SAND-PLG20": "SAND",
"SCRT-BEP20": "SCRT",
+ "SKY-ERC20": "SKY",
"SNX-AVX20": "SNX",
"SNX-BEP20": "SNX",
"SNX-ERC20": "SNX",
@@ -250,20 +248,18 @@
"SUSHI-BEP20": "SUSHI",
"SUSHI-ERC20": "SUSHI",
"SUSHI-KRC20": "SUSHI",
- "SUSHI-MVR20": "SUSHI",
"SUSHI-PLG20": "SUSHI",
- "SXP-BEP20": "SXP",
- "SXP-ERC20": "SXP",
"SYN-ERC20": "SYN",
"SYN-BEP20": "SYN",
"SYN-PLG20": "SYN",
"SYN-AVX20": "SYN",
- "SYS": "SYS",
- "SYS-segwit": "SYS",
+ "SYRUP-ERC20": "SYRUP",
+ "SYRUP-BASE": "SYRUP",
"TON-ERC20": "TON",
"TON-BEP20": "TON",
- "TRX-BEP20_OLD": "TRX",
"TRX-BEP20": "TRX",
+ "TRX": "TRX",
+ "USDT-TRC20": "USDT",
"TUSD-BEP20": "TUSD",
"TUSD-ERC20": "TUSD",
"TUSD-AVX20": "TUSD",
@@ -281,23 +277,24 @@
"USDC-ARB20": "USDC",
"USDC-BASE": "USDC",
"USDC-AVX20": "USDC",
- "USDC-AVX20_OLD": "USDC",
"USDC-ERC20": "USDC",
"USDC-BEP20": "USDC",
"USDC-KRC20": "USDC",
- "USDC-MVR20": "USDC",
+ "USDC-GNO": "USDC",
"USDC-PLG20": "USDC",
"USDC-PLG20_OLD": "USDC",
- "USDT-MVR20": "USDT",
+ "USDP-ERC20": "USDP",
+ "USDP-BEP20": "USDP",
"USDT-KRC20": "USDT",
"USDT-PLG20": "USDT",
"USDT-ARB20": "USDT",
"USDT-AVX20": "USDT",
- "USDT-AVX20_OLD": "USDT",
"USDT-BEP20": "USDT",
"USDT-ERC20": "USDT",
"VET-BEP20": "VET",
- "VITE-BEP20": "VITE",
+ "VIRTUAL-ERC20": "VIRTUAL",
+ "VIRTUAL-BASE": "VIRTUAL",
+ "WBTC-ARB20": "WBTC",
"WBTC-ERC20": "WBTC",
"WBTC-PLG20": "WBTC",
"WLD-ERC20": "WLD",
@@ -306,6 +303,11 @@
"WOO-AVX20": "WOO",
"WOO-BEP20": "WOO",
"WOO-PLG20": "WOO",
+ "XAUT-ERC20": "XAUT",
+ "XAUT-BEP20": "XAUT",
+ "XAUT-PLG20": "XAUT",
+ "XAUT-AVX20": "XAUT",
+ "XAUT-ARB20": "XAUT",
"XLM-BEP20": "XLM",
"XRP-BEP20": "XRP",
"XRP-ERC20": "XRP",
@@ -317,19 +319,18 @@
"YFI-ERC20": "YFI",
"YFI-KRC20": "YFI",
"YFI-PLG20": "YFI",
+ "ZAMA-ERC20": "ZAMA",
+ "ZAMA-BEP20": "ZAMA",
"ZEC": "ZEC",
"ZIL-BEP20": "ZIL",
"ZRX-AVX20": "ZRX",
"ZRX-ERC20": "ZRX",
- "ZRX-PLG20": "ZRX",
"FLUX": "FLUX",
"FLUX-ERC20": "FLUX",
"FLUX-BEP20": "FLUX",
"STORJ-ERC20": "STORJ",
"SKL-ERC20": "SKL",
"CVC-ERC20": "CVC",
- "UTK-ERC20": "UTK",
- "MLN-ERC20": "MLN",
"XEC": "XEC",
"ATOM": "ATOM",
"OSMO": "OSMO",
diff --git a/api_ids/coingecko_ids.json b/api_ids/coingecko_ids.json
index afe092b884..6575c4accf 100644
--- a/api_ids/coingecko_ids.json
+++ b/api_ids/coingecko_ids.json
@@ -2,27 +2,18 @@
"1INCH-AVX20": "1inch",
"1INCH-BEP20": "1inch",
"1INCH-ERC20": "1inch",
- "1INCH-HRC20": "1inch",
"1INCH-KRC20": "1inch",
"1INCH-PLG20": "1inch",
"AAVE-AVX20": "aave",
"AAVE-BEP20": "aave",
"AAVE-ERC20": "aave",
- "AAVE-HRC20": "aave",
"AAVE-KRC20": "aave",
"AAVE-PLG20": "aave",
"ABY": "artbyte",
"ACTN-BEP20": "action-coin",
- "ACTN": "action-coin",
"ADA-BEP20": "cardano",
"ADX-BEP20": "adex",
"ADX-ERC20": "adex",
- "AGEUR-AVX20": "ageur",
- "AGEUR-ERC20": "ageur",
- "AGEUR-PLG20": "ageur",
- "AGIX-ERC20": "singularitynet",
- "AGIX-PLG20": "singularitynet",
- "AIPG": "ai-power-grid",
"AIPG-BASE": "ai-power-grid",
"ANKR-BEP20": "ankr",
"ANKR-ERC20": "ankr",
@@ -55,8 +46,6 @@
"AXE": "axe",
"AXS-BEP20": "axie-infinity",
"AXS-ERC20": "axie-infinity",
- "AYA": "aryacoin",
- "AYA-BEP20": "aryacoin",
"BABYDOGE-BEP20": "baby-doge-coin",
"BAL-ARB20": "balancer",
"BAL-AVX20": "balancer",
@@ -67,7 +56,6 @@
"BANANO-BEP20": "banano",
"BAND-BEP20": "band-protocol",
"BAND-ERC20": "band-protocol",
- "BAND-PLG20": "band-protocol",
"BAT-AVX20": "basic-attention-token",
"BAT-BEP20": "basic-attention-token",
"BAT-ERC20": "basic-attention-token",
@@ -77,15 +65,14 @@
"BCH-BEP20": "bitcoin-cash",
"BCH-ERC20": "bitcoin-cash",
"BCH": "bitcoin-cash",
+ "BCH2": "bitcoin-cash-ii",
"BEAMX-AVX20": "beam-2",
"BEAMX-BEP20": "beam-2",
"BEAMX-ERC20": "beam-2",
"BEST-ERC20": "bitpanda-ecosystem-token",
- "BIDR-BEP20": "binanceidr",
"BITN": "bitnet-io",
"BLK-BEP20": "blackcoin",
"BLK": "blackcoin",
- "BLOCX": "blocx-2",
"BOLI": "bolivarcoin",
"BNB": "binancecoin",
"BNT-BEP20": "bancor",
@@ -93,6 +80,8 @@
"BNT-PLG20": "bancor",
"BONE-ERC20": "bone-shibaswap",
"BORG-ERC20": "swissborg",
+ "BRLA-GNO": "brla-digital-brla",
+ "BRLA-PLG20": "brla-digital-brla",
"BRZ-AVX20": "brz",
"BRZ-BEP20": "brz",
"BRZ-ERC20": "brz",
@@ -103,22 +92,16 @@
"BTCZ-BEP20": "bitcoinz",
"BTCZ": "bitcoinz",
"BTE": "bitweb",
- "BTT-BEP20": "bittorrent-old",
"BTTC-BEP20": "bittorrent",
"BTU-ERC20": "btu-protocol",
"BTU-PLG20": "btu-protocol",
"BTX-BEP20": "bitcore",
"BTX": "bitcore",
- "BUSD-AVX20": "binance-usd",
- "BUSD-BEP20": "binance-usd",
- "BUSD-ERC20": "binance-usd",
- "BUSD-HRC20": "binance-usd",
- "BUSD-MVR20": "binance-usd",
- "BUSD-PLG20": "binance-usd",
"CADC-ARB20": "cad-coin",
"CADC-BASE": "cad-coin",
"CADC-ERC20": "cad-coin",
"CADC-PLG20": "cad-coin",
+ "CAT": "catcoin",
"CAKE-BEP20": "pancakeswap-token",
"CDN": "canada-ecoin",
"CEL-ERC20": "celsius-degree-token",
@@ -127,8 +110,6 @@
"CELR-BEP20": "celer-network",
"CELR-ERC20": "celer-network",
"CFX-BEP20": "conflux-token",
- "CHSB-ERC20": "swissborg",
- "CHSB-PLG20": "swissborg",
"CHTA": "cheetahcoin",
"CHTA-BEP20": "cheetahcoin",
"CHZ-ERC20": "chiliz",
@@ -158,12 +139,8 @@
"DAI-AVX20": "dai",
"DAI-BEP20": "dai",
"DAI-ERC20": "dai",
- "DAI-HRC20": "dai",
- "DAI-MVR20": "dai",
"DAI-PLG20": "dai",
"DASH": "dash",
- "DIAC": "diabase",
- "DDD-ERC20": "scry-info",
"DENT-ERC20": "dent",
"DFX-ERC20": "dfx-finance",
"DFX-PLG20": "dfx-finance",
@@ -184,12 +161,10 @@
"DOGE": "dogecoin",
"MYDOGE": "mydogecoin",
"DOGEC": "dogecash",
- "DOGEDASH-BEP20": "doge-dash",
"DOGGY-BEP20": "doggy",
"DOI": "doichain",
"DOT-BEP20": "polkadot",
"DP": "digitalprice",
- "DX-ERC20": "dxchain",
"EFL": "electronicgulden",
"EGLD-BEP20": "elrond-erd-2",
"ELF-BEP20": "aelf",
@@ -197,7 +172,7 @@
"EMC2": "einsteinium",
"ENJ-ERC20": "enjincoin",
"ENJ-KRC20": "enjincoin",
- "ENJ-PLG20": "enjincoin",
+ "ENS-ERC20": "ethereum-name-service",
"EOS-BEP20": "eos",
"ETC-BEP20": "ethereum-classic",
"ETC": "ethereum-classic",
@@ -205,22 +180,24 @@
"ETH-AVX20": "ethereum",
"ETH-BASE": "ethereum",
"ETH-BEP20": "ethereum",
- "ETH-HRC20": "ethereum",
"ETH-KRC20": "ethereum",
"ETH-PLG20": "ethereum",
"ETH": "ethereum",
+ "ETHFI-ERC20": "ether-fi",
+ "ETHFI-ARB20": "ether-fi",
+ "ETHFI-BASE": "ether-fi",
"EURC-AVX20": "euro-coin",
"EURC-BASE": "euro-coin",
"EURC-ERC20": "euro-coin",
"EURE-ARB20": "monerium-eur-money",
"EURE-ERC20": "monerium-eur-money",
+ "EURE-GNO": "monerium-eur-money",
"EURE-PLG20": "monerium-eur-money",
- "EUROE-ERC20": "euroe-stablecoin",
- "EUROE-PLG20": "euroe-stablecoin",
"EURS-ERC20": "stasis-eurs",
"EURS-PLG20": "stasis-eurs",
"EVR": "evrmore",
"EWT": "energy-web-token",
+ "EWT-ERC20": "energy-web-token",
"FDUSD-ERC20": "first-digital-usd",
"FDUSD-BEP20": "first-digital-usd",
"FEI-ERC20": "fei-usd",
@@ -231,9 +208,8 @@
"FIL-ERC20": "filecoin",
"FIRO-BEP20": "zcoin",
"FIRO": "zcoin",
- "FJC-BEP20": "fujicoin",
+ "FIX": "fixedcoin",
"FJC": "fujicoin",
- "FLEXUSD-ERC20": "flex-usd",
"FLOKI-BEP20": "floki",
"FLOW-BEP20": "flow",
"FLUX-BEP20": "zelcash",
@@ -246,10 +222,10 @@
"FXS-ERC20": "frax-share",
"FXS-PLG20": "frax-share",
"FXS-AVX20": "frax-share",
- "FXS-MVR20": "frax-share",
"GALA-ERC20": "gala",
"GAME-ERC20": "gamecredits",
"GAME-PLG20": "gamecredits",
+ "GBPE-GNO": "monerium-gbp-emoney",
"GBX": "gobyte",
"GBX-BEP20": "gobyte",
"GFT-BEP20": "gifto",
@@ -265,6 +241,7 @@
"GMX-ARB20": "gmx",
"GMX-AVX20": "gmx",
"GNO-ERC20": "gnosis",
+ "GNO-GNO": "gnosis",
"GNO-PLG20": "gnosis",
"GNS-ARB20": "gains-network",
"GNS-PLG20": "gains-network",
@@ -283,13 +260,9 @@
"HBAR-BEP20": "hedera-hashgraph",
"HEX-ERC20": "hex",
"HEX-PLG20": "hex",
- "HLC-QRC20": "halalchain",
"HOT-ERC20": "holotoken",
"HOT-PLG20": "holotoken",
"HPY-QRC20": "hyper-pay",
- "HUSD-ERC20": "husd",
- "HUSD-KRC20": "husd",
- "HUSD-PLG20": "husd",
"IDRT-BEP20": "rupiah-token",
"IDRT-ERC20": "rupiah-token",
"IDRT-PLG20": "rupiah-token",
@@ -306,24 +279,8 @@
"IRIS-BEP20": "iris-network",
"JASMY-BEP20": "jasmycoin",
"JASMY-ERC20": "jasmycoin",
- "JBRL-BEP20": "jarvis-brazilian-real",
- "JBRL-PLG20": "jarvis-brazilian-real",
- "JCHF-ERC20": "jarvis-synthetic-swiss-franc",
- "JCHF-PLG20": "jarvis-synthetic-swiss-franc",
- "JEUR-BEP20": "jarvis-synthetic-euro",
- "JEUR-AVX20": "jarvis-synthetic-euro",
- "JEUR-ERC20": "jarvis-synthetic-euro",
- "JEUR-PLG20": "jarvis-synthetic-euro",
- "JGBP-BEP20": "jarvis-synthetic-british-pound",
- "JGBP-ERC20": "jarvis-synthetic-british-pound",
- "JGBP-PLG20": "jarvis-synthetic-british-pound",
- "JJPY-PLG20": "jarvis-synthetic-japanese-yen",
- "JDB-BEP20": "jeet-detector-bot",
- "JOY-PLG20": "joystick-club",
"JPYC-AVX20": "jpy-coin",
"JPYC-PLG20": "jpy-coin",
- "JRT-ERC20": "jarvis-reward-token",
- "JRT-PLG20": "jarvis-reward-token",
"JST-BEP20": "just",
"JKC": "junkcoin",
"KCN": "kylacoin",
@@ -331,13 +288,13 @@
"KCS": "kucoin-shares",
"KIIRO-BEP20": "kiirocoin",
"KIIRO": "kiirocoin",
- "KMD-BEP20": "komodo",
"KMD": "komodo",
+ "KMD-BEP20": "komodo",
+ "KMD-GRC20": "komodo",
"KNC-AVX20": "kyber-network-crystal",
"KNC-BEP20": "kyber-network-crystal",
"KNC-ERC20": "kyber-network-crystal",
"KNC-PLG20": "kyber-network-crystal",
- "KOIN": "koinon",
"KSM-BEP20": "kusama",
"LBC": "lbry-credits",
"LCC": "litecoin-cash",
@@ -347,11 +304,9 @@
"LDO-PLG20": "lido-dao",
"LEASH-ERC20": "leash",
"LEO-ERC20": "leo-token",
- "LEO-PLG20": "leo-token",
"LINK-AVX20": "chainlink",
"LINK-BEP20": "chainlink",
"LINK-ERC20": "chainlink",
- "LINK-HRC20": "chainlink",
"LINK-KRC20": "chainlink",
"LINK-PLG20": "chainlink",
"LOOP-BEP20": "loopnetwork",
@@ -361,13 +316,10 @@
"LPT-ERC20": "livepeer",
"LRC-BEP20": "loopring",
"LRC-ERC20": "loopring",
- "LRC-PLG20": "loopring",
- "LSTR-QRC20": "meetluna",
"LSWAP-BEP20": "loopswap",
"LTC": "litecoin",
"LUNA-BEP20": "terra-luna",
"LUNA-ERC20": "terra-luna",
- "LUNA-HRC20": "terra-luna",
"LUNA-PLG20": "terra-luna",
"LYNX": "lynx",
"MANA-BEP20": "decentraland",
@@ -379,16 +331,14 @@
"MASK-PLG20": "mask-network",
"MATIC-BEP20": "matic-network",
"MATIC-ERC20": "matic-network",
- "MATIC-HRC20": "matic-network",
"MATIC-KRC20": "matic-network",
"MATIC": "matic-network",
"MAZA": "maza",
"MEWC": "meowcoin",
- "MC-BEP20": "merit-circle",
- "MC-ERC20": "merit-circle",
"MCL": "marmara-credit-loops",
"MDX": "mandala-exchange-token",
- "MED-QRC20": "medibloc",
+ "MDX-ERC20": "mandala-exchange-token",
+ "MDX-GRC20": "mandala-exchange-token",
"MINDS-ERC20": "minds",
"MINU-BEP20": "minu",
"MIR-BEP20": "mirror-protocol",
@@ -402,11 +352,12 @@
"MM-AVX20": "million",
"MM-BEP20": "million",
"MM-ERC20": "million",
- "MM-MVR20": "million",
"MM-PLG20": "million",
"MONA": "monacoin",
"MOR-ERC20": "morpheusai",
"MOR-ARB20": "morpheusai",
+ "MORPHO-ERC20": "morpho",
+ "MORPHO-BASE": "morpho",
"MOVR": "moonriver",
"NAV-BEP20": "nav-coin",
"NAV": "nav-coin",
@@ -422,26 +373,16 @@
"NVC": "novacoin",
"NYC": "newyorkcoin",
"NYC-BEP20": "newyorkcoin",
- "NZDS-ERC20": "nzd-stablecoin",
- "NZDS-PLG20": "nzd-stablecoin",
- "OC-QRC20": "oceanchain",
- "OCEAN-BEP20": "ocean-protocol",
- "OCEAN-ERC20": "ocean-protocol",
- "OCEAN-PLG20": "ocean-protocol",
"OKB-ERC20": "okb",
"OM-ERC20": "mantra-dao",
"OM-BEP20": "mantra-dao",
"OM-PLG20": "mantra-dao",
"OMG-ERC20": "omisego",
- "OMG-PLG20": "omisego",
+ "ONDO-ERC20": "ondo-finance",
"ONE": "harmony",
"ONT-BEP20": "ontology",
"OSMO": "osmosis",
"OSMO-IBC_NUCLEUSTEST": "osmosis",
- "PAX-BEP20": "paxos-standard",
- "PAX-ERC20": "paxos-standard",
- "PAX-KRC20": "paxos-standard",
- "PAX-PLG20": "paxos-standard",
"PAXG-ERC20": "pax-gold",
"PAXG-PLG20": "pax-gold",
"PEP": "pepecoin-network",
@@ -460,17 +401,14 @@
"POT-ERC20": "potcoin",
"POT-PLG20": "potcoin",
"POWR-ERC20": "power-ledger",
- "POWR-PLG20": "power-ledger",
"PPC-ERC20": "peercoin",
"PPC-PLG20": "peercoin",
"PPC": "peercoin",
"PRCY-BEP20": "prcy-coin",
"PRCY-ERC20": "prcy-coin",
"PRCY-PLG20": "prcy-coin",
- "PUT-QRC20": "profile-utility-token",
"PYR-ERC20": "vulcan-forged",
"PYR-PLG20": "vulcan-forged",
- "QBT-QRC20": "qbao",
"QC-QRC20": "qcash",
"QI-QRC20": "qiswap",
"QKC-BEP20": "quark-chain",
@@ -482,22 +420,22 @@
"RBTC": "rootstock",
"RDD": "reddcoin",
"REN-ERC20": "republic-protocol",
- "REN-HRC20": "republic-protocol",
"REP-ERC20": "augur",
"REQ-ERC20": "request-network",
"REQ-PLG20": "request-network",
"REV-ERC20": "revain",
"RIC": "riecoin",
- "RIC-BEP20": "riecoin",
"RLC-ERC20": "iexec-rlc",
- "RLC-PLG20": "iexec-rlc",
"RNDR-ERC20": "render-token",
"RPL-ERC20": "rocket-pool",
+ "RSR-ARB20": "reserve-rights-token",
+ "RSR-BASE": "reserve-rights-token",
"RSR-ERC20": "reserve-rights-token",
"RTM": "raptoreum",
"RTM-BEP20": "raptoreum",
"RUNES": "runebase",
"RVN": "ravencoin",
+ "RXD": "radiant",
"S4F-ERC20": "s4fe",
"S4F-BEP20": "s4fe",
"SAND-BEP20": "the-sandbox",
@@ -516,6 +454,7 @@
"SHR-BEP20": "sharering",
"SIGNA-BEP20": "signum",
"SKL-ERC20": "skale",
+ "SKY-ERC20": "sky",
"SNT-ERC20": "status",
"SNX-AVX20": "havven",
"SNX-BEP20": "havven",
@@ -529,18 +468,13 @@
"SPACE-AVX20": "space-token-bsc",
"SPACE-BEP20": "space-token-bsc",
"SPACE-PLG20": "space-token-bsc",
- "SPACE-PLG20_OLD": "space-token-bsc",
"SRM-ERC20": "serum",
- "SRM-PLG20": "serum",
- "STFIRO-ERC20": "stakehound",
"STORJ-ERC20": "storj",
"SUI-BEP20": "sui",
"SUSHI-AVX20": "sushi",
"SUSHI-BEP20": "sushi",
"SUSHI-ERC20": "sushi",
- "SUSHI-HRC20": "sushi",
"SUSHI-KRC20": "sushi",
- "SUSHI-MVR20": "sushi",
"SUSHI-PLG20": "sushi",
"SWAP-BEP20": "safeswap-online",
"SXP-BEP20": "swipe",
@@ -549,6 +483,8 @@
"SYN-BEP20": "synapse-2",
"SYN-ERC20": "synapse-2",
"SYN-PLG20": "synapse-2",
+ "SYRUP-ERC20": "syrup",
+ "SYRUP-BASE": "syrup",
"SYS": "syscoin",
"TAMA-ERC20": "tamadoge",
"TBTC-ARB20": "tbtc",
@@ -559,20 +495,19 @@
"TEL-KRC20": "telcoin",
"TEL-PLG20": "telcoin",
"TFT-BEP20": "threefold-token",
- "THC-BEP20": "hempcoin-thc",
"THC": "hempcoin-thc",
"TKL": "tokel",
"TON-BEP20": "the-open-network",
"TON-ERC20": "the-open-network",
"TRAC-ERC20": "origintrail",
"TRC": "terracoin",
+ "TRMP": "trumpow",
"TRX-BEP20": "tron",
"TRYB-AVX20": "bilira",
"TRYB-BASE": "bilira",
"TRYB-BEP20": "bilira",
"TRYB-ERC20": "bilira",
"TRYB-PLG20": "bilira",
- "TSL-QRC20": "energo",
"TUSD-AVX20": "true-usd",
"TUSD-BEP20": "true-usd",
"TUSD-ERC20": "true-usd",
@@ -584,7 +519,6 @@
"UBT-PLG20": "unibright",
"UFO": "ufocoin",
"UIS": "unitus",
- "UIS-OLD": "unitus",
"UMA-AVX20": "uma",
"UMA-ERC20": "uma",
"UMA-PLG20": "uma",
@@ -601,34 +535,35 @@
"USDC-BASE": "usd-coin",
"USDC-BEP20": "usd-coin",
"USDC-ERC20": "usd-coin",
- "USDC-HRC20": "usd-coin",
+ "USDC-GNO": "usd-coin",
"USDC-KRC20": "usd-coin",
- "USDC-MVR20": "usd-coin",
"USDC-PLG20": "usd-coin",
"USDD-ERC20": "usdd",
"USDD-BEP20": "usdd",
+ "USDP-ERC20": "paxos-standard",
+ "USDP-BEP20": "paxos-standard",
"USDT-ARB20": "tether",
"USDT-AVX20": "tether",
"USDT-BEP20": "tether",
"USDT-ERC20": "tether",
- "USDT-HRC20": "tether",
"USDT-KRC20": "tether",
- "USDT-MVR20": "tether",
"USDT-PLG20": "tether",
"UTK-ERC20": "utrust",
"UTOPIA-BEP20": "utopia-3",
"VAL": "radium",
"VET-BEP20": "vechain",
"VGX-ERC20": "ethos",
- "VGX-PLG20": "ethos",
"VIA": "viacoin",
+ "VIRTUAL-ERC20": "virtual-protocol",
+ "VIRTUAL-BASE": "virtual-protocol",
"VITE-BEP20": "vite",
"VRA-ERC20": "verasity",
"VRSC": "verus-coin",
"VTC": "vertcoin",
+ "VVV-BASE": "venice-token",
"WAVES-BEP20": "waves",
"WBTC-ERC20": "wrapped-bitcoin",
- "WBTC-HRC20": "wrapped-bitcoin",
+ "WBTC-ARB20": "wrapped-bitcoin",
"WBTC-PLG20": "wrapped-bitcoin",
"WHIVE": "whive",
"WLD-ERC20": "worldcoin-wld",
@@ -637,8 +572,15 @@
"WOO-BEP20": "woo-network",
"WOO-ERC20": "woo-network",
"WOO-PLG20": "woo-network",
+ "XAUT-ERC20": "tether-gold",
+ "XAUT-BEP20": "tether-gold",
+ "XAUT-PLG20": "tether-gold",
+ "XAUT-AVX20": "tether-gold",
+ "XAUT-ARB20": "tether-gold",
+ "XCN-BASE": "chain-2",
"XCN-BEP20": "chain-2",
"XCN-ERC20": "chain-2",
+ "XDAI": "xdai",
"XEC": "ecash",
"XEP": "electra-protocol",
"XEP-BEP20": "electra-protocol",
@@ -651,6 +593,8 @@
"XPM": "primecoin",
"XRP-ERC20": "ripple",
"XRP-BEP20": "ripple",
+ "XSGD-AVX20": "xsgd",
+ "XSGD-BASE": "xsgd",
"XSGD-ERC20": "xsgd",
"XSGD-PLG20": "xsgd",
"XTZ-BEP20": "tezos",
@@ -666,13 +610,19 @@
"YFI-PLG20": "yearn-finance",
"YFII-BEP20": "yfii-finance",
"YFII-ERC20": "yfii-finance",
+ "ZAMA-ERC20": "zama",
+ "ZAMA-BEP20": "zama",
+ "ZCHF-ARB20": "frankencoin",
+ "ZCHF-AVX20": "frankencoin",
+ "ZCHF-BASE": "frankencoin",
+ "ZCHF-ERC20": "frankencoin",
+ "ZCHF-GNO": "frankencoin",
+ "ZCHF-PLG20": "frankencoin",
"ZEC": "zcash",
"ZER": "zero",
"ZER-BEP20": "zero",
"ZET": "zetacoin",
"ZIL-BEP20": "zilliqa",
- "ZINU-BEP20": "zinu-zombie-inu",
"ZRX-AVX20": "0x",
- "ZRX-ERC20": "0x",
- "ZRX-PLG20": "0x"
+ "ZRX-ERC20": "0x"
}
diff --git a/api_ids/coinpaprika_ids.json b/api_ids/coinpaprika_ids.json
index 4f29d68da8..3f6405b955 100644
--- a/api_ids/coinpaprika_ids.json
+++ b/api_ids/coinpaprika_ids.json
@@ -2,25 +2,18 @@
"1INCH-AVX20": "1inch-1inch",
"1INCH-BEP20": "1inch-1inch",
"1INCH-ERC20": "1inch-1inch",
- "1INCH-HRC20": "1inch-1inch",
"1INCH-KRC20": "1inch-1inch",
"1INCH-PLG20": "1inch-1inch",
"AAVE-AVX20": "aave-new",
"AAVE-BEP20": "aave-new",
"AAVE-ERC20": "aave-new",
- "AAVE-HRC20": "aave-new",
"AAVE-KRC20": "aave-new",
"AAVE-PLG20": "aave-new",
"ABY": "aby-artbyte",
"ACTN-BEP20": "actn-action-coin",
- "ACTN": "actn-action-coin",
"ADA-BEP20": "ada-cardano",
"ADX-BEP20": "adx-adex",
"ADX-ERC20": "adx-adex",
- "AGEUR-ERC20": "ageur-ageur",
- "AGIX-ERC20": "agix-singularitynet",
- "AGIX-PLG20": "agix-singularitynet",
- "AIPG": "aipg-ai-power-grid",
"AIPG-BASE": "aipg-ai-power-grid",
"ANEY": "aney-animal-economy",
"ANKR-BEP20": "ankr-ankr-network",
@@ -44,6 +37,7 @@
"ATOM": "atom-cosmos",
"ATOM-IBC_NUCLEUSTEST": "atom-cosmos",
"AUR": "aur-auroracoin",
+ "AURE": "aur-aureus-1",
"AVA-ERC20": "ava-travala",
"AVAX-BEP20": "avax-avalanche",
"AVAX": "avax-avalanche",
@@ -53,7 +47,6 @@
"AXE": "axe-axe",
"AXS-BEP20": "axs-axie-infinity",
"AXS-ERC20": "axs-axie-infinity",
- "AYA": "aya-aryacoin",
"BABYDOGE-BEP20": "babydoge-baby-doge-coin",
"BAL-ARB20": "bal-balancer",
"BAL-AVX20": "bal-balancer",
@@ -64,28 +57,29 @@
"BANANO-BEP20": "ban-banano",
"BAND-BEP20": "band-band-protocol",
"BAND-ERC20": "band-band-protocol",
- "BAND-PLG20": "band-band-protocol",
"BAT-AVX20": "bat-basic-attention-token",
"BAT-BEP20": "bat-basic-attention-token",
"BAT-ERC20": "bat-basic-attention-token",
"BAT-KRC20": "bat-basic-attention-token",
"BAT-PLG20": "bat-basic-attention-token",
"BBK": "bbk-bitblocks",
+ "BBK-BEP20": "bbk-bitblocks",
+ "BBK-PLG20": "bbk-bitblocks",
"BC2": "bc2-bitcoin-ii",
"BCH-BEP20": "bch-bitcoin-cash",
"BCH-ERC20": "bch-bitcoin-cash",
"BCH": "bch-bitcoin-cash",
+ "BCH2": "bch2-bitcoin-cash-ii",
"BCZERO": "bczero-buggyra-coin-zero",
+ "BCZERO-GRC20": "bczero-buggyra-coin-zero",
"BEAMX-AVX20": "beam-beam-eth",
"BEAMX-BEP20": "beam-beam-eth",
"BEAMX-ERC20": "beam-beam-eth",
"BEST-ERC20": "best-bitpanda-ecosystem-token",
- "BIDR-BEP20": "bidr-binanceidr",
"BITN": "bit-bitnet",
"BKC": "bkc-briskcoin",
"BLK-BEP20": "blk-blackcoin",
"BLK": "blk-blackcoin",
- "BLOCX": "blocx-blocx",
"BOLI": "boli-bolivarcoin",
"BNB": "bnb-binance-coin",
"BNT-BEP20": "bnt-bancor",
@@ -94,6 +88,8 @@
"BONC": "bonc1-bonkcoin",
"BONE-ERC20": "bone-bone-shibaswap",
"BORG-ERC20": "chsb-swissborg",
+ "BRLA-GNO": "brla-brla-digital-brla",
+ "BRLA-PLG20": "brla-brla-digital-brla",
"BRZ-AVX20": "brz-brazilian-digital-token",
"BRZ-BEP20": "brz-brazilian-digital-token",
"BRZ-ERC20": "brz-brazilian-digital-token",
@@ -104,22 +100,17 @@
"BTCZ-BEP20": "btcz-bitcoinz",
"BTCZ": "btcz-bitcoinz",
"BTE": "bte-bitweb",
- "BTT-BEP20": "btt-bittorrent",
+ "BTGS": "btgs-bitcoingold",
"BTTC-BEP20": "bttc-bittorrent-chain",
"BTU-ERC20": "btu-btu-protocol",
"BTU-PLG20": "btu-btu-protocol",
"BTX-BEP20": "btx-bitcore",
"BTX": "btx-bitcore",
- "BUSD-AVX20": "busd-binance-usd",
- "BUSD-BEP20": "busd-binance-usd",
- "BUSD-ERC20": "busd-binance-usd",
- "BUSD-HRC20": "busd-binance-usd",
- "BUSD-MVR20": "busd-binance-usd",
- "BUSD-PLG20": "busd-binance-usd",
"CADC-ARB20": "cadc-cad-coin",
"CADC-BASE": "cadc-cad-coin",
"CADC-ERC20": "cadc-cad-coin",
"CADC-PLG20": "cadc-cad-coin",
+ "CAT": "cat-catcoin",
"CAKE-BEP20": "cake-pancakeswap",
"CAS": "cas-cascoin",
"CDN": "cdn-canada-ecoin",
@@ -130,8 +121,6 @@
"CELR-BEP20": "celr-celer-network",
"CELR-ERC20": "celr-celer-network",
"CFX-BEP20": "cfx-conflux-network",
- "CHSB-ERC20": "chsb-swissborg",
- "CHSB-PLG20": "chsb-swissborg",
"CHTA": "chta-cheetahcoin",
"CHTA-BEP20": "chta-cheetahcoin",
"CHZ-ERC20": "chz-chiliz",
@@ -164,12 +153,8 @@
"DAI-AVX20": "dai-dai",
"DAI-BEP20": "dai-dai",
"DAI-ERC20": "dai-dai",
- "DAI-HRC20": "dai-dai",
- "DAI-MVR20": "dai-dai",
"DAI-PLG20": "dai-dai",
- "DIAC": "diac-diabase",
"DASH": "dash-dash",
- "DDD-ERC20": "ddd-scryinfo",
"DENT-ERC20": "dent-dent",
"DEV": "dev-dogecoinev",
"DFX-ERC20": "dfx-dfx-finance",
@@ -188,23 +173,19 @@
"DODO-KRC20": "dodo-dodo",
"DOGE-BEP20": "doge-dogecoin",
"DOGE": "doge-dogecoin",
- "MYDOGE": "mydoge-mydogecoin",
"DOGEC": "dogec-dogecash",
- "DOGEDASH-BEP20": "dogedash-doge-dash",
"DOGGY-BEP20": "doggy-doggy",
"DOI": "doi-doichain",
"DOT-BEP20": "dot-polkadot",
"DP": "dp-digitalprice",
- "DX-ERC20": "dx-dxchain-token",
"EFL": "efl-e-gulden",
"EGLD-BEP20": "egld-elrond",
- "EILN-ERC20": "eiln-e-ilien",
"ELF-BEP20": "elf-aelf",
"ELF-ERC20": "elf-aelf",
"EMC2": "emc2-einsteinium",
"ENJ-ERC20": "enj-enjin-coin",
"ENJ-KRC20": "enj-enjin-coin",
- "ENJ-PLG20": "enj-enjin-coin",
+ "ENS-ERC20": "ens-ethereum-name-service",
"EOS-BEP20": "eos-eos",
"ETC-BEP20": "etc-ethereum-classic",
"ETC": "etc-ethereum-classic",
@@ -212,21 +193,24 @@
"ETH-AVX20": "eth-ethereum",
"ETH-BEP20": "eth-ethereum",
"ETH-BASE": "eth-ethereum",
- "ETH-HRC20": "eth-ethereum",
"ETH-KRC20": "eth-ethereum",
"ETH-PLG20": "eth-ethereum",
"ETH": "eth-ethereum",
+ "ETHFI-ERC20": "ethfi-etherfi",
+ "ETHFI-ARB20": "ethfi-etherfi",
+ "ETHFI-BASE": "ethfi-etherfi",
"EURC-AVX20": "euroc-euro-coin",
"EURC-BASE": "euroc-euro-coin",
"EURC-ERC20": "euroc-euro-coin",
"EURE-ARB20": "eure-monerium-eur-emoney",
"EURE-ERC20": "eure-monerium-eur-emoney",
+ "EURE-GNO": "eure-monerium-eur-emoney",
"EURE-PLG20": "eure-monerium-eur-emoney",
- "EUROE-ERC20": "euroe-euroe-stablecoin",
"EURS-ERC20": "eurs-stasis-eurs",
"EURS-PLG20": "eurs-stasis-eurs",
"EVR": "evr-evrmore",
"EWT": "ewt-energy-web-token",
+ "EWT-ERC20": "ewt-energy-web-token",
"FDUSD-ERC20": "fdusd-first-digital-usd",
"FDUSD-BEP20": "fdusd-first-digital-usd",
"FEI-ERC20": "fei-fei-protocol",
@@ -236,9 +220,10 @@
"FIL-BEP20": "fil-filecoin",
"FIRO-BEP20": "firo-firo",
"FIRO": "firo-firo",
- "FJC-BEP20": "fjc-fujicoin",
+ "FIX": "fix-fixedcoin",
"FJC": "fjc-fujicoin",
"FJCB-BEP20": "fjcb-fjcb-fujicoin",
+ "FLC": "flc-flokicoin",
"FLOKI-BEP20": "floki-floki-inu",
"FLOP": "flop-flopcoin",
"FLOW-BEP20": "flow-flow",
@@ -249,6 +234,9 @@
"FTM-BEP20": "ftm-fantom",
"FTM-ERC20": "ftm-fantom",
"FXS-BEP20": "fxs-frax-share",
+ "FXS-ERC20": "fxs-frax-share",
+ "FXS-PLG20": "fxs-frax-share",
+ "FXS-AVX20": "fxs-frax-share",
"GALA-ERC20": "gala-gala",
"GAME-ERC20": "game-gamecredits",
"GBX": "gbx-gobyte",
@@ -265,11 +253,13 @@
"GMX-ARB20": "gmx-gmx",
"GMX-AVX20": "gmx-gmx",
"GNO-ERC20": "gno-gnosis",
+ "GNO-GNO": "gno-gnosis",
"GNO-PLG20": "gno-gnosis",
"GNS-ARB20": "gns-gains-network",
"GNS-PLG20": "gns-gains-network",
"GRLC": "grlc-garlicoin",
- "GRMS": "grms-grms",
+ "GRLC-ERC20": "grlc-garlicoin",
+ "GRLC-BEP20": "grlc-garlicoin",
"GRS": "grs-groestlcoin",
"GRT-ARB20": "grt-the-graph",
"GRT-AVX20": "grt-the-graph",
@@ -278,25 +268,19 @@
"GRT-PLG20": "grt-the-graph",
"GST-BEP20": "gst-gst",
"GT-ERC20": "gt-gatechain-token",
- "GURU-BEP20": "guru-mobilityguru-token",
"GUSD-ERC20": "gusd-gemini-dollar",
"HBAR-BEP20": "hbar-hedera-hashgraph",
"HEX-ERC20": "hex-hex",
"HEX-PLG20": "hex-hex",
- "HLC-QRC20": "hlc-halalchain",
"HOT-ERC20": "hot-holo",
"HOT-PLG20": "hot-holo",
"HPY-QRC20": "hpy-hyper-pay",
- "HUSD-ERC20": "husd-husd",
- "HUSD-KRC20": "husd-husd",
- "HUSD-PLG20": "husd-husd",
+ "HRC": "hrc-hypercoin",
+ "HTH": "hth-help-the-homeless-coin",
"IDRT-BEP20": "idrt-rupiah-token",
"IDRT-ERC20": "idrt-rupiah-token",
"IDRT-PLG20": "idrt-rupiah-token",
"IL8P": "il8p-infiniloop",
- "ILN-BEP20": "iln-ilien9195",
- "ILN-PLG20": "iln-ilien9195",
- "ILN": "iln-ilien9195",
"ILV-ERC20": "ilv-illuvium",
"IMX-ERC20": "imx-immutable-x",
"INJ-BEP20": "inj-injective-protocol",
@@ -309,28 +293,26 @@
"IRIS-BEP20": "iris-irisnet",
"JASMY-BEP20": "jasmy-jasmycoin",
"JASMY-ERC20": "jasmy-jasmycoin",
- "JDB-BEP20": "jdb-jeet-detector-bot",
- "JJPY-PLG20": "jjpy-jarvis-synthetic-japanese-yen",
"JPYC-AVX20": "jpyc-jpy-coin-v2",
"JPYC-PLG20": "jpyc-jpy-coin-v2",
- "JRT-ERC20": "jrt-jarvis-reward-token",
- "JRT-PLG20": "jrt-jarvis-reward-token",
"JST-BEP20": "jst-just",
"JKC": "jkc-junkcoin",
+ "JUMP": "jump-jumpcoin",
"KCN": "kcn-kylacoin",
"KCN-BEP20": "kcn-kylacoin",
"KCS": "kcs-kucoin-token",
"KIIRO-BEP20": "kiiro-kiirocoin",
"KIIRO": "kiiro-kiirocoin",
- "KMD-BEP20": "kmd-komodo",
"KMD": "kmd-komodo",
+ "KMD-BEP20": "kmd-komodo",
+ "KMD-GRC20": "kmd-komodo",
"KNC-AVX20": "knc-kyber-network",
"KNC-BEP20": "knc-kyber-network",
"KNC-ERC20": "knc-kyber-network",
"KNC-PLG20": "knc-kyber-network",
- "KOIN": "koin-koinon",
"KSM-BEP20": "ksm-kusama",
"LBC": "lbc-lbry-credits",
+ "LC2": "lc2-litecoinii",
"LCC": "lcc-litecoin-cash",
"LCN": "lcn-lyncoin",
"LCN-BEP20": "lcn-lyncoin",
@@ -338,11 +320,9 @@
"LDO-PLG20": "ldo-lido-dao",
"LEASH-ERC20": "leash-doge-killer",
"LEO-ERC20": "leo-leo-token",
- "LEO-PLG20": "leo-leo-token",
"LINK-AVX20": "link-chainlink",
"LINK-BEP20": "link-chainlink",
"LINK-ERC20": "link-chainlink",
- "LINK-HRC20": "link-chainlink",
"LINK-KRC20": "link-chainlink",
"LINK-PLG20": "link-chainlink",
"LOLS-BEP20": "lols-lolsmash",
@@ -353,13 +333,10 @@
"LPT-ERC20": "lpt-livepeer",
"LRC-BEP20": "lrc-loopring",
"LRC-ERC20": "lrc-loopring",
- "LRC-PLG20": "lrc-loopring",
- "LSTR-QRC20": "lstr-luna-stars",
"LSWAP-BEP20": "lswap-loopswap",
"LTC": "ltc-litecoin",
"LUNA-BEP20": "luna-terra",
"LUNA-ERC20": "luna-terra",
- "LUNA-HRC20": "luna-terra",
"LUNA-PLG20": "luna-terra",
"LYNX": "lynx-lynx",
"MANA-BEP20": "mana-decentraland",
@@ -369,15 +346,13 @@
"MASK-ERC20": "mask-mask-network",
"MATIC-BEP20": "matic-matic-network",
"MATIC-ERC20": "matic-matic-network",
- "MATIC-HRC20": "matic-matic-network",
"MATIC-KRC20": "matic-matic-network",
"MATIC": "matic-matic-network",
"MAZA": "maza-maza",
- "MC-BEP20": "mc-merit-circle",
- "MC-ERC20": "mc-merit-circle",
"MCL": "mcl-marmara-credit-loops",
"MDX": "mdx-mandala-exchange-token",
- "MED-QRC20": "med-medibloc-qrc20",
+ "MDX-ERC20": "mdx-mandala-exchange-token",
+ "MDX-GRC20": "mdx-mandala-exchange-token",
"MINDS-ERC20": "minds-minds",
"MINU-BEP20": "minu-minu",
"MIR-BEP20": "mir-mirror-protocol",
@@ -390,12 +365,15 @@
"MM-AVX20": "mm-million",
"MM-BEP20": "mm-million",
"MM-ERC20": "mm-million",
- "MM-MVR20": "mm-million",
"MM-PLG20": "mm-million",
"MONA": "mona-monacoin",
"MOR-ERC20": "mor-morpheusai",
"MOR-ARB20": "mor-morpheusai",
+ "MORPHO-ERC20": "morpho-morpho",
+ "MORPHO-BASE": "morpho-morpho",
"MOVR": "movr-moonriver",
+ "MWC": "mwc-minersworldcoin",
+ "MYDOGE": "mydoge-mydogecoin",
"NAV-BEP20": "nav-navcoin",
"NAV": "nav-navcoin",
"NEAR-BEP20": "near-near-protocol",
@@ -404,30 +382,23 @@
"NEXO-ERC20": "nexo-nexo",
"NEXO-KRC20": "nexo-nexo",
"NEXO-PLG20": "nexo-nexo",
+ "NITO": "nito-nito-coin",
"NMC": "nmc-namecoin",
"NVC-BEP20": "nvc-novacoin",
"NVC-QRC20": "nvc-novacoin",
"NVC": "nvc-novacoin",
"NYC": "nyc-newyorkcoin",
"NYC-BEP20": "nyc-newyorkcoin",
- "OC-QRC20": "oc-oceanchain",
- "OCEAN-BEP20": "ocean-ocean-protocol",
- "OCEAN-ERC20": "ocean-ocean-protocol",
- "OCEAN-PLG20": "ocean-ocean-protocol",
"OKB-ERC20": "okb-okb",
"OM-ERC20": "om-mantra-dao",
"OM-BEP20": "om-mantra-dao",
"OM-PLG20": "om-mantra-dao",
"OMG-ERC20": "omg-omg-network",
- "OMG-PLG20": "omg-omg-network",
+ "ONDO-ERC20": "ondo-ondo",
"ONE": "one-harmony",
"ONT-BEP20": "ont-ontology",
"OSMO": "osmo-osmosis",
"OSMO-IBC_NUCLEUSTEST": "osmo-osmosis",
- "PAX-BEP20": "pax-paxos-standard-token",
- "PAX-ERC20": "pax-paxos-standard-token",
- "PAX-KRC20": "pax-paxos-standard-token",
- "PAX-PLG20": "pax-paxos-standard-token",
"PAXG-ERC20": "paxg-pax-gold",
"PAXG-PLG20": "paxg-pax-gold",
"PEP": "pepenet-pepecoin",
@@ -443,16 +414,13 @@
"PNK-ERC20": "pnk-kleros",
"POT": "pot-potcoin",
"POWR-ERC20": "powr-power-ledger",
- "POWR-PLG20": "powr-power-ledger",
"PPC-ERC20": "ppc-peercoin",
"PPC-PLG20": "ppc-peercoin",
"PPC": "ppc-peercoin",
"PRCY-BEP20": "prcy-privacy-coin",
"PRCY-ERC20": "prcy-privacy-coin",
"PRCY-PLG20": "prcy-privacy-coin",
- "PUT-QRC20": "put-profile-utility-token",
"PYR-ERC20": "pyr-vulcan-forged",
- "QBT-QRC20": "qbt-qbao",
"QC-QRC20": "qc-qcash",
"QI-QRC20": "qi-qiswap",
"QKC-BEP20": "qkc-quarkchain",
@@ -464,21 +432,22 @@
"RBTC": "rbtc-smart-bitcoin",
"RDD": "rdd-reddcoin",
"REN-ERC20": "ren-republic-protocol",
- "REN-HRC20": "ren-republic-protocol",
"REP-ERC20": "rep-augur",
"REQ-ERC20": "req-request-network",
"REV-ERC20": "rev-revain",
"RIC": "ric-riecoin",
- "RIC-BEP20": "ric-riecoin",
+ "RIN": "rin-rincoin",
"RLC-ERC20": "rlc-iexec-rlc",
- "RLC-PLG20": "rlc-iexec-rlc",
"RNDR-ERC20": "rndr-render-token",
"RPL-ERC20": "rpl-rocket-pool",
+ "RSR-ARB20": "rsr-reserve-rights",
+ "RSR-BASE": "rsr-reserve-rights",
"RSR-ERC20": "rsr-reserve-rights",
"RTM": "rtm-raptoreum",
"RTM-BEP20": "rtm-raptoreum",
"RUNES": "runes-runebase",
"RVN": "rvn-ravencoin",
+ "RXD": "rxd-radiant",
"MEWC": "mewc-meowcoin",
"S4F-ERC20": "s4f-s4fe",
"S4F-BEP20": "s4f-s4fe",
@@ -497,6 +466,7 @@
"SHR-BEP20": "shr-sharetoken",
"SIGNA-BEP20": "signa-signa",
"SKL-ERC20": "skl-skale",
+ "SKY-ERC20": "sky-sky",
"SNT-ERC20": "snt-status",
"SNX-AVX20": "snx-synthetix-network-token",
"SNX-BEP20": "snx-synthetix-network-token",
@@ -510,18 +480,13 @@
"SPACE-AVX20": "space-space-token",
"SPACE-BEP20": "space-space-token",
"SPACE-PLG20": "space-space-token",
- "SPACE-PLG20_OLD": "space-space-token",
- "SPACECOIN": "space-spacecoin7367",
"SRM-ERC20": "srm-serum",
- "SRM-PLG20": "srm-serum",
"STORJ-ERC20": "storj-storj",
"SUI-BEP20": "sui-sui",
"SUSHI-AVX20": "sushi-sushi",
"SUSHI-BEP20": "sushi-sushi",
"SUSHI-ERC20": "sushi-sushi",
- "SUSHI-HRC20": "sushi-sushi",
"SUSHI-KRC20": "sushi-sushi",
- "SUSHI-MVR20": "sushi-sushi",
"SUSHI-PLG20": "sushi-sushi",
"SWAP-BEP20": "swap-safeswap-online",
"SXP-BEP20": "sxp-swipe",
@@ -530,6 +495,8 @@
"SYN-BEP20": "syn-synapse",
"SYN-ERC20": "syn-synapse",
"SYN-PLG20": "syn-synapse",
+ "SYRUP-ERC20": "syrup-syrup-token",
+ "SYRUP-BASE": "syrup-syrup-token",
"SYS": "sys-syscoin",
"TAZ-BEP20": "taz-taz",
"TBTC-ARB20": "tbtc-tbtc",
@@ -540,7 +507,6 @@
"TEL-KRC20": "tel-telcoin",
"TEL-PLG20": "tel-telcoin",
"TFT-BEP20": "tft-threefold-token",
- "THC-BEP20": "thc-hempcoin",
"THC": "thc-hempcoin",
"TKL": "tkl-tokel",
"TON-BEP20": "toncoin-the-open-network",
@@ -554,7 +520,6 @@
"TRYB-BEP20": "tryb-bilira",
"TRYB-ERC20": "tryb-bilira",
"TRYB-PLG20": "tryb-bilira",
- "TSL-QRC20": "tsl-energo",
"TUSD-BEP20": "tusd-trueusd",
"TUSD-ERC20": "tusd-trueusd",
"TUSD-KRC20": "tusd-trueusd",
@@ -565,7 +530,6 @@
"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",
@@ -582,45 +546,58 @@
"USDC-BASE": "usdc-usd-coin",
"USDC-BEP20": "usdc-usd-coin",
"USDC-ERC20": "usdc-usd-coin",
- "USDC-HRC20": "usdc-usd-coin",
+ "USDC-GNO": "usdc-usd-coin",
"USDC-KRC20": "usdc-usd-coin",
- "USDC-MVR20": "usdc-usd-coin",
"USDC-PLG20": "usdc-usd-coin",
"USDD-ERC20": "usdd-usdd",
+ "USDP-ERC20": "usdp-paxos-standard-token",
+ "USDP-BEP20": "usdp-paxos-standard-token",
"USDT-ARB20": "usdt-tether",
"USDT-AVX20": "usdt-tether",
"USDT-BEP20": "usdt-tether",
"USDT-ERC20": "usdt-tether",
- "USDT-HRC20": "usdt-tether",
"USDT-KRC20": "usdt-tether",
- "USDT-MVR20": "usdt-tether",
"USDT-PLG20": "usdt-tether",
"UTK-ERC20": "utk-utrust",
"UTOPIA-BEP20": "utopia-utopia-1",
"VAL": "val-validity",
"VET-BEP20": "vet-vechain",
"VGX-ERC20": "ethos-ethos",
- "VGX-PLG20": "ethos-ethos",
- "VITE-BEP20": "vite-vite",
"VIA": "via-viacoin",
+ "VIRTUAL-ERC20": "virtual-virtual-protocol",
+ "VIRTUAL-BASE": "virtual-virtual-protocol",
+ "VITE-BEP20": "vite-vite",
"VRA-ERC20": "vra-verasity",
+ "VRM": "vrm-veriumreserve",
"VRSC": "vrsc-verus-coin",
"VTC": "vtc-vertcoin",
+ "VVV-BASE": "vvv-venice-token",
"WAVES-BEP20": "waves-waves",
"WBTC-ERC20": "wbtc-wrapped-bitcoin",
- "WBTC-HRC20": "wbtc-wrapped-bitcoin",
+ "WBTC-ARB20": "wbtc-wrapped-bitcoin",
+ "WBTC-PLG20": "wbtc-wrapped-bitcoin",
"WHIVE": "whive-the-whive-protocol",
+ "WJK": "wjk-wojakcoin",
"WLD-ERC20": "wld-worldcoin",
"WOO-ARB20": "woo-wootrade",
"WOO-AVX20": "woo-wootrade",
"WOO-BEP20": "woo-wootrade",
"WOO-ERC20": "woo-wootrade",
"WOO-PLG20": "woo-wootrade",
+ "XAUT-ERC20": "xaut-tether-gold",
+ "XAUT-BEP20": "xaut-tether-gold",
+ "XAUT-PLG20": "xaut-tether-gold",
+ "XAUT-AVX20": "xaut-tether-gold",
+ "XAUT-ARB20": "xaut-tether-gold",
+ "XCN-BASE": "xcn-chain",
+ "XCN-BEP20": "xcn-chain",
"XCN-ERC20": "xcn-chain",
+ "XDAI": "dpos-xdai",
"XEC": "xec-ecash",
"XEP": "xep-electra-protocol",
"XEP-BEP20": "xep-electra-protocol",
"XIDR-ERC20": "xidr-straitsx-indonesia-rupiah",
+ "XIDR-PLG20": "xidr-straitsx-indonesia-rupiah",
"XLM-BEP20": "xlm-stellar",
"XMY": "xmy-myriad",
"XNA": "xna-neurai",
@@ -628,6 +605,8 @@
"XPM": "xpm-primecoin",
"XRG": "xrg-ergon",
"XRP-BEP20": "xrp-xrp",
+ "XSGD-AVX20": "xsgd-xsgd",
+ "XSGD-BASE": "xsgd-xsgd",
"XSGD-ERC20": "xsgd-xsgd",
"XSGD-PLG20": "xsgd-xsgd",
"XTZ-BEP20": "xtz-tezos",
@@ -643,16 +622,19 @@
"YFI-PLG20": "yfi-yearnfinance",
"YFII-BEP20": "yfii-dfimoney",
"YFII-ERC20": "yfii-dfimoney",
+ "ZAMA-ERC20": "zama-zama",
+ "ZAMA-BEP20": "zama-zama",
+ "ZCHF-ARB20": "zchf-frankencoin",
+ "ZCHF-AVX20": "zchf-frankencoin",
+ "ZCHF-BASE": "zchf-frankencoin",
+ "ZCHF-ERC20": "zchf-frankencoin",
+ "ZCHF-GNO": "zchf-frankencoin",
+ "ZCHF-PLG20": "zchf-frankencoin",
"ZEC": "zec-zcash",
"ZER": "zer-zero",
"ZER-BEP20": "zer-zero",
"ZET": "zet-zetacoin",
- "ZDEEX": "zdeex-zdeex",
"ZIL-BEP20": "zil-zilliqa",
- "ZINU-BEP20": "zombie-inu",
- "ZOIN": "zoin-zoin",
"ZRX-AVX20": "zrx-0x",
- "ZRX-ERC20": "zrx-0x",
- "ZRX-PLG20": "zrx-0x"
+ "ZRX-ERC20": "zrx-0x"
}
-
diff --git a/api_ids/forex_ids.json b/api_ids/forex_ids.json
index 403ffc8072..509440adc7 100644
--- a/api_ids/forex_ids.json
+++ b/api_ids/forex_ids.json
@@ -1,18 +1,3 @@
{
- "JAUD-PLG20": "AUD",
- "JBRL-BEP20": "BRL",
- "JBRL-PLG20": "BRL",
- "JCAD-PLG20": "CAD",
- "JCNY-PLG20": "CNY",
- "JGOLD-PLG20": "XAU",
- "JJPY-PLG20": "JPY",
- "JKRW-PLG20": "KRW",
- "JMXN-PLG20": "MXN",
- "JNZD-PLG20": "NZD",
- "JPHP-PLG20": "PHP",
- "JPLN-PLG20": "PLN",
- "JSEK-PLG20": "SEK",
- "JSGD-PLG20": "SGD",
- "JTRY-PLG20": "TRY",
- "JUSD-PLG20": "USD"
+ "GBPE-GNO": "GBP"
}
diff --git a/api_ids/livecoinwatch_ids.json b/api_ids/livecoinwatch_ids.json
index f536b4279c..0f635f92ef 100644
--- a/api_ids/livecoinwatch_ids.json
+++ b/api_ids/livecoinwatch_ids.json
@@ -5,9 +5,6 @@
"ACTN": "ACTN",
"ADA": "ADA",
"ADX": "ADX",
- "AGEUR": "EUR",
- "AGIX": "AGIX",
- "AIBC": "AIBC",
"ANEY": "ANEY",
"ANKR": "ANKR",
"ANT": "ANT",
@@ -22,13 +19,13 @@
"ATOM-IBC_IRIS": "ATOM",
"ATOM-PLG20": "ATOM",
"AUR": "AUR",
+ "AURE": "AURE",
"AVA": "AVA",
"AVAX": "AVAX",
"AVN": "_AVN",
"AWC": "AWC",
"AXE": "AXE",
"AXS": "AXS",
- "AYA": "AYA",
"BABYDOGE": "BABYDOGE",
"BAL": "BAL",
"BANANO": "BAN",
@@ -37,36 +34,36 @@
"BBK": "BBK",
"BC2": "BC2",
"BCH": "BCH",
+ "BCH2": "BCH2",
"BCZERO": "BCZERO",
"BEAMX": "__BEAM",
"BEST": "BEST",
- "BIDR": "BIDR",
"BITN": "________BIT",
"BKC": "__BKC",
"BLK": "BLK",
- "BLOCX": "BLOCX",
"BNB": "BNB",
"BNT": "BNT",
"BOLI": "BOLI",
"BONC": "_BONC",
"BONE": "___BONE",
"BORG": "CHSB",
+ "BRLA": "BRL",
"BRZ": "BRZ",
"BTC": "BTC",
"BTCZ": "BTCZ",
"BTE": "_BTE",
+ "BTGS": "BTGS",
"BTTC": "BTT",
"BTU": "BTU",
"BTX": "BTX",
- "BUSD": "BUSD",
"CADC": "CAD",
"CAKE": "CAKE",
+ "CAT": "________________________CAT",
"CDN": "CDN",
"CEL": "CEL",
"CELR": "CELR",
"CFX": "CFX",
"CHIPS": "__CHIPS",
- "CHSB": "CHSB",
"CHTA": "CHTA",
"CHZ": "CHZ",
"CLAM": "CLAM",
@@ -81,14 +78,12 @@
"CY": "CY",
"DAI": "DAI",
"DASH": "DASH",
- "DDD": "DDD",
"DENT": "DENT",
"DEV": "________DEV",
"DGB": "DGB",
"DFX": "__DFX",
"DGC": "DGC",
"DIA": "DIA",
- "DIAC": "DIAC",
"DIME": "DIME",
"DIMI": "DIMI",
"DINGO": "__DINGO",
@@ -96,24 +91,23 @@
"DOGE": "DOGE",
"MYDOGE": "MYDOGE",
"DOGEC": "DOGEC",
- "DOGEDASH": "DOGEDASH",
"DOGGY": "_DOGGY",
"DOI": "DOI",
"DOT": "DOT",
"DP": "DP",
"DPC": "_DPC",
- "DX": "DX",
"EFL": "EFL",
"EGLD": "EGLD",
"ELF": "ELF",
"EMC2": "EMC2",
"ENJ": "ENJ",
+ "ENS": "ENS",
"EOS": "EOS",
"ETC": "ETC",
"ETH": "ETH",
+ "ETHFI": "_ETHFI",
"EURC": "EUROC",
"EURE": "EURE",
- "EUROE": "EUROE",
"EURS": "EURS",
"EVR": "_EVR",
"EWT": "EWT",
@@ -122,8 +116,9 @@
"FET": "FET",
"FIL": "FIL",
"FIRO": "FIRO",
+ "FIX": "_FIX",
"FJC": "FJC",
- "FLEXUSD": "FLEXUSD",
+ "FLC": "_____FLC",
"FLOKI": "_FLOKI",
"FLOP": "FLOP",
"FLOW": "FLOW",
@@ -132,6 +127,7 @@
"FXS": "FXS",
"GALA": "GALA",
"GAME": "GAME",
+ "GBPE": "GBP",
"GBX": "GBX",
"GFT": "____GFT",
"GLC": "GLC",
@@ -144,22 +140,19 @@
"GNO": "GNO",
"GNS": "GNS",
"GRLC": "GRLC",
- "GRMS": "GRMS",
"GRS": "GRS",
"GRT": "GRT",
"GST": "____GST",
"GT": "GT",
- "GURU": "_GURU",
"GUSD": "GUSD",
"HBAR": "HBAR",
"HEX": "HEX",
- "HLC": "HLC",
"HOT": "_HOT",
"HPY": "HPY",
- "HUSD": "HUSD",
+ "HRC": "__HRC",
+ "HTH": "HTH",
"IDRT": "IDRT",
"IL8P": "IL8P",
- "ILN": "ILN",
"ILV": "ILV",
"IMX": "_IMX",
"INJ": "INJ",
@@ -168,30 +161,10 @@
"IOTX": "IOTX",
"IRIS": "IRIS",
"JASMY": "JASMY",
- "JAUD": "AUD",
- "JBRL": "BRL",
- "JCAD": "CAD",
- "JCHF": "JCHF",
- "JCNY": "CNY",
- "JDB": "JDB",
- "JEUR": "JEUR",
- "JGBP": "GBP",
- "JGOLD": "XAU",
- "JJPY": "JPY",
- "JKRW": "KRW",
- "JMXN": "MXN",
- "JNZD": "NZD",
- "JOY": "JOY",
- "JPHP": "PHP",
- "JPLN": "PLN",
+ "JKC": "JKC",
"JPYC": "JPYC",
- "JRT": "JRT",
- "JSEK": "SEK",
- "JSGD": "SGD",
"JST": "JST",
- "JTRY": "TRY",
- "JKC": "JKC",
- "JUSD": "USD",
+ "JUMP": "_JUMP",
"KCS": "KCS",
"KIIRO": "KIIRO",
"KCN": "KCN",
@@ -199,6 +172,7 @@
"KNC": "KNC",
"KSM": "KSM",
"LBC": "LBC",
+ "LC2": "LC2",
"LCC": "LCC",
"LCN": "LCN",
"LDO": "LDO",
@@ -217,10 +191,8 @@
"MASK": "_MASK",
"MATIC": "MATIC",
"MAZA": "MAZA",
- "MC": "_MC",
"MCL": "_MCL",
"MDX": "MDX",
- "MED": "MED",
"MEWC": "MEWC",
"MINDS": "MINDS",
"MINU": "_____MINU",
@@ -230,7 +202,9 @@
"MM": "_MM",
"MONA": "MONA",
"MOR": "____MOR",
+ "MORPHO": "_MORPHO",
"MOVR": "MOVR",
+ "MWC": "__MWC",
"NAV": "NAV",
"NEAR": "NEAR",
"NENG": "NENG",
@@ -238,18 +212,15 @@
"NITO": "_NITO",
"NMC": "NMC",
"NVC": "NVC",
- "NZDS": "NZD",
"NYC": "NYC",
- "OC": "OC",
- "OCEAN": "OCEAN",
"OKB": "OKB",
"OM": "OM",
"OMG": "OMG",
+ "ONDO": "ONDO",
"ONE": "ONE",
"ONT": "ONT",
"OSMO": "OSMO",
"OSMO-IBC_NUCLEUSTEST": "OSMO",
- "PAX": "USDP",
"PAXG": "PAXG",
"PEP": "_______________________________________PEPE",
"PENDLE": "PENDLE",
@@ -264,7 +235,6 @@
"PPC": "PPC",
"PRCY": "PRCY",
"PYR": "PYR",
- "QBT": "QBT",
"QC": "QC",
"QI": "QI",
"QKC": "QKC",
@@ -276,12 +246,14 @@
"REP": "REP",
"REQ": "REQ",
"REV": "REV",
+ "RIN": "_RIN",
"RLC": "RLC",
"RNDR": "RNDR",
"RPL": "RPL",
"RSR": "RSR",
"RTM": "RTM",
"RVN": "RVN",
+ "RXD": "RXD",
"AIPG": "AIPG",
"S4F": "S4F",
"SAND": "SAND",
@@ -294,12 +266,12 @@
"SHR": "SHR",
"SIGNA": "SIGNA",
"SKL": "SKL",
+ "SKY": "__________SKY",
"SNT": "SNT",
"SNX": "SNX",
"SOL": "SOL",
"SOLVE": "SOLVE",
"SPACE": "__SPACE",
- "SPACECOIN": "__________SPACE",
"SRM": "SRM",
"STORJ": "STORJ",
"SUI": "_SUI",
@@ -307,6 +279,7 @@
"SWAP": "_SWAP",
"SXP": "SXP",
"SYN": "_SYN",
+ "SYRUP": "SYRUP",
"SYS": "SYS",
"TAMA": "__TAMA",
"TBTC": "TBTC",
@@ -320,7 +293,6 @@
"TRMP": "_TRMP",
"TRX": "TRX",
"TRYB": "TRYB",
- "TSL": "TSL",
"TUSD": "TUSD",
"TWT": "TWT",
"UBQ": "UBQ",
@@ -334,23 +306,30 @@
"UQC": "UQC",
"USDC": "USDC",
"USDD": "USDD",
+ "USDP": "USDP",
"USDT": "USDT",
"UTK": "UTK",
"UTOPIA": "__UTOPIA",
"VAL": "__VAL",
"VET": "VET",
"VGX": "VGX",
- "VITE": "VITE",
"VIA": "VIA",
+ "VIRTUAL": "VIRTUAL",
+ "VITE": "VITE",
"VRA": "VRA",
+ "VRM": "VRM",
"VRSC": "VRSC",
"VTC": "VTC",
+ "VVV": "_VVV",
"WAVES": "WAVES",
"WBTC": "WBTC",
"WHIVE": "WHIVE",
+ "WJK": "WJK",
"WLD": "__WLD",
"WOO": "WOO",
+ "XAUT": "XAUT",
"XCN": "XCN",
+ "XDAI": "XDAI",
"XEC": "XEC",
"XEP": "XEP",
"XIDR": "XIDR",
@@ -368,11 +347,11 @@
"XVS": "XVS",
"YFI": "YFI",
"YFII": "YFII",
+ "ZAMA": "ZAMA",
+ "ZCHF": "ZCHF",
"ZEC": "ZEC",
"ZER": "ZER",
"ZET": "ZET",
- "ZDEEX": "ZDEEX",
"ZIL": "ZIL",
- "ZINU": "ZINU",
"ZRX": "ZRX"
}
diff --git a/coins b/coins
index 0403559e34..aaf2abff0f 100644
--- a/coins
+++ b/coins
@@ -39,44 +39,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "ILNF-PLG20",
- "name": "ilnf_plg20",
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "ILNF-BEP20",
- "name": "ilnf_bep20",
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "1INCH-BEP20",
"name": "1inch_bep20",
@@ -84,7 +46,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -120,25 +82,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "GNEISS-ERC20",
- "name": "gneiss_erc20",
- "fname": "GNEISS",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "1INCH-KRC20",
"name": "1inch_krc20",
@@ -175,42 +118,26 @@
"contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
- "coin": "PGX-PLG20",
- "name": "pegaxy_stone",
- "fname": "Pegaxy Stone",
+ "coin": "A29-GRC20",
+ "name": "a29_grc20",
+ "fname": "A29",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ "platform": "GLEEC",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "AAVE-AVX20",
@@ -238,7 +165,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -315,15 +242,7 @@
"contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "ABY",
@@ -357,7 +276,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -381,7 +300,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -421,161 +340,6 @@
"homepage": "https://www.adex.network"
}
},
- {
- "coin": "AGEUR-AVX20",
- "name": "ageur_avx20",
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "AGEUR-ERC20",
- "name": "ageur_erc20",
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "AGEUR-PLG20",
- "name": "ageur_plg20",
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "AGIX-ERC20",
- "name": "agix_erc20",
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "AGIX-PLG20",
- "name": "agix_plg20",
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "AIBC",
- "name": "aiblockchain",
- "fname": "Aiblockchain",
- "sign_message_prefix": "Aiblockchain Signed Message:\n",
- "rpcport": 7772,
- "pubtype": 23,
- "p2shtype": 23,
- "wiftype": 176,
- "txfee": 0,
- "dust": 5460,
- "segwit": true,
- "bech32_hrp": "aibc",
- "mm2": 1,
- "required_confirmations": 11,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/2'",
- "links": {
- "github": "https://github.com/nickgsh/AiBlockChain",
- "homepage": "https://aibc.space"
- }
- },
- {
- "coin": "AIPG",
- "name": "aipowergrid",
- "fname": "AI Power Grid",
- "sign_message_prefix": "Aipg Signed Message:\n",
- "rpcport": 9788,
- "pubtype": 23,
- "p2shtype": 23,
- "wiftype": 128,
- "segwit": true,
- "txfee": 1000000,
- "dust": 1000000,
- "mm2": 1,
- "required_confirmations": 6,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "RVN"
- },
- "derivation_path": "m/44'/2686'",
- "links": {
- "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
- "homepage": "aipowergrid.io"
- }
- },
{
"coin": "AIPG-BASE",
"name": "aipg_base",
@@ -593,7 +357,11 @@
"contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608"
}
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
+ "homepage": "aipowergrid.io"
+ }
},
{
"coin": "ANEY",
@@ -624,7 +392,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -670,15 +438,7 @@
"contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "APE-ARB20",
@@ -740,32 +500,6 @@
"homepage": "https://apecoin.com"
}
},
- {
- "coin": "APE-BEP20_OLD",
- "name": "ape_bep20_old",
- "fname": "ApeCoin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
{
"coin": "APE-PLG20",
"name": "ape_plg20",
@@ -783,15 +517,7 @@
"contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "ARB-ERC20",
@@ -838,7 +564,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -890,15 +616,7 @@
"contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "ARRR",
@@ -941,8 +659,8 @@
}
},
"derivation_path": "m/44'/141'",
- "required_confirmations": 2,
- "requires_notarization": true
+ "required_confirmations": 5,
+ "requires_notarization": false
},
{
"coin": "ARRR-BEP20",
@@ -953,7 +671,7 @@
"wallet_only": true,
"decimals": 8,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -971,7 +689,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1005,15 +723,7 @@
"contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "AUR",
@@ -1036,28 +746,33 @@
"derivation_path": "m/44'/85'"
},
{
- "coin": "AVA-BEP20",
- "name": "ava_bep20",
- "fname": "Travala.com",
- "rpcport": 80,
+ "coin": "AURE",
+ "name": "aureus",
+ "fname": "Aureus",
+ "sign_message_prefix": "Aureus Signed Message:\n",
+ "rpcport": 8332,
+ "pubtype": 23,
+ "p2shtype": 10,
+ "wiftype": 151,
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "aur",
"mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/11995'",
+ "links": {
+ "github": "https://github.com/sipherapex/aureus-core",
+ "homepage": "https://aureuscoin.site"
+ }
},
{
"coin": "AVA-ERC20",
"name": "ava_erc20",
- "fname": "AVA",
+ "fname": "AVA (Travala)",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -1098,9 +813,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
@@ -1109,11 +821,13 @@
"chain_id": 43114
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
- }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium"
},
{
"coin": "AVAX-BEP20",
@@ -1122,7 +836,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1230,7 +944,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1270,44 +984,6 @@
"homepage": "https://axieinfinity.com/"
}
},
- {
- "coin": "AYA",
- "name": "aryacoin",
- "fname": "Aryacoin",
- "sign_message_prefix": "Aryacoin Signed Message:\n",
- "rpcport": 9332,
- "pubtype": 23,
- "p2shtype": 5,
- "wiftype": 176,
- "txfee": 100000,
- "dust": 54600,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/357'"
- },
- {
- "coin": "AYA-BEP20",
- "name": "aya_bep20",
- "fname": "Aryacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "BABYDOGE-BEP20",
"name": "babydoge_bep20",
@@ -1315,7 +991,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1371,7 +1047,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1442,15 +1118,7 @@
"contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "BANANO-BEP20",
@@ -1459,7 +1127,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1477,7 +1145,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1513,25 +1181,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "BAND-PLG20",
- "name": "band_plg20",
- "fname": "Band Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "BAT-AVX20",
"name": "bat_avx20",
@@ -1580,7 +1229,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1687,6 +1336,25 @@
"homepage": "https://bitcoin-ii.org"
}
},
+ {
+ "coin": "BCASH-GRC20",
+ "name": "bcash_grc20",
+ "fname": "B-CASH",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "BCH",
"name": "bch",
@@ -1717,44 +1385,6 @@
"homepage": "https://www.bitcoincash.org"
}
},
- {
- "coin": "FLEXUSD-ERC20",
- "name": "flexusd_erc20",
- "fname": "flexUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JOY-PLG20",
- "name": "joy_plg20",
- "fname": "Joystick.club",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "JKC",
"name": "junkcoin",
@@ -1810,7 +1440,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1867,7 +1497,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1878,6 +1508,36 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "BCH2",
+ "name": "bch2",
+ "fname": "Bitcoin Cash II",
+ "rpcport": 8342,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 1000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "bitcoincashii"
+ },
+ "mm2": 1,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/145'",
+ "trezor_coin": "Bitcoin Cash",
+ "links": {
+ "github": "https://github.com/Bitcoin-II",
+ "homepage": "https://bch2.org"
+ }
+ },
{
"coin": "BEAMX-BEP20",
"name": "beamx_bep20",
@@ -1938,25 +1598,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "BIDR-BEP20",
- "name": "bidr_bep20",
- "fname": "BIDR",
- "rpcport": 80,
- "chain_id": 56,
- "mm2": 1,
- "wallet_only": true,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "BITN",
"name": "bitnet",
@@ -1990,7 +1631,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -2001,6 +1641,25 @@
"homepage": "https://buggyracoinzero.com"
}
},
+ {
+ "coin": "BCZERO-GRC20",
+ "name": "bczero_grc20",
+ "fname": "Buggyra Coin Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "BKC",
"name": "briskcoin",
@@ -2026,6 +1685,31 @@
"homepage": "https://briskcoin.org"
}
},
+ {
+ "coin": "HRC",
+ "name": "hypercoin",
+ "fname": "Hypercoin",
+ "rpcport": 8992,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 0,
+ "segwit": true,
+ "bech32_hrp": "hc",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1935'",
+ "sign_message_prefix": "Hypercoin Signed Message:\n",
+ "trezor_coin": "Hypercoin",
+ "links": {
+ "github": "https://github.com/hypercoin-prj/hypercoin",
+ "homepage": "https://hypercoin.network"
+ }
+ },
{
"coin": "BLK",
"name": "blackmore",
@@ -2056,7 +1740,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2089,35 +1773,11 @@
},
"derivation_path": "m/44'/1'"
},
- {
- "coin": "BLOCX",
- "name": "blocx",
- "fname": "BLOCX.",
- "rpcport": 12973,
- "pubtype": 25,
- "p2shtype": 26,
- "wiftype": 153,
- "segwit": false,
- "txfee": 1000,
- "mm2": 1,
- "delisted": true,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "required_confirmations": 3,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/BLOCXTECH/BLOCX",
- "homepage": "https://blocx.tech"
- }
- },
{
"coin": "BNB",
"name": "binancesmartchain",
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -2226,7 +1886,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2310,31 +1970,69 @@
}
},
{
- "coin": "BRZ-BEP20",
- "name": "brz_bep20",
- "fname": "Brazilian Digital Token",
+ "coin": "BRLA-GNO",
+ "name": "brla_gno",
+ "fname": "BRLA Token",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 4,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb"
+ "platform": "XDAI",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "BRZ-ERC20",
- "name": "brz_erc20",
- "fname": "Brazilian Digital Token",
+ "coin": "BRLA-PLG20",
+ "name": "brla_plg20",
+ "fname": "BRLA Token",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "BRZ-BEP20",
+ "name": "brz_bep20",
+ "fname": "Brazilian Digital Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 4,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x71be881e9C5d4465B3FfF61e89c6f3651E69B5bb"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "BRZ-ERC20",
+ "name": "brz_erc20",
+ "fname": "Brazilian Digital Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
"decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
@@ -2364,15 +2062,7 @@
"contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "BRZ-AVX20",
@@ -2430,7 +2120,6 @@
"txfee": 0,
"estimate_fee_mode": "ECONOMICAL",
"mm2": 1,
- "wallet_only": false,
"sign_message_prefix": "Bitcoin Signed Message:\n",
"required_confirmations": 1,
"avg_blocktime": 600,
@@ -2483,7 +2172,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2514,6 +2203,8 @@
"txfee": 10000,
"txversion": 4,
"overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0xe9ff75a6",
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 150,
@@ -2530,7 +2221,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2554,7 +2245,6 @@
"bech32_hrp": "web",
"txfee": 20000,
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 3,
"avg_blocktime": 60,
"protocol": {
@@ -2595,23 +2285,31 @@
}
},
{
- "coin": "BTT-BEP20",
- "name": "btt_bep20",
- "fname": "BitTorrent (OLD)",
- "rpcport": 80,
+ "coin": "BTGS",
+ "name": "bitcoingold",
+ "fname": "Bitcoin Gold BTGS",
+ "sign_message_prefix": "BitcoinGold Signed Message:\n",
+ "rpcport": 18888,
+ "pubtype": 38,
+ "p2shtype": 22,
+ "wiftype": 176,
+ "fork_id": "0x00",
+ "signature_version": "base",
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "bcg",
"mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/18888'",
+ "links": {
+ "github": "https://github.com/BTGSCOINDEV/BTGS",
+ "homepage": "https://bitcoingold.site",
+ "homepage2": "https://btgscoin.site"
+ }
},
{
"coin": "BTTC-BEP20",
@@ -2621,7 +2319,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2694,7 +2392,6 @@
"bech32_hrp": "btx",
"txfee": 20000,
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 3,
"avg_blocktime": 150,
"protocol": {
@@ -2744,7 +2441,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2755,109 +2452,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "BUSD-AVX20",
- "name": "busd_avx20",
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "BUSD-MVR20",
- "name": "busd_mvr20",
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "BUSD-ERC20",
- "name": "busd_erc20",
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Binance USD (BUSD)",
- "links": {
- "github": "https://github.com/paxosglobal/busd-contract",
- "homepage": "https://www.paxos.com/busd"
- }
- },
- {
- "coin": "BUSD-BEP20",
- "name": "busd_bep20",
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "BUSD-PLG20",
- "name": "busd_plg20",
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "CADC-ARB20",
"name": "cadc_arb20",
@@ -2932,15 +2526,7 @@
"contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "CAKE-BEP20",
@@ -2949,7 +2535,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2966,47 +2552,6 @@
"erc20_sender_refund": 85000
}
},
- {
- "coin": "CASE-BEP20",
- "name": "case_bep20",
- "fname": "Case Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "CCL",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CCL",
- "fname": "CoinCollect",
- "is_privacy_coin": true,
- "rpcport": 20849,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
{
"coin": "CDN",
"name": "canadaecoin",
@@ -3021,7 +2566,6 @@
"segwit": true,
"bech32_hrp": "cdn",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 2,
"avg_blocktime": 300,
"protocol": {
@@ -3143,7 +2687,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3187,7 +2731,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3258,7 +2802,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3269,50 +2813,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "CHSB-ERC20",
- "name": "chsb_erc20",
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "SwissBorg",
- "links": {
- "homepage": "https://swissborg.com"
- }
- },
- {
- "coin": "CHSB-PLG20",
- "name": "chsb_plg20",
- "fname": "SwissBorg (OLD)",
- "wallet_only": true,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "CHZ-ERC20",
"name": "chz_erc20",
@@ -3407,7 +2907,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -3422,7 +2921,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3474,7 +2973,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3551,15 +3050,7 @@
"contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "CRO-ERC20",
@@ -3736,15 +3227,7 @@
"contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "CST-BEP20",
@@ -3753,7 +3236,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3771,7 +3254,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3814,7 +3297,6 @@
"segwit": true,
"bech32_hrp": "cy",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 2,
"avg_blocktime": 60,
"protocol": {
@@ -3903,7 +3385,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3921,28 +3403,8 @@
}
},
{
- "coin": "DAI-MVR20",
- "name": "dai_mvr20",
- "fname": "Dai",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "DAI-PLG20",
- "name": "dai_plg20",
+ "coin": "DAI-PLG20",
+ "name": "dai_plg20",
"fname": "Dai",
"rpcport": 80,
"mm2": 1,
@@ -3957,15 +3419,7 @@
"contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "DASH",
@@ -3992,24 +3446,6 @@
"homepage": "https://www.dash.org"
}
},
- {
- "coin": "DDD-ERC20",
- "name": "ddd_erc20",
- "fname": "Scry.info",
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "DENT-ERC20",
"name": "dent_erc20",
@@ -4068,15 +3504,7 @@
"contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "DGB",
@@ -4092,7 +3520,6 @@
"segwit": true,
"bech32_hrp": "dgb",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 7,
"avg_blocktime": 15,
"protocol": {
@@ -4180,7 +3607,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4210,7 +3637,6 @@
"bech32_hrp": "dpc",
"txfee": 10000,
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 6,
"avg_blocktime": 300,
"protocol": {
@@ -4222,29 +3648,6 @@
"homepage": "https://dpowcore.org"
}
},
- {
- "coin": "DIAC",
- "name": "diabasecore",
- "fname": "Diabase",
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "confpath": "USERHOME/.diabasecore/diabase.conf",
- "rpcport": 7676,
- "pubtype": 76,
- "p2shtype": 16,
- "wiftype": 204,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/diabasecoin/diabase",
- "homepage": "https://www.diabasecoin.com"
- }
- },
{
"coin": "DIME",
"name": "dimecoin",
@@ -4300,7 +3703,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4368,7 +3771,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4404,7 +3807,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4483,6 +3886,111 @@
"homepage": "https://dogecoin.com"
}
},
+ {
+ "coin": "DSV",
+ "name": "doriancoin",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ }
+ },
+ {
+ "coin": "DSV-segwit",
+ "name": "doriancoin",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "DSV",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ }
+ },
+ {
+ "coin": "WJK",
+ "name": "wojakcoin",
+ "fname": "WojakCoin",
+ "sign_message_prefix": "WojakCoin Signed Message:\n",
+ "rpcport": 20760,
+ "pubtype": 73,
+ "p2shtype": 5,
+ "wiftype": 201,
+ "segwit": false,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/20760'",
+ "links": {
+ "github": "https://github.com/wojakcoinproj/wojakcore",
+ "homepage": "https://wojakcoin.cash"
+ }
+ },
+ {
+ "coin": "MWC",
+ "name": "minersworldcoin",
+ "fname": "MinersWorldCoin",
+ "sign_message_prefix": "MinersWorldCoin Signed Message:\n",
+ "rpcport": 5579,
+ "pubtype": 20,
+ "p2shtype": 10,
+ "wiftype": 123,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mwc",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/5579'",
+ "links": {
+ "github": "https://github.com/Miners-World-Coin-MWC/MinersWorldCoin",
+ "homepage": "https://minersworld.org"
+ }
+ },
{
"coin": "DEV",
"name": "dogecoinev",
@@ -4539,7 +4047,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4574,24 +4082,6 @@
"homepage": "https://dogecash.net"
}
},
- {
- "coin": "DOGEDASH-BEP20",
- "name": "dogedash_bep20",
- "fname": "Doge Dash",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "DOGGY-BEP20",
"name": "doggy_bep20",
@@ -4599,7 +4089,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4617,7 +4107,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4648,7 +4138,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -4708,7 +4197,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4725,25 +4214,6 @@
"erc20_sender_refund": 85000
}
},
- {
- "coin": "EILN-ERC20",
- "name": "eiln_erc20",
- "fname": "eIlien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "ELF-BEP20",
"name": "elf_bep20",
@@ -4751,7 +4221,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4855,23 +4325,26 @@
"derivation_path": "m/44'/60'"
},
{
- "coin": "ENJ-PLG20",
- "name": "enj_plg20",
- "fname": "Enjin Coin",
+ "coin": "ENS-ERC20",
+ "name": "ens_erc20",
+ "fname": "Ethereum Name Service",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
+ "platform": "ETH",
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
}
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://ens.domains"
+ }
},
{
"coin": "EOS-BEP20",
@@ -4880,7 +4353,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4904,7 +4377,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 61,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -4927,7 +4399,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4945,8 +4417,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -4957,7 +4427,9 @@
}
},
"trezor_coin": "Ethereum",
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium"
},
{
"coin": "ETH-AVX20",
@@ -4996,7 +4468,10 @@
"derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
- "estimate_gas_mult": 1.3
+ "estimate_gas_mult": 1.3,
+ "gas_limit": {
+ "eth_send_coins": 50000
+ }
},
{
"coin": "ETH-BASE",
@@ -5025,7 +4500,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5078,16 +4553,68 @@
"contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619"
}
},
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "ETHFI-ERC20",
+ "name": "ethfi_erc20",
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
+ }
+ },
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "links": {
+ "homepage": "https://www.ether.fi"
}
},
+ {
+ "coin": "ETHFI-ARB20",
+ "name": "ethfi_arb20",
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "ETHFI-BASE",
+ "name": "ethfi_base",
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "EURC-AVX20",
"name": "eurc_avx20",
@@ -5187,76 +4714,47 @@
"derivation_path": "m/44'/60'"
},
{
- "coin": "EURE-PLG20",
- "name": "eure_plg20",
+ "coin": "EURE-GNO",
+ "name": "eure_gno",
"fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 100,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 90000,
- "erc20_payment": 150000,
- "erc20_receiver_spend": 120000,
- "erc20_sender_refund": 120000
- }
- },
- {
- "coin": "EUROE-ERC20",
- "name": "euroe_erc20",
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "platform": "XDAI",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "EUROE-PLG20",
- "name": "euroe_plg20",
- "fname": "EUROe Stablecoin",
+ "coin": "EURE-PLG20",
+ "name": "eure_plg20",
+ "fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "decimals": 6,
+ "decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 110000,
+ "erc20_payment": 170000,
+ "erc20_receiver_spend": 140000,
+ "erc20_sender_refund": 140000
}
},
{
@@ -5300,24 +4798,16 @@
"contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "EWT",
"name": "ewt",
- "fname": "Energy Web",
+ "fname": "Energy Web (OLD)",
"rpcport": 80,
"mm2": 1,
"chain_id": 246,
- "use_access_list": true,
+ "wallet_only": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 5,
@@ -5334,23 +4824,26 @@
}
},
{
- "coin": "EXN-BEP20",
- "name": "exn_bep20",
- "fname": "Expoin",
+ "coin": "EWT-ERC20",
+ "name": "ewt_erc20",
+ "fname": "Energy Web",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360"
+ "platform": "ETH",
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
}
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.energyweb.org"
+ }
},
{
"coin": "FDUSD-ERC20",
@@ -5382,7 +4875,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5448,7 +4941,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5485,7 +4978,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5552,7 +5045,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5562,8 +5055,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -5638,9 +5129,8 @@
"wiftype": 164,
"segwit": true,
"bech32_hrp": "fc",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 3,
"avg_blocktime": 60,
"protocol": {
@@ -5668,7 +5158,7 @@
"format": "segwit"
},
"orderbook_ticker": "FJC",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -5683,40 +5173,76 @@
}
},
{
- "coin": "FJC-BEP20",
- "name": "fjc_bep20",
- "fname": "Fujicoin",
+ "coin": "FJCB-BEP20",
+ "name": "fjcb_bep20",
+ "fname": "FJCB Fujicoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf"
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "FJCB-BEP20",
- "name": "fjcb_bep20",
- "fname": "FJCB Fujicoin",
- "rpcport": 80,
+ "coin": "FLC",
+ "name": "flokicoin",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "txfee": 0,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'"
+ "dust": 1000,
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ }
+ },
+ {
+ "coin": "FLC-segwit",
+ "name": "flokicoin",
+ "fname": "Flokicoin",
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "FLC",
+ "txfee": 0,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ }
},
{
"coin": "FLOKI-BEP20",
@@ -5725,7 +5251,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5742,25 +5268,6 @@
"erc20_sender_refund": 110000
}
},
- {
- "coin": "STFIRO-ERC20",
- "name": "firo_erc20",
- "fname": "StakedFIRO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "FLO",
"name": "flo",
@@ -5789,7 +5296,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5799,8 +5306,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -5821,7 +5326,6 @@
"segwit": true,
"bech32_hrp": "fc",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
@@ -5870,7 +5374,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5912,7 +5416,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5965,15 +5469,7 @@
"contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "FXS-AVX20",
@@ -5994,31 +5490,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "FXS-MVR20",
- "name": "fxs_mvr20",
- "fname": "Frax Share",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "decimals": 18,
- "avg_blocktime": 6,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 1000000,
- "erc20_payment": 1000000,
- "erc20_receiver_spend": 1000000,
- "erc20_sender_refund": 1000000
- }
- },
{
"coin": "GALA-ERC20",
"name": "gala_erc20",
@@ -6033,29 +5504,9 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "GALA-BEP20",
- "name": "gala_bep20",
- "fname": "Gala",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990"
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae"
}
},
- "wallet_only": true,
"derivation_path": "m/44'/60'"
},
{
@@ -6094,15 +5545,26 @@
"contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "GBPE-GNO",
+ "name": "gbpe_gno",
+ "fname": "Monerium GBP",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053"
+ }
+ },
+ "derivation_path": "m/44'/60'"
},
{
"coin": "GBX",
@@ -6136,7 +5598,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6155,7 +5617,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6201,7 +5663,7 @@
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "GLEEC",
"fname": "Gleec (OLD)",
- "rpcport": 23226,
+ "rpcport": 23345,
"pubtype": 60,
"p2shtype": 85,
"wiftype": 188,
@@ -6209,7 +5671,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -6219,24 +5680,62 @@
},
{
"coin": "GLEEC",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GLEEC",
+ "name": "gleec",
"fname": "Gleec",
- "rpcport": 23345,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 4,
- "requires_notarization": false,
- "avg_blocktime": 60,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
},
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium"
+ },
+ {
+ "coin": "GLEECT",
+ "name": "gleect",
+ "fname": "Gleec Testnet",
+ "is_testnet": true,
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium"
+ },
+ {
+ "coin": "KMDT-GRC20",
+ "name": "kmdt_grc20",
+ "fname": "KMD Testnet",
+ "is_testnet": true,
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEECT",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd"
+ }
+ },
+ "derivation_path": "m/44'/60'"
},
{
"coin": "GLM-ERC20",
@@ -6274,15 +5773,7 @@
"contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "GM-BEP20",
@@ -6291,7 +5782,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6310,7 +5801,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6338,15 +5829,7 @@
"contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "GMX-ARB20",
@@ -6385,8 +5868,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -6394,6 +5875,25 @@
"erc20_sender_refund": 90000
}
},
+ {
+ "coin": "GNEISS-ERC20",
+ "name": "gneiss_erc20",
+ "fname": "GNEISS",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 8,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "GNO-ERC20",
"name": "gno_erc20",
@@ -6417,6 +5917,25 @@
"homepage": "https://gnosis.pm"
}
},
+ {
+ "coin": "GNO-GNO",
+ "name": "gno_gno",
+ "fname": "Gnosis",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "GNO-PLG20",
"name": "gno_plg20",
@@ -6472,15 +5991,7 @@
"contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "GRLC",
@@ -6530,7 +6041,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6665,15 +6176,7 @@
"contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "GST-BEP20",
@@ -6683,7 +6186,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6713,28 +6216,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "GURU-BEP20",
- "name": "guru_bep20",
- "fname": "MobilityGuru",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464"
- }
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "homepage": "https://mobilityguru.org"
- }
- },
{
"coin": "GUSD-ERC20",
"name": "gusd_erc20",
@@ -6817,15 +6298,7 @@
"contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "HOT-ERC20",
@@ -6866,64 +6339,28 @@
"derivation_path": "m/44'/60'"
},
{
- "coin": "HUSD-ERC20",
- "name": "husd_erc20",
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "HUSD-KRC20",
- "name": "husd_krc20",
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "HUSD-PLG20",
- "name": "husd_plg20",
- "fname": "HUSD",
- "rpcport": 80,
+ "coin": "HTH",
+ "name": "helpthehomeless",
+ "fname": "Help The Homeless",
+ "is_privacy_coin": true,
+ "sign_message_prefix": "HomelessCoin Signed Message:\n",
+ "rpcport": 9998,
+ "pubtype": 100,
+ "p2shtype": 40,
+ "wiftype": 228,
+ "txfee": 10000,
+ "dust": 5460,
"mm2": 1,
- "wallet_only": true,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/231'",
+ "links": {
+ "github": "https://github.com/HTHcoin/helpthehomelesscoin",
+ "homepage": "https://hth.foundation"
+ }
},
{
"coin": "IDRT-ERC20",
@@ -6952,7 +6389,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 2,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6980,15 +6417,7 @@
"contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "IL8P",
@@ -7015,88 +6444,6 @@
"homepage": "https://infiniloop.io"
}
},
- {
- "coin": "ILN",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ILN",
- "fname": "Ilien",
- "is_privacy_coin": true,
- "rpcport": 12986,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "p2p": 12985,
- "magic": "feb4cb23",
- "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203",
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
- {
- "coin": "ILN-BEP20",
- "name": "iln_bep20",
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "ILN-PLG20",
- "name": "iln_plg20",
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "ILNSW-PLG20",
- "name": "ilnsw_plg20",
- "fname": "Ilien Swap",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "ILV-ERC20",
"name": "ilv_erc20",
@@ -7124,7 +6471,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7167,7 +6514,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7209,7 +6556,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7233,7 +6580,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7296,7 +6643,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7314,27 +6661,28 @@
}
},
{
- "coin": "JDB-BEP20",
- "name": "jdb_bep20",
- "fname": "Jeet Detector Bot",
+ "coin": "JPYC-AVX20",
+ "name": "jpyc_avx20",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272"
+ "platform": "AVAX",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "JAUD-PLG20",
- "name": "jaud_plg20",
- "fname": "Jarvis Australian Dollar",
+ "coin": "JPYC-PLG20",
+ "name": "jpyc_plg20",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -7345,691 +6693,26 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133"
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
- "coin": "JBRL-BEP20",
- "name": "jbrl_bep20",
- "fname": "Jarvis Brazilian Real",
+ "coin": "JST-BEP20",
+ "name": "jst_bep20",
+ "fname": "JUST",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JBRL-PLG20",
- "name": "jbrl_plg20",
- "fname": "Jarvis Brazilian Real",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JCAD-PLG20",
- "name": "jcad_plg20",
- "fname": "Jarvis Canadian Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JCHF-AVX20",
- "name": "jchf_avx20",
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JCHF-BEP20",
- "name": "jchf_bep20",
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JCHF-ERC20",
- "name": "jchf_erc20",
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JCHF-PLG20",
- "name": "jchf_plg20",
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JCNY-PLG20",
- "name": "jcny_plg20",
- "fname": "Jarvis Chinese Yuan",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JEUR-AVX20",
- "name": "jeur_avx20",
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JEUR-BEP20",
- "name": "jeur_bep20",
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JEUR-ERC20",
- "name": "jeur_erc20",
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JEUR-PLG20",
- "name": "jeur_plg20",
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JGBP-BEP20",
- "name": "jgbp_bep20",
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JGBP-ERC20",
- "name": "jgbp_erc20",
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JGBP-PLG20",
- "name": "jgbp_plg20",
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JGOLD-PLG20",
- "name": "jgold_plg20",
- "fname": "Jarvis Gold",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JJPY-PLG20",
- "name": "jjpy_plg20",
- "fname": "Jarvis Japanese Yen",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JKRW-PLG20",
- "name": "jkrw_plg20",
- "fname": "Jarvis South Korean Won",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JMXN-PLG20",
- "name": "jmxn_plg20",
- "fname": "Jarvis Mexican Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JNZD-PLG20",
- "name": "jnzd_plg20",
- "fname": "Jarvis New Zealand Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JPHP-PLG20",
- "name": "jphp_plg20",
- "fname": "Jarvis Philippine Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JPLN-PLG20",
- "name": "jpln_plg20",
- "fname": "Jarvis Polish Zloty",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JPYC-AVX20",
- "name": "jpyc_avx20",
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JPYC-PLG20",
- "name": "jpyc_plg20",
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JRT-ERC20",
- "name": "jrt_erc20",
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JRT-PLG20",
- "name": "jrt_plg20",
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JSEK-PLG20",
- "name": "jsek_plg20",
- "fname": "Jarvis Swedish Krona",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JSGD-PLG20",
- "name": "jsgd_plg20",
- "fname": "Jarvis Singapore Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "JTRY-PLG20",
- "name": "jtry_plg20",
- "fname": "Jarvis Turkish Lira",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JUSD-PLG20",
- "name": "jusd_plg20",
- "fname": "Jarvis United States Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "JST-BEP20",
- "name": "jst_bep20",
- "fname": "JUST",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
}
},
"derivation_path": "m/44'/60'",
@@ -8106,7 +6789,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 12,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8130,7 +6813,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 321,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 3,
@@ -8159,8 +6841,7 @@
"txfee": 1000,
"mm2": 1,
"sign_message_prefix": "Komodo Signed Message:\n",
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -8172,6 +6853,34 @@
"homepage": "https://komodoplatform.com"
}
},
+ {
+ "coin": "KMDCL",
+ "name": "KomodoClassic",
+ "fname": "KomodoClassic",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x64726d6e",
+ "txfee": 1000,
+ "mm2": 1,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "required_confirmations": 2,
+ "requires_notarization": true,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/kmdclassic/KmdClassic",
+ "homepage": "https://kmdclassic.com/"
+ }
+ },
{
"coin": "KMD-BEP20",
"name": "kmd_bep20",
@@ -8179,7 +6888,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8196,6 +6905,25 @@
"erc20_sender_refund": 85000
}
},
+ {
+ "coin": "KMD-GRC20",
+ "name": "kmd_grc20",
+ "fname": "Komodo",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "KNC-BEP20",
"name": "knc_bep20",
@@ -8203,7 +6931,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8254,15 +6982,7 @@
"contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "KNC-AVX20",
@@ -8283,28 +7003,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "KOIN",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "KOIN",
- "fname": "Koinon",
- "is_privacy_coin": true,
- "rpcport": 10702,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
{
"coin": "KSM-BEP20",
"name": "ksm_bep20",
@@ -8313,7 +7011,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8343,7 +7041,6 @@
"segwit": true,
"bech32_hrp": "lbc",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 3,
"avg_blocktime": 150,
"protocol": {
@@ -8377,6 +7074,60 @@
},
"derivation_path": "m/84'/140'"
},
+ {
+ "coin": "LC2",
+ "name": "litecoin2",
+ "fname": "LitecoinII",
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ }
+ },
+ {
+ "coin": "LC2-segwit",
+ "name": "litecoin2",
+ "fname": "LitecoinII",
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LC2",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ }
+ },
{
"coin": "LCC",
"name": "litecoincash",
@@ -8393,7 +7144,6 @@
"segwit": true,
"bech32_hrp": "lcc",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 4,
"avg_blocktime": 150,
"protocol": {
@@ -8494,7 +7244,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8513,74 +7263,8 @@
},
{
"coin": "LDO-ERC20",
- "name": "ldo_erc20",
- "fname": "Lido DAO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "LDO-PLG20",
- "name": "ldo_plg20",
- "fname": "Lido DAO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
- },
- {
- "coin": "FRC",
- "name": "faircoin",
- "fname": "FairCoin",
- "rpcport": 9875,
- "pubtype": 36,
- "p2shtype": 63,
- "wiftype": 128,
- "decimals": 8,
- "signature_version": "base",
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "frc",
- "mm2": 1,
- "required_confirmations": 6,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- }
- },
- {
- "coin": "LEO-ERC20",
- "name": "leo_erc20",
- "fname": "LEO Token",
+ "name": "ldo_erc20",
+ "fname": "Lido DAO",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -8591,19 +7275,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3"
+ "contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32"
}
},
- "derivation_path": "m/44'/60'",
- "trezor_coin": "LEOcoin",
- "links": {
- "homepage": "https://www.leocoin.org/"
- }
+ "derivation_path": "m/44'/60'"
},
{
- "coin": "LEO-PLG20",
- "name": "leo_plg20",
- "fname": "LEO Token",
+ "coin": "LDO-PLG20",
+ "name": "ldo_plg20",
+ "fname": "Lido DAO",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -8614,11 +7294,34 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC"
+ "contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756"
}
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "LEO-ERC20",
+ "name": "leo_erc20",
+ "fname": "LEO Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "LEOcoin",
+ "links": {
+ "homepage": "https://www.leocoin.org/"
+ }
+ },
{
"coin": "LINK-ERC20",
"name": "link_erc20",
@@ -8663,7 +7366,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8710,15 +7413,7 @@
"contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "LOLS-BEP20",
@@ -8728,7 +7423,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8750,7 +7445,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8793,7 +7488,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8810,25 +7505,6 @@
"erc20_sender_refund": 85000
}
},
- {
- "coin": "LRC-PLG20",
- "name": "lrc_plg20",
- "fname": "Loopring",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "LEASH-ERC20",
"name": "leash_erc20",
@@ -8879,7 +7555,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8945,7 +7621,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8971,7 +7647,6 @@
"segwit": true,
"bech32_hrp": "ltc",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 2,
"avg_blocktime": 150,
"protocol": {
@@ -9067,7 +7742,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9114,15 +7789,7 @@
"contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "MASK-BEP20",
@@ -9132,7 +7799,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9179,15 +7846,7 @@
"contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "MATICTEST",
@@ -9214,9 +7873,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
@@ -9225,11 +7881,13 @@
"chain_id": 137
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
- }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium"
},
{
"coin": "MATIC-BEP20",
@@ -9238,7 +7896,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9297,46 +7955,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "MC-ERC20",
- "name": "mc_erc20",
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "MC-BEP20",
- "name": "mc_bep20",
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "MCL",
"sign_message_prefix": "Komodo Signed Message:\n",
@@ -9351,7 +7969,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -9373,7 +7990,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -9384,6 +8000,25 @@
"homepage": "https://mandala.exchange"
}
},
+ {
+ "coin": "MDX-GRC20",
+ "name": "mdx_grc20",
+ "fname": "Mandala",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "MDX-ERC20",
"name": "mdx_erc20",
@@ -9435,7 +8070,7 @@
"wallet_only": true,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9473,7 +8108,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9510,7 +8145,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9581,15 +8216,7 @@
"contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "MM-ERC20",
@@ -9640,7 +8267,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9651,26 +8278,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "MM-MVR20",
- "name": "mm_mvr20",
- "fname": "Million",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "MM-PLG20",
"name": "mm_plg20",
@@ -9704,7 +8311,6 @@
"segwit": true,
"bech32_hrp": "mona",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 5,
"avg_blocktime": 90,
"protocol": {
@@ -9785,12 +8391,54 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "MORPHO-ERC20",
+ "name": "morpho_erc20",
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://morpho.org"
+ }
+ },
+ {
+ "coin": "MORPHO-BASE",
+ "name": "morpho_base",
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "MOVR",
"name": "moonriver",
"fname": "Moonriver",
"rpcport": 80,
"mm2": 1,
+ "wallet_only": true,
"chain_id": 1285,
"required_confirmations": 6,
"avg_blocktime": 6,
@@ -9800,12 +8448,11 @@
"chain_id": 1285
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Moonriver",
"links": {
"homepage": "https://moonbeam.network/networks/moonriver/"
},
- "use_access_list": true,
+ "derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"gas_limit": {
@@ -9820,8 +8467,8 @@
"fname": "Moonbeam",
"rpcport": 80,
"mm2": 1,
+ "wallet_only": true,
"chain_id": 1284,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -9867,7 +8514,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9885,7 +8532,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9932,7 +8579,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10002,15 +8649,7 @@
"contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "NINJA",
@@ -10026,8 +8665,7 @@
"overwintered": 1,
"mm2": 1,
"delisted": true,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -10048,7 +8686,6 @@
"segwit": true,
"bech32_hrp": "nc",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 2,
"avg_blocktime": 600,
"protocol": {
@@ -10120,7 +8757,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10146,59 +8783,21 @@
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e"
- }
- },
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "NZDS-ERC20",
- "name": "nzds_erc20",
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "NZDS-PLG20",
- "name": "nzds_plg20",
- "fname": "NZD Stablecoin",
- "rpcport": 80,
+ "txfee": 400000,
+ "dust": 72800,
"mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "mature_confirmations": 2000,
+ "avg_blocktime": 32,
"protocol": {
- "type": "ERC20",
+ "type": "QRC20",
+ "chain_variant": "QTUM",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE"
+ "platform": "QTUM",
+ "contract_address": "0xffb67c56c42b71144ae394dbfe298d863fbb3b9e"
}
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/2301'"
},
{
"coin": "NYC",
@@ -10233,7 +8832,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10244,69 +8843,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "OCEAN-BEP20",
- "name": "ocean_bep20",
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "OCEAN-ERC20",
- "name": "ocean_erc20",
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ocean Token",
- "links": {
- "github": "https://github.com/oceanprotocol",
- "homepage": "https://oceanprotocol.com"
- }
- },
- {
- "coin": "OCEAN-PLG20",
- "name": "ocean_plg20",
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "OM-ERC20",
"name": "om_erc20",
@@ -10334,7 +8870,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10368,15 +8904,7 @@
"contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "OMG-ERC20",
@@ -10403,23 +8931,26 @@
}
},
{
- "coin": "OMG-PLG20",
- "name": "omg_plg20",
- "fname": "OMG Network",
+ "coin": "ONDO-ERC20",
+ "name": "ondo_erc20",
+ "fname": "Ondo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170"
+ "platform": "ETH",
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
}
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://ondo.finance"
+ }
},
{
"coin": "ONE",
@@ -10428,7 +8959,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1666600000,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -10447,7 +8977,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10464,85 +8994,6 @@
"erc20_sender_refund": 85000
}
},
- {
- "coin": "PAX-ERC20",
- "name": "pax_erc20",
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Paxos Standard (PAX)",
- "links": {
- "github": "https://github.com/paxosglobal",
- "homepage": "https://www.paxos.com/standard"
- }
- },
- {
- "coin": "PAX-BEP20",
- "name": "pax_bep20",
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "PAX-KRC20",
- "name": "pax_krc20",
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "PAX-PLG20",
- "name": "pax_plg20",
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "PAXG-ERC20",
"name": "paxg_erc20",
@@ -10585,15 +9036,7 @@
"contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "FLOP",
@@ -10688,7 +9131,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10729,7 +9172,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10765,6 +9208,25 @@
"homepage": "https://www.pepe.vip"
}
},
+ {
+ "coin": "PGX-PLG20",
+ "name": "pegaxy_stone",
+ "fname": "Pegaxy Stone",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "PINK",
"name": "pink",
@@ -10896,15 +9358,7 @@
"contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "POWR-ERC20",
@@ -10929,25 +9383,6 @@
"homepage": "https://powerledger.io"
}
},
- {
- "coin": "POWR-PLG20",
- "name": "powr_plg20",
- "fname": "Power Ledger",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "PPC",
"name": "peercoin",
@@ -11040,7 +9475,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11125,15 +9560,7 @@
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SHIB-BEP20",
@@ -11142,7 +9569,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11211,15 +9638,7 @@
"contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SHIC",
@@ -11265,41 +9684,16 @@
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1707'",
- "links": {
- "github": "https://github.com/trumpowppc/trumpow",
- "homepage": "https://trumpow.meme"
- }
- },
- {
- "coin": "QC-QRC20",
- "name": "qtum",
- "fname": "Qcash",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c"
- }
- },
- "derivation_path": "m/44'/2301'"
+ "derivation_path": "m/44'/1707'",
+ "links": {
+ "github": "https://github.com/trumpowppc/trumpow",
+ "homepage": "https://trumpow.meme"
+ }
},
{
- "coin": "QIAIR-QRC20",
+ "coin": "QC-QRC20",
"name": "qtum",
- "fname": "Qi Airdrop Token",
+ "fname": "Qcash",
"rpcport": 3889,
"pubtype": 58,
"p2shtype": 50,
@@ -11316,7 +9710,7 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728"
+ "contract_address": "0xf2033ede578e17fa6231047265010445bca8cf1c"
}
},
"derivation_path": "m/44'/2301'"
@@ -11353,7 +9747,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11546,7 +9940,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -11554,6 +9947,25 @@
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
+ {
+ "coin": "RAPH-GRC20",
+ "name": "raph_grc20",
+ "fname": "Raphael",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "RDD",
"name": "reddcoin",
@@ -11665,15 +10077,7 @@
"contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "RIC",
@@ -11688,7 +10092,6 @@
"bech32_hrp": "ric",
"txfee": 10000,
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 4,
"avg_blocktime": 150,
"protocol": {
@@ -11723,23 +10126,60 @@
"derivation_path": "m/84'/143'"
},
{
- "coin": "RIC-BEP20",
- "name": "ric_bep20",
- "fname": "Riecoin",
- "rpcport": 80,
+ "coin": "RIN",
+ "name": "rincoin",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'"
+ "derivation_path": "m/44'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ }
+ },
+ {
+ "coin": "RIN-segwit",
+ "name": "rincoin",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "RIN",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ }
},
{
"coin": "DOC",
@@ -11756,7 +10196,6 @@
"sign_message_prefix": "Komodo Signed Message:\n",
"is_testnet": true,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -11779,7 +10218,6 @@
"sign_message_prefix": "Komodo Signed Message:\n",
"is_testnet": true,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -11810,25 +10248,6 @@
"homepage": "http://iex.ec/"
}
},
- {
- "coin": "RLC-PLG20",
- "name": "rlc_plg20",
- "fname": "iExec RLC",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 9,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "RNDR-ERC20",
"name": "rndr_erc20",
@@ -11865,15 +10284,7 @@
"contract_address": "0x61299774020dA444Af134c82fa83E3810b309991"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "RPL-ERC20",
@@ -11894,6 +10305,44 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "RSR-ARB20",
+ "name": "rsr_arb20",
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "RSR-BASE",
+ "name": "rsr_base",
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "RSR-ERC20",
"name": "rsr_erc20",
@@ -11967,7 +10416,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11990,7 +10439,7 @@
"segwit": true,
"txfee": 1000000,
"mm2": 1,
- "required_confirmations": 3,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO",
@@ -12003,6 +10452,31 @@
"homepage": "https://ravencoin.org"
}
},
+ {
+ "coin": "RXD",
+ "name": "radiant",
+ "fname": "Radiant",
+ "rpcport": 7332,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10000000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "signature_version": "fork_id_rxd",
+ "mm2": 1,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "required_confirmations": 2,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/512'",
+ "links": {
+ "github": "https://github.com/Radiant-Core/Radiant-Core",
+ "homepage": "https://radiantblockchain.org"
+ }
+ },
{
"coin": "SAND-ERC20",
"name": "sand_erc20",
@@ -12030,7 +10504,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12058,15 +10532,7 @@
"contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SCRT-BEP20",
@@ -12076,7 +10542,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12101,7 +10567,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12118,6 +10584,28 @@
"erc20_sender_refund": 85000
}
},
+ {
+ "coin": "SKY-ERC20",
+ "name": "sky_erc20",
+ "fname": "Sky",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://sky.money"
+ }
+ },
{
"coin": "SNX-AVX20",
"name": "snx_avx20",
@@ -12144,7 +10632,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12215,15 +10703,7 @@
"contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SOL-BEP20",
@@ -12233,7 +10713,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12261,15 +10741,7 @@
"contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SOLVE-ERC20",
@@ -12289,28 +10761,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "SPACECOIN",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "SPACE",
- "fname": "Spacecoin",
- "is_privacy_coin": true,
- "rpcport": 35593,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 6,
- "requires_notarization": false,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
{
"coin": "SPACE-ARB20",
"name": "space_arb20",
@@ -12330,25 +10780,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "SPACE-AVX20_OLD",
- "name": "space_avx20_old",
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "SPACE-AVX20",
"name": "space_avx20",
@@ -12375,7 +10806,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12384,34 +10815,7 @@
"contract_address": "0x9E1170c12FDDd3B00FEc42ddF4C942565D9Be577"
}
},
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "SPACE-PLG20_OLD",
- "name": "space_plg20_old",
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SPACE-PLG20",
@@ -12430,15 +10834,7 @@
"contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SRM-ERC20",
@@ -12459,25 +10855,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "SRM-PLG20",
- "name": "srm_plg20",
- "fname": "Serum",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "SUI-BEP20",
"name": "sui_bep20",
@@ -12526,7 +10903,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12580,26 +10957,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "SUSHI-MVR20",
- "name": "sushi_mvr20",
- "fname": "Sushi",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "SUSHI-PLG20",
"name": "sushi_plg20",
@@ -12617,15 +10974,7 @@
"contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SWAP-BEP20",
@@ -12634,7 +10983,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12653,7 +11002,7 @@
"mm2": 1,
"wallet_only": true,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12728,7 +11077,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12756,15 +11105,7 @@
"contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "SYN-AVX20",
@@ -12785,6 +11126,47 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "SYRUP-ERC20",
+ "name": "syrup_erc20",
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://maple.finance"
+ }
+ },
+ {
+ "coin": "SYRUP-BASE",
+ "name": "syrup_base",
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "SYS",
"name": "syscoin",
@@ -12801,7 +11183,6 @@
"required_confirmations": 5,
"avg_blocktime": 60,
"mm2": 1,
- "wallet_only": false,
"protocol": {
"type": "UTXO"
},
@@ -12869,7 +11250,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12954,15 +11335,7 @@
"contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "TESTBTC",
@@ -13065,15 +11438,7 @@
"contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "TFT-BEP20",
@@ -13083,7 +11448,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 7,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13113,8 +11478,7 @@
"txversion": 4,
"overwintered": 1,
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -13122,25 +11486,6 @@
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
- {
- "coin": "THC-BEP20",
- "name": "thc_bep20",
- "fname": "HempCoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "TKL",
"sign_message_prefix": "Komodo Signed Message:\n",
@@ -13154,8 +11499,7 @@
"txversion": 4,
"overwintered": 1,
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -13190,7 +11534,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 9,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13225,25 +11569,6 @@
"homepage": "https://www.terracoin.io"
}
},
- {
- "coin": "TRX-BEP20_OLD",
- "name": "trx_bep20_old",
- "fname": "TRON (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "TRX-BEP20",
"name": "trx_bep20",
@@ -13251,7 +11576,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"decimals": 6,
"required_confirmations": 3,
"protocol": {
@@ -13269,6 +11594,74 @@
"erc20_sender_refund": 85000
}
},
+ {
+ "coin": "TRX",
+ "name": "tron",
+ "fname": "TRON",
+ "mm2": 1,
+ "wallet_only": true,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Mainnet"
+ }
+ }
+ },
+ {
+ "coin": "USDT-TRC20",
+ "name": "usdt_trc20",
+ "fname": "Tether",
+ "mm2": 1,
+ "wallet_only": true,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRX",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
+ }
+ }
+ },
+ {
+ "coin": "TRXT",
+ "name": "tron_test",
+ "fname": "TRON Testnet",
+ "is_testnet": true,
+ "mm2": 1,
+ "wallet_only": true,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Nile"
+ }
+ }
+ },
+ {
+ "coin": "TESTUSDT-TRC20",
+ "name": "testusdt_trc20",
+ "fname": "Tether Testnet",
+ "is_testnet": true,
+ "mm2": 1,
+ "wallet_only": true,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRXT",
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf"
+ }
+ }
+ },
{
"coin": "TRYB-AVX20",
"name": "tryb_avx20",
@@ -13287,8 +11680,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -13322,7 +11713,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13350,15 +11741,7 @@
"contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "TRYB-ERC20",
@@ -13386,7 +11769,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13485,7 +11868,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13538,29 +11921,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "UIS-OLD",
- "name": "unitus",
- "fname": "Unitus (OLD)",
- "sign_message_prefix": "Unitus Signed Message:\n",
- "rpcport": 50604,
- "pubtype": 68,
- "p2shtype": 10,
- "wiftype": 132,
- "txfee": 2000000,
- "dust": 6000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/723'",
- "links": {
- "github": "https://github.com/unitusdev/unitus",
- "homepage": "https://unituscurrency.com"
- }
- },
{
"coin": "UIS",
"name": "unitus",
@@ -13692,7 +12052,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13739,15 +12099,7 @@
"contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "UNO",
@@ -13829,26 +12181,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "USDC-AVX20_OLD",
- "name": "usdc_avx20_old",
- "fname": "USD Coin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "USDC-ERC20",
"name": "usdc_erc20",
@@ -13879,7 +12211,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13916,21 +12248,20 @@
"derivation_path": "m/44'/60'"
},
{
- "coin": "USDC-MVR20",
- "name": "usdc_mvr20",
+ "coin": "USDC-GNO",
+ "name": "usdc_gno",
"fname": "USD Coin",
"rpcport": 80,
"mm2": 1,
- "wallet_only": true,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 100,
"decimals": 6,
- "required_confirmations": 6,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
+ "platform": "XDAI",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
}
},
"derivation_path": "m/44'/60'"
@@ -13953,13 +12284,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
}
},
{
@@ -13989,7 +12318,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14020,21 +12349,42 @@
"derivation_path": "m/44'/60'"
},
{
- "coin": "USDT-MVR20",
- "name": "usdt_mvr20",
- "fname": "Tether",
+ "coin": "USDP-ERC20",
+ "name": "usdp_erc20",
+ "fname": "Pax Dollar",
"rpcport": 80,
"mm2": 1,
- "wallet_only": true,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 6,
- "required_confirmations": 6,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.paxos.com/usdp"
+ }
+ },
+ {
+ "coin": "USDP-BEP20",
+ "name": "usdp_bep20",
+ "fname": "Pax Dollar",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C"
+ "platform": "BNB",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F"
}
},
"derivation_path": "m/44'/60'"
@@ -14076,13 +12426,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
}
},
{
@@ -14122,8 +12470,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -14131,26 +12477,6 @@
"erc20_sender_refund": 90000
}
},
- {
- "coin": "USDT-AVX20_OLD",
- "name": "usdt_avx20_old",
- "fname": "Tether (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "wallet_only": true,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "USDT-BEP20",
"name": "usdt_bep20",
@@ -14158,7 +12484,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14181,7 +12507,6 @@
"fname": "Tether",
"rpcport": 80,
"mm2": 1,
- "wallet_only": true,
"chain_id": 1,
"avg_blocktime": 15,
"required_confirmations": 3,
@@ -14297,7 +12622,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14351,25 +12676,6 @@
},
"derivation_path": "m/44'/60'"
},
- {
- "coin": "VGX-PLG20",
- "name": "vgx_plg20",
- "fname": "Voyager",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "VIA",
"name": "viacoin",
@@ -14428,6 +12734,47 @@
"homepage": "https://viacoin.org"
}
},
+ {
+ "coin": "VIRTUAL-ERC20",
+ "name": "virtual_erc20",
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.virtuals.io"
+ }
+ },
+ {
+ "coin": "VIRTUAL-BASE",
+ "name": "virtual_base",
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "VITE-BEP20",
"name": "vite_bep20",
@@ -14435,7 +12782,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14473,27 +12820,6 @@
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
- {
- "coin": "GRMS",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GRMS",
- "fname": "GRMS",
- "is_privacy_coin": true,
- "rpcport": 21687,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
{
"coin": "VTC",
"name": "vertcoin",
@@ -14508,7 +12834,6 @@
"segwit": true,
"bech32_hrp": "vtc",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 4,
"avg_blocktime": 150,
"protocol": {
@@ -14551,6 +12876,28 @@
"homepage": "https://vertcoin.org"
}
},
+ {
+ "coin": "VVV-BASE",
+ "name": "vvv_base",
+ "fname": "Venice Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://venice.ai"
+ }
+ },
{
"coin": "WAVES-BEP20",
"name": "waves_bep20",
@@ -14559,7 +12906,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14570,6 +12917,25 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "WBTC-ARB20",
+ "name": "wbtc_arb20",
+ "fname": "Wrapped Bitcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 8,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "WBTC-ERC20",
"name": "wbtc_erc20",
@@ -14611,15 +12977,7 @@
"contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "WLD-ERC20",
@@ -14691,57 +13049,147 @@
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083"
+ "platform": "AVAX",
+ "contract_address": "0xaBC9547B534519fF73921b1FBA6E672b5f58D083"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "WOO-BEP20",
+ "name": "woo_bep20",
+ "fname": "WOO Network",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "WOO-PLG20",
+ "name": "woo_plg20",
+ "fname": "WOO Network",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "XAUT-ERC20",
+ "name": "xaut_erc20",
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://gold.tether.to"
+ }
+ },
+ {
+ "coin": "XAUT-BEP20",
+ "name": "xaut_bep20",
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "XAUT-PLG20",
+ "name": "xaut_plg20",
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 6,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "WOO-BEP20",
- "name": "woo_bep20",
- "fname": "WOO Network",
+ "coin": "XAUT-AVX20",
+ "name": "xaut_avx20",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B"
+ "platform": "AVAX",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "WOO-PLG20",
- "name": "woo_plg20",
- "fname": "WOO Network",
+ "coin": "XAUT-ARB20",
+ "name": "xaut_arb20",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 42161,
+ "decimals": 6,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603"
+ "platform": "ETH-ARB20",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "XCN-ERC20",
@@ -14762,6 +13210,25 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "XCN-BASE",
+ "name": "xcn_base",
+ "fname": "Onyxcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "XCN-BEP20",
"name": "xcn_bep20",
@@ -14770,7 +13237,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14781,6 +13248,28 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "XDAI",
+ "name": "xdai",
+ "fname": "XDAI",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 5,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 100
+ }
+ },
+ "links": {
+ "homepage": "https://www.gnosis.io"
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium"
+ },
{
"coin": "XEP-segwit",
"name": "xep",
@@ -14816,7 +13305,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14863,15 +13352,7 @@
"contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "XLM-BEP20",
@@ -14880,7 +13361,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14910,7 +13391,6 @@
"segwit": true,
"bech32_hrp": "my",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 3,
"avg_blocktime": 240,
"protocol": {
@@ -15025,7 +13505,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15061,10 +13541,48 @@
},
"derivation_path": "m/44'/60'"
},
+ {
+ "coin": "XSGD-AVX20",
+ "name": "xsgd_avx20",
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "XSGD-BASE",
+ "name": "xsgd_base",
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
{
"coin": "XSGD-ERC20",
"name": "xsgd_erc20",
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -15088,7 +13606,7 @@
{
"coin": "XSGD-PLG20",
"name": "xsgd_plg20",
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -15102,15 +13620,7 @@
"contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995"
}
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "XTZ-BEP20",
@@ -15119,7 +13629,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15167,7 +13677,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15234,7 +13744,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15277,7 +13787,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15354,57 +13864,207 @@
"contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6"
}
},
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "YFII-BEP20",
+ "name": "yfii_bep20",
+ "fname": "DFI.Money",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "YFII-ERC20",
+ "name": "yfii_erc20",
+ "fname": "DFI.Money",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 18,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "YFII.finance",
+ "links": {
+ "github": "https://github.com/yfii/vault",
+ "homepage": "https://dfi.money/"
+ }
+ },
+ {
+ "coin": "ZAMA-ERC20",
+ "name": "zama_erc20",
+ "fname": "Zama",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.zama.org"
+ }
+ },
+ {
+ "coin": "ZAMA-BEP20",
+ "name": "zama_bep20",
+ "fname": "Zama",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "ZCHF-ARB20",
+ "name": "zchf_arb20",
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "ZCHF-AVX20",
+ "name": "zchf_avx20",
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "ZCHF-BASE",
+ "name": "zchf_base",
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'"
+ },
+ {
+ "coin": "ZCHF-ERC20",
+ "name": "zchf_erc20",
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"
+ }
+ },
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "links": {
+ "homepage": "https://www.frankencoin.com"
}
},
{
- "coin": "YFII-BEP20",
- "name": "yfii_bep20",
- "fname": "DFI.Money",
+ "coin": "ZCHF-GNO",
+ "name": "zchf_gno",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5"
+ "platform": "XDAI",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'"
},
{
- "coin": "YFII-ERC20",
- "name": "yfii_erc20",
- "fname": "DFI.Money",
+ "coin": "ZCHF-PLG20",
+ "name": "zchf_plg20",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
+ "chain_id": 137,
"decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
+ "platform": "MATIC",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "derivation_path": "m/44'/60'",
- "trezor_coin": "YFII.finance",
- "links": {
- "github": "https://github.com/yfii/vault",
- "homepage": "https://dfi.money/"
- }
+ "derivation_path": "m/44'/60'"
},
{
"coin": "ZEC",
@@ -15421,7 +14081,7 @@
"txversion": 4,
"overwintered": 1,
"version_group_id": "0x892f2085",
- "consensus_branch_id": "0x4dec4df0",
+ "consensus_branch_id": "0x37a5165b",
"txfee": 100000,
"mm2": 1,
"required_confirmations": 3,
@@ -15472,7 +14132,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15515,7 +14175,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15575,25 +14235,6 @@
"homepage": "https://0xproject.com"
}
},
- {
- "coin": "ZRX-PLG20",
- "name": "zrx_plg20",
- "fname": "0x",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "INK-QRC20",
"name": "qtum",
@@ -15675,7 +14316,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15718,188 +14359,6 @@
"decimals": 8,
"derivation_path": "m/44'/2301'"
},
- {
- "coin": "HLC-QRC20",
- "name": "qtum",
- "fname": "HalalChain",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "MED-QRC20",
- "name": "qtum",
- "fname": "Medibloc",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "LSTR-QRC20",
- "name": "qtum",
- "fname": "Luna Stars",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "QBT-QRC20",
- "name": "qtum",
- "fname": "Qbao",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "TSL-QRC20",
- "name": "qtum",
- "fname": "Energo TSL",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 18,
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "OC-QRC20",
- "name": "qtum",
- "fname": "OceanChain",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'"
- },
- {
- "coin": "PUT-QRC20",
- "name": "qtum",
- "fname": "Profile Utility Token",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'"
- },
{
"coin": "OKB-ERC20",
"name": "okb_erc20",
@@ -16075,25 +14534,6 @@
"homepage": "http://www.cybervein.org"
}
},
- {
- "coin": "DX-ERC20",
- "name": "dx_erc20",
- "fname": "DxChain",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'"
- },
{
"coin": "STORJ-ERC20",
"name": "storj_erc20",
@@ -16120,46 +14560,25 @@
},
{
"coin": "TRAC-ERC20",
- "name": "trac_erc20",
- "fname": "OriginTrail",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'",
- "trezor_coin": "OriginTrail",
- "links": {
- "homepage": "https://origintrail.io"
- }
- },
- {
- "coin": "UBQ",
- "name": "ubiq",
- "fname": "Ubiq",
+ "name": "trac_erc20",
+ "fname": "OriginTrail",
"rpcport": 80,
"mm2": 1,
- "chain_id": 8,
+ "chain_id": 1,
"required_confirmations": 3,
"avg_blocktime": 15,
"protocol": {
- "type": "ETH",
+ "type": "ERC20",
"protocol_data": {
- "chain_id": 8
+ "platform": "ETH",
+ "contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F"
}
},
+ "decimals": 18,
"derivation_path": "m/44'/60'",
- "trezor_coin": "Ubiq",
+ "trezor_coin": "OriginTrail",
"links": {
- "homepage": "https://ubiqsmart.com"
+ "homepage": "https://origintrail.io"
}
},
{
@@ -16359,7 +14778,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16397,7 +14816,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16472,7 +14891,6 @@
"segwit": true,
"bech32_hrp": "wv",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 1,
"mature_confirmations": 100,
"avg_blocktime": 600,
@@ -16545,117 +14963,6 @@
"homepage": "https://e.cash"
}
},
- {
- "coin": "SIBM-BEP20",
- "name": "sibm_bep20",
- "fname": "SibMining",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47"
- }
- },
- "derivation_path": "m/44'/60'"
- },
- {
- "coin": "ZOMBIE",
- "asset": "ZOMBIE",
- "fname": "Zombie",
- "is_privacy_coin": true,
- "txversion": 4,
- "overwintered": 1,
- "avg_blocktime": 60,
- "is_testnet": true,
- "mm2": 1,
- "protocol": {
- "type": "ZHTLC",
- "protocol_data": {
- "consensus_params": {
- "overwinter_activation_height": 0,
- "sapling_activation_height": 1,
- "blossom_activation_height": null,
- "heartwood_activation_height": null,
- "canopy_activation_height": null,
- "coin_type": 133,
- "hrp_sapling_extended_spending_key": "secret-extended-key-main",
- "hrp_sapling_extended_full_viewing_key": "zxviews",
- "hrp_sapling_payment_address": "zs",
- "b58_pubkey_address_prefix": [
- 28,
- 184
- ],
- "b58_script_address_prefix": [
- 28,
- 189
- ]
- },
- "z_derivation_path": "m/32'/141'"
- }
- },
- "derivation_path": "m/44'/141'",
- "required_confirmations": 3
- },
- {
- "coin": "ZDEEX",
- "asset": "ZDEEX",
- "fname": "Zdeex",
- "is_privacy_coin": true,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "avg_blocktime": 300,
- "protocol": {
- "type": "ZHTLC",
- "protocol_data": {
- "consensus_params": {
- "overwinter_activation_height": 0,
- "sapling_activation_height": 1,
- "blossom_activation_height": null,
- "heartwood_activation_height": null,
- "canopy_activation_height": null,
- "coin_type": 133,
- "hrp_sapling_extended_spending_key": "secret-extended-key-main",
- "hrp_sapling_extended_full_viewing_key": "zxviews",
- "hrp_sapling_payment_address": "zs",
- "b58_pubkey_address_prefix": [
- 28,
- 184
- ],
- "b58_script_address_prefix": [
- 28,
- 189
- ]
- },
- "z_derivation_path": "m/32'/141'"
- }
- },
- "derivation_path": "m/44'/141'",
- "required_confirmations": 3
- },
- {
- "coin": "ZINU-BEP20",
- "name": "zinu_bep20",
- "fname": "Zombie Inu",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F"
- }
- },
- "derivation_path": "m/44'/60'"
- },
{
"coin": "RUNES",
"name": "runebase",
@@ -16683,29 +14990,6 @@
"homepage": "https://www.runebase.io"
}
},
- {
- "coin": "ACTN",
- "asset": "ACTN",
- "fname": "Action Coin",
- "is_privacy_coin": true,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "rpcport": 51677,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
{
"coin": "ACTN-BEP20",
"name": "actn_bep20",
@@ -16713,7 +14997,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16779,7 +15063,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16884,29 +15168,56 @@
}
},
{
- "coin": "NITO-segwit",
+ "coin": "NITO",
"name": "nito",
"fname": "NITO",
- "sign_message_prefix": "Nito Signed Message:\n",
"rpcport": 8825,
"pubtype": 0,
"p2shtype": 5,
"wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
"txfee": 10000,
- "wallet_only": true,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ }
+ },
+ {
+ "coin": "NITO-segwit",
+ "name": "nito",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
"segwit": true,
"bech32_hrp": "nito",
"address_format": {
"format": "segwit"
},
"orderbook_ticker": "NITO",
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
"required_confirmations": 3,
+ "mature_confirmations": 101,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/84'/0'",
+ "sign_message_prefix": "Nito Signed Message:\n",
"links": {
"github": "https://github.com/NitoNetwork/Nito-core",
"homepage": "https://nito.network"
@@ -16965,7 +15276,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17007,7 +15318,6 @@
"name": "iristest",
"fname": "Iris Test",
"mm2": 1,
- "wallet_only": false,
"is_testnet": true,
"protocol": {
"type": "TENDERMINT",
@@ -17027,7 +15337,6 @@
"name": "nucleus-test",
"fname": "Nucleus Test",
"mm2": 1,
- "wallet_only": false,
"is_testnet": true,
"protocol": {
"type": "TENDERMINT",
@@ -17046,7 +15355,6 @@
"name": "iristest-ibc-nucleus-test",
"fname": "Iris Test",
"mm2": 1,
- "wallet_only": false,
"is_testnet": true,
"protocol": {
"type": "TENDERMINTTOKEN",
@@ -17064,7 +15372,6 @@
"name": "cosmos-ibc-nucleus-test",
"fname": "Cosmos",
"mm2": 1,
- "wallet_only": false,
"is_testnet": true,
"protocol": {
"type": "TENDERMINTTOKEN",
@@ -17082,7 +15389,6 @@
"name": "cosmos-ibc-nucleus-test",
"fname": "Osmosis",
"mm2": 1,
- "wallet_only": false,
"is_testnet": true,
"protocol": {
"type": "TENDERMINTTOKEN",
@@ -17094,51 +15400,6 @@
},
"derivation_path": "m/44'/118'"
},
- {
- "coin": "LUPA",
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "LUPA",
- "fname": "Lupaza",
- "is_privacy_coin": true,
- "rpcport": 64151,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo"
- },
- {
- "coin": "ZOIN",
- "name": "zoin",
- "fname": "ZoinCommunity",
- "sign_message_prefix": "Zoincoin Signed Message:\n",
- "rpcport": 8256,
- "pubtype": 80,
- "p2shtype": 53,
- "wiftype": 208,
- "segwit": false,
- "txfee": 1000000,
- "dust": 1000000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "github": "https://github.com/seopub/zoincomumity",
- "homepage": "http://zoincommunity.com/"
- }
- },
{
"coin": "NFT_ETH",
"name": "nft_ethereum",
@@ -17182,7 +15443,7 @@
"coin": "NFT_BNB",
"name": "nft_binancesmartchain",
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -17243,6 +15504,31 @@
"homepage": "https://bonkscoin.io"
}
},
+ {
+ "coin": "VRM",
+ "name": "veriumreserve",
+ "fname": "Verium Reserve",
+ "rpcport": 33987,
+ "pubtype": 70,
+ "p2shtype": 132,
+ "wiftype": 198,
+ "txfee": 1000000,
+ "isPoS": 1,
+ "segwit": false,
+ "force_min_relay_fee": true,
+ "mm2": 1,
+ "confpath": "USERHOME/.verium/verium.conf",
+ "required_confirmations": 5,
+ "avg_blocktime": 240,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/8750'",
+ "links": {
+ "github": "https://github.com/VeriConomy/verium-current",
+ "homepage": "https://vericonomy.com"
+ }
+ },
{
"coin": "CAS",
"name": "cascoin",
@@ -17259,7 +15545,6 @@
"segwit": true,
"bech32_hrp": "cas",
"mm2": 1,
- "wallet_only": false,
"required_confirmations": 6,
"avg_blocktime": 150,
"protocol": {
@@ -17270,5 +15555,90 @@
"github": "https://github.com/casraw/cascoin",
"homepage": "https://cascoin.net"
}
+ },
+ {
+ "coin": "JUMP",
+ "name": "jumpcoin",
+ "fname": "Jumpcoin",
+ "sign_message_prefix": "Jumpcoin Signed Message:\n",
+ "isPoS": 1,
+ "rpcport": 31240,
+ "pubtype": 43,
+ "p2shtype": 122,
+ "wiftype": 171,
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "mature_confirmations": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/278'",
+ "links": {
+ "homepage": "https://jumpcoin.net",
+ "explorer": "https://explorer.jumpcoin.net",
+ "github": "https://github.com/jumpcoin"
+ }
+ },
+ {
+ "coin": "CAT",
+ "name": "catcoin",
+ "fname": "Catcoin",
+ "sign_message_prefix": "Catcoin Signed Message:\n",
+ "isPoS": 0,
+ "rpcport": 9332,
+ "pubtype": 21,
+ "p2shtype": 88,
+ "wiftype": 149,
+ "txfee": 1000000,
+ "dust": 5431,
+ "segwit": false,
+ "mm2": 1,
+ "decimals": 8,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/760'",
+ "links": {
+ "homepage": "https://catcoin.org",
+ "explorer": "https://chainz.cryptoid.info/cat/",
+ "github": "https://github.com/CatcoinCore"
+ }
+ },
+ {
+ "coin": "FIVETRAT",
+ "name": "fivetrat",
+ "fname": "5TRAT Coin",
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "rpcport": 57576,
+ "pubtype": 125,
+ "p2shtype": 80,
+ "wiftype": 181,
+ "txfee": 1000,
+ "dust": 1000,
+ "decimals": 8,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "5trat"
+ },
+ "mm2": 1,
+ "required_confirmations": 2,
+ "mature_confirmations": 100,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/5755'",
+ "links": {
+ "github": "https://github.com/WillItMod/5trat-core",
+ "homepage": "https://5trat.com"
+ }
}
]
diff --git a/electrums/ACTN b/electrums/ACTN
deleted file mode 100644
index 21a0dde954..0000000000
--- a/electrums/ACTN
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "url": "electrumx1.actioncoin.com:30001",
- "ws_url": "electrumx1.actioncoin.com:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- },
- {
- "url": "electrumx2.actioncoin.com:30001",
- "ws_url": "electrumx2.actioncoin.com:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- },
- {
- "url": "electrumx1.actioncoin.com:10001",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- },
- {
- "url": "electrumx2.actioncoin.com:10001",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- }
-]
diff --git a/electrums/AIBC b/electrums/AIBC
deleted file mode 100644
index 594171fbef..0000000000
--- a/electrums/AIBC
+++ /dev/null
@@ -1,19 +0,0 @@
-[
- {
- "url": "aibc.pro:50001",
- "protocol": "TCP",
- "contact": [
- {"email": "electrum1_admin@aibc.pro"},
- {"github": "nickgsh"}
- ],
- "ws_url": "aibc.pro:50002"
- },
- {
- "url": "aibcelectrum.com:50001",
- "protocol": "TCP",
- "contact": [
- {"email": "nick@gshny.com"}
- ],
- "ws_url": "aibcelectrum.com:50002"
- }
-]
diff --git a/electrums/AIPG b/electrums/AIPG
deleted file mode 100644
index 7e6b1d32cf..0000000000
--- a/electrums/AIPG
+++ /dev/null
@@ -1,20 +0,0 @@
-[
- {
- "url": "electrumx1.aipowergrid.io:50002",
- "protocol": "SSL",
- "contact": [
- { "discord": "482101557383528448" }
- ],
- "ws_url": "electrumx1.aipowergrid.io:50004"
- },
- {
- "url": "electrumx2.aipowergrid.io:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "482101557383528448"
- }
- ],
- "ws_url": "electrumx2.aipowergrid.io:50004"
- }
-]
diff --git a/electrums/AURE b/electrums/AURE
new file mode 100644
index 0000000000..9c8708e3b7
--- /dev/null
+++ b/electrums/AURE
@@ -0,0 +1,17 @@
+[
+ {
+ "url": "fulcrum.aureuscoin.site:50002",
+ "ws_url": "fulcrum.aureuscoin.site:50004",
+ "protocol": "SSL"
+ },
+ {
+ "url": "aureuscoin.site:50002",
+ "ws_url": "aureuscoin.site:50004",
+ "protocol": "SSL"
+ },
+ {
+ "url": "aurascan.gt.tc:50002",
+ "ws_url": "aurascan.gt.tc:50004",
+ "protocol": "SSL"
+ }
+]
diff --git a/electrums/AYA b/electrums/AYA
deleted file mode 100644
index 7f36b28741..0000000000
--- a/electrums/AYA
+++ /dev/null
@@ -1,43 +0,0 @@
-[
- {
- "url": "electrum1.aryacoin.io:2053",
- "protocol": "SSL",
- "contact": [
- {
- "email": "sales@aryacoin.io"
- }
- ],
- "ws_url": "electrum1.aryacoin.io:2051"
- },
- {
- "url": "electrum2.aryacoin.io:2053",
- "protocol": "SSL",
- "contact": [
- {
- "email": "sales@aryacoin.io"
- }
- ],
- "ws_url": "electrum2.aryacoin.io:2051"
- },
- {
- "url": "electrum1.aryacoin.io:2052",
- "protocol": "TCP",
- "contact": [
- {
- "email": "sales@aryacoin.io"
- }
- ]
- },
- {
- "url": "electrum2.aryacoin.io:2052",
- "protocol": "TCP",
- "contact": [
- {
- "email": "sales@aryacoin.io"
- }
- ]
- },
- {
- "url": "159.69.73.223:5151"
- }
-]
diff --git a/electrums/BC2 b/electrums/BC2
index 5f4a3613a5..3a629fc6d6 100644
--- a/electrums/BC2
+++ b/electrums/BC2
@@ -1,14 +1,14 @@
[
{
- "url": "explorer.bitcoin-ii.org:50009",
- "ws_url": "explorer.bitcoin-ii.org:50010",
+ "url": "bitcoinii.ddns.net:50009",
+ "ws_url": "bitcoinii.ddns.net:50010",
"protocol": "SSL",
"contact": [
{ "discord": "1391871602127540236" }
]
},
{
- "url": "explorer.bitcoin-ii.org:50008",
+ "url": "bitcoinii.ddns.net:50008",
"protocol": "TCP",
"contact": [
{ "discord": "1391871602127540236" }
diff --git a/electrums/BCH2 b/electrums/BCH2
new file mode 100644
index 0000000000..71aa8b04a6
--- /dev/null
+++ b/electrums/BCH2
@@ -0,0 +1,38 @@
+[
+ {
+ "url": "electrum.bch2.org:50001",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum.bch2.org:50002",
+ "protocol": "SSL",
+ "ws_url": "electrum.bch2.org:50004",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50001",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50002",
+ "protocol": "SSL",
+ "ws_url": "electrum2.bch2.org:50004",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ }
+]
\ No newline at end of file
diff --git a/electrums/BITN b/electrums/BITN
index 79587a5e0f..bc0149587a 100644
--- a/electrums/BITN
+++ b/electrums/BITN
@@ -1,46 +1,40 @@
[
- {
- "url": "bitexplorer.io:50001",
- "protocol": "TCP",
- "ws_url": "bitexplorer.io:50004",
- "contact": [
- {
- "discord": "c4pt#7855"
- }
- ]
- },
- {
- "url": "bitchair.io:50001",
- "protocol": "TCP",
- "ws_url": "bitchair.io:50004",
- "contact": [
- {
- "discord": "c4pt#7855"
- }
- ]
- },
- {
- "url": "194.163.178.204:50001",
- "protocol": "TCP",
- "ws_url": "194.163.178.204:50004",
- "contact": [
- {
- "discord": "c4pt#7855"
- }
- ]
- },
-
- {
- "url": "194.163.176.151:50001",
- "protocol": "TCP",
- "ws_url": "194.163.176.151:50004",
- "contact": [
- {
- "discord": "c4pt#7855"
- }
- ]
- }
-
-
-
+ {
+ "url": "bitnet.outsidethebox.top:50002",
+ "protocol": "SSL",
+ "ws_url": "bitnet.outsidethebox.top:50004",
+ "contact": [
+ { "discord": "def#4726" }
+ ]
+ },
+ {
+ "url": "bit-e.minethepla.net:50002",
+ "protocol": "SSL",
+ "ws_url": "bit-e.minethepla.net:50004",
+ "contact": [
+ { "discord": "def#4726" }
+ ]
+ },
+ {
+ "url": "bit-e.outsidethebox.top:50002",
+ "protocol": "SSL",
+ "ws_url": "bit-e.outsidethebox.top:50004",
+ "contact": [
+ { "discord": "def#4726" }
+ ]
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50012",
+ "protocol": "SSL",
+ "ws_url": "bitn-electrumx.wattxchange.app:50014",
+ "contact": [
+ { "discord": "nucash" }
+ ]
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50011",
+ "contact": [
+ { "discord": "nucash" }
+ ]
+ }
]
diff --git a/electrums/BLOCX b/electrums/BLOCX
deleted file mode 100644
index d3b638365d..0000000000
--- a/electrums/BLOCX
+++ /dev/null
@@ -1,29 +0,0 @@
-[
- {
- "url": "electrum1.blocx.live:50001",
- "protocol": "TCP"
- },
- {
- "url": "electrum2.blocx.live:50001",
- "protocol": "TCP"
- },
- {
- "url": "electrum3.blocx.live:50001",
- "protocol": "TCP"
- },
- {
- "url": "electrum1.blocx.live:50002",
- "protocol": "SSL",
- "ws_url": "electrum1.blocx.live:50004"
- },
- {
- "url": "electrum2.blocx.live:50002",
- "protocol": "SSL",
- "ws_url": "electrum2.blocx.live:50004"
- },
- {
- "url": "electrum3.blocx.live:50002",
- "protocol": "SSL",
- "ws_url": "electrum3.blocx.live:50004"
- }
-]
diff --git a/electrums/BTCZ b/electrums/BTCZ
index 82f0a4d3e7..b19c090c32 100644
--- a/electrums/BTCZ
+++ b/electrums/BTCZ
@@ -1,39 +1,32 @@
[
{
- "url": "electrum2.btcz.rocks:50001",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "ws_url": "electrum2.btcz.rocks:50004"
- },
- {
- "url": "electrum1.btcz.rocks:50001",
+ "url": "electrum1.btcz.rocks:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "VandarGR#6065"
+ "discord": "517255090633965586"
}
],
"ws_url": "electrum1.btcz.rocks:50004"
},
{
- "url": "electrum3.btcz.rocks:50001",
+ "url": "electrum2.btcz.rocks:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "426842722436120577"
+ "discord": "517255090633965586"
}
],
- "ws_url": "electrum3.btcz.rocks:50004"
+ "ws_url": "electrum2.btcz.rocks:50004"
},
{
- "url": "electrum5.btcz.rocks:50002",
+ "url": "electrum3.btcz.rocks:50002",
"protocol": "SSL",
"contact": [
{
"discord": "426842722436120577"
}
],
- "ws_url": "electrum5.btcz.rocks:50004"
+ "ws_url": "electrum3.btcz.rocks:50004"
}
]
diff --git a/electrums/BTGS b/electrums/BTGS
new file mode 100644
index 0000000000..7f37114db3
--- /dev/null
+++ b/electrums/BTGS
@@ -0,0 +1,26 @@
+[
+ {
+ "url": "electrum.btgscoin.site:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum.btgscoin.site:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.btgscoin.site:50005",
+ "protocol": "WSS"
+ },
+ {
+ "url": "electrum.bitcoingold.site:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum.bitcoingold.site:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.bitcoingold.site:50005",
+ "protocol": "WSS"
+ }
+]
diff --git a/electrums/CAT b/electrums/CAT
new file mode 100644
index 0000000000..dc99ccbdbf
--- /dev/null
+++ b/electrums/CAT
@@ -0,0 +1,38 @@
+[
+ {
+ "url": "cat-electrum1.tbtechvn.com:50001",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ },
+ {
+ "url": "cat-electrum1.tbtechvn.com:51001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ],
+ "ws_url": "cat-electrum1.tbtechvn.com:52001"
+ },
+ {
+ "url": "cat-electrum2.tbtechvn.com:50001",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ },
+ {
+ "url": "cat-electrum2.tbtechvn.com:51001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ],
+ "ws_url": "cat-electrum2.tbtechvn.com:52001"
+ }
+]
diff --git a/electrums/CCL b/electrums/CCL
deleted file mode 100644
index 9fe91f2861..0000000000
--- a/electrums/CCL
+++ /dev/null
@@ -1,74 +0,0 @@
-[
- {
- "url": "ccl.electrum3.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "ccl.electrum3.cipig.net:30029"
- },
- {
- "url": "ccl.electrum2.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "ccl.electrum2.cipig.net:30029"
- },
- {
- "url": "ccl.electrum1.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum1.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "ccl.electrum1.cipig.net:30029"
- },
- {
- "url": "ccl.electrum2.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
-]
diff --git a/electrums/DGC b/electrums/DGC
index 6fa7978c60..9424bb6c0a 100644
--- a/electrums/DGC
+++ b/electrums/DGC
@@ -28,5 +28,20 @@
"contact": [
{ "discord": "475820011634819072" }
]
+ },
+ {
+ "url": "dgc-ex-four.ewmci.online:50002",
+ "ws_url": "dgc-ex-four.ewmci.online:50003",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "475820011634819072" }
+ ]
+ },
+ {
+ "url": "dgc-ex-four.ewmci.online:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "475820011634819072" }
+ ]
}
]
diff --git a/electrums/DIAC b/electrums/DIAC
deleted file mode 100644
index 257f87e662..0000000000
--- a/electrums/DIAC
+++ /dev/null
@@ -1,36 +0,0 @@
-[
- {
- "url": "diac.electrum1.cipig.net:20072",
- "ws_url": "diac.electrum1.cipig.net:30072",
- "protocol": "SSL",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:20072",
- "ws_url": "diac.electrum2.cipig.net:30072",
- "protocol": "SSL",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "electrumx1.diabasecoin.com:10002",
- "contact": [
- {
- "github": "diabasecoin"
- }
- ]
- },
- {
- "url": "electrumx2.diabasecoin.com:10002",
- "contact": [
- {
- "github": "diabasecoin"
- }
- ]
- }
-]
diff --git a/electrums/DINGO b/electrums/DINGO
index c2f65954da..6aea4304a1 100644
--- a/electrums/DINGO
+++ b/electrums/DINGO
@@ -43,5 +43,110 @@
"contact": [
{ "discord": "405102339612082177" }
]
+ },
+ {
+ "url": "seed1.dingocoin.com:3342",
+ "ws_url": "seed1.dingocoin.com:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed2.dingocoin.com:3342",
+ "ws_url": "seed2.dingocoin.com:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed2.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3342",
+ "ws_url": "seed3.dingocoin.com:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed4.dingocoin.com:3342",
+ "ws_url": "seed4.dingocoin.com:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed4.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed5.dingocoin.com:3342",
+ "ws_url": "seed5.dingocoin.com:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "seed5.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "elecx.kmsoftware.org:3342",
+ "ws_url": "elecx.kmsoftware.org:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "elecx.kmsoftware.org:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "elecx2.kmsoftware.org:3342",
+ "ws_url": "elecx2.kmsoftware.org:3341",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
+ },
+ {
+ "url": "elecx2.kmsoftware.org:3339",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "115619332448321541" }
+ ]
}
]
diff --git a/electrums/DSV b/electrums/DSV
new file mode 100644
index 0000000000..b36d09697d
--- /dev/null
+++ b/electrums/DSV
@@ -0,0 +1,65 @@
+[
+ {
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "electrumx.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ { "discord": "cloudhax#8411" }
+ ]
+ }
+]
diff --git a/electrums/FIVETRAT b/electrums/FIVETRAT
new file mode 100644
index 0000000000..4a7759f352
--- /dev/null
+++ b/electrums/FIVETRAT
@@ -0,0 +1,22 @@
+[
+ {
+ "url": "electrum1.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ],
+ "ws_url": "electrum1.5trat.net:443"
+ },
+ {
+ "url": "electrum2.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ],
+ "ws_url": "electrum2.5trat.net:443"
+ }
+]
diff --git a/electrums/FLC b/electrums/FLC
new file mode 100644
index 0000000000..992953ffed
--- /dev/null
+++ b/electrums/FLC
@@ -0,0 +1,32 @@
+[
+ {
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {"email": "electrum@myfloki.com"}
+ ],
+ "ws_url": "electrum.myfloki.com:50004"
+ },
+ {
+ "url": "electrum.myfloki.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {"email": "electrum@myfloki.com"}
+ ]
+ },
+ {
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {"email": "listing@hashboard.space"}
+ ],
+ "ws_url": "electrum-flc.hashboard.space:50004"
+ },
+ {
+ "url": "electrum-flc.hashboard.space:50001",
+ "protocol": "TCP",
+ "contact": [
+ {"email": "listing@hashboard.space"}
+ ]
+ }
+]
diff --git a/electrums/FRC b/electrums/FRC
deleted file mode 100644
index 43b38afc8f..0000000000
--- a/electrums/FRC
+++ /dev/null
@@ -1,20 +0,0 @@
-[
- {
- "url": "electrumx.faircoin.tech:50002",
- "protocol": "SSL",
- "disable_cert_verification": false,
- "contact": [
- { "email": "antoinebrulenew@gmail.com" },
- { "discord": "merlin#7125" }
- ]
- },
- {
- "url": "electrumx2.faircoin.tech:50004",
- "protocol": "SSL",
- "disable_cert_verification": false,
- "contact": [
- { "email": "antoinebrulenew@gmail.com" },
- { "discord": "merlin#7125" }
- ]
- }
-]
diff --git a/electrums/GLEEC b/electrums/GLEEC
deleted file mode 100644
index d8c391fe46..0000000000
--- a/electrums/GLEEC
+++ /dev/null
@@ -1,77 +0,0 @@
-[
- {
- "url": "gleec.electrum1.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum3.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum1.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "gleec.electrum1.cipig.net:30025"
- },
- {
- "url": "gleec.electrum2.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "gleec.electrum2.cipig.net:30025"
- },
- {
- "url": "gleec.electrum3.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "gleec.electrum3.cipig.net:30025"
- }
-]
diff --git a/electrums/GLEEC-OLD b/electrums/GLEEC-OLD
index f0829dc95d..d8c391fe46 100644
--- a/electrums/GLEEC-OLD
+++ b/electrums/GLEEC-OLD
@@ -1,7 +1,7 @@
[
{
- "url": "gleecold.electrum3.cipig.net:20022",
- "protocol": "SSL",
+ "url": "gleec.electrum1.cipig.net:10025",
+ "protocol": "TCP",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -9,11 +9,10 @@
{
"discord": "cipi#4502"
}
- ],
- "ws_url": "gleecold.electrum3.cipig.net:30022"
+ ]
},
{
- "url": "gleecold.electrum1.cipig.net:10022",
+ "url": "gleec.electrum2.cipig.net:10025",
"protocol": "TCP",
"contact": [
{
@@ -25,7 +24,7 @@
]
},
{
- "url": "gleecold.electrum2.cipig.net:10022",
+ "url": "gleec.electrum3.cipig.net:10025",
"protocol": "TCP",
"contact": [
{
@@ -37,8 +36,8 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:10022",
- "protocol": "TCP",
+ "url": "gleec.electrum1.cipig.net:20025",
+ "protocol": "SSL",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -46,10 +45,11 @@
{
"discord": "cipi#4502"
}
- ]
+ ],
+ "ws_url": "gleec.electrum1.cipig.net:30025"
},
{
- "url": "gleecold.electrum1.cipig.net:20022",
+ "url": "gleec.electrum2.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -59,10 +59,10 @@
"discord": "cipi#4502"
}
],
- "ws_url": "gleecold.electrum1.cipig.net:30022"
+ "ws_url": "gleec.electrum2.cipig.net:30025"
},
{
- "url": "gleecold.electrum2.cipig.net:20022",
+ "url": "gleec.electrum3.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -72,7 +72,6 @@
"discord": "cipi#4502"
}
],
- "ws_url": "gleecold.electrum2.cipig.net:30022"
+ "ws_url": "gleec.electrum3.cipig.net:30025"
}
]
-
diff --git a/electrums/GRLC b/electrums/GRLC
index 008d8ceb18..5967018f42 100644
--- a/electrums/GRLC
+++ b/electrums/GRLC
@@ -1,54 +1,4 @@
[
- {
- "url": "fr.garlium.crapules.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true,
- "contact": [
- {
- "discord": "orpheas#1503"
- }
- ]
- },
- {
- "url": "uk.garlium.crapules.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true,
- "contact": [
- {
- "discord": "orpheas#1503"
- }
- ]
- },
- {
- "url": "pl.garlium.crapules.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true,
- "contact": [
- {
- "discord": "orpheas#1503"
- }
- ]
- },
- {
- "url": "ca.garlium.crapules.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true,
- "contact": [
- {
- "discord": "orpheas#1503"
- }
- ]
- },
- {
- "url": "au.garlium.crapules.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true,
- "contact": [
- {
- "discord": "orpheas#1503"
- }
- ]
- },
{
"url": "electrum.maxpuig.com:50001",
"protocol": "TCP",
diff --git a/electrums/GRMS b/electrums/GRMS
deleted file mode 100644
index e35aff7e6e..0000000000
--- a/electrums/GRMS
+++ /dev/null
@@ -1,122 +0,0 @@
-[
- {
- "url": "electrum.grms.pw:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ],
- "ws_url": "electrum.grms.pw:50004"
- },
- {
- "url": "electrum.grms.pw:17485",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ]
- },
- {
- "url": "electrum1.grms.pw:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ],
- "ws_url": "electrum1.grms.pw:50004"
- },
- {
- "url": "electrum1.grms.pw:17485",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ]
- },
- {
- "url": "electrum2.grms.pw:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ],
- "ws_url": "electrum2.grms.pw:50004"
- },
- {
- "url": "electrum2.grms.pw:17485",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ]
- },
- {
- "url": "electrum3.grms.pw:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ],
- "ws_url": "electrum3.grms.pw:50004"
- },
- {
- "url": "electrum3.grms.pw:17485",
- "contact": [
- {
- "email": "contact@grms.pw"
- },
- {
- "discord": "miner113#7864"
- },
- {
- "github": "Miner113"
- }
- ]
- }
-]
diff --git a/electrums/HRC b/electrums/HRC
new file mode 100644
index 0000000000..5cd72c2936
--- /dev/null
+++ b/electrums/HRC
@@ -0,0 +1,30 @@
+[
+ {
+ "url": "electrumx1.hypercoin.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@hypercoin.network"
+ }
+ ]
+ },
+ {
+ "url": "electrumx2.hypercoin.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@hypercoin.network"
+ }
+ ]
+ },
+ {
+ "url": "electrumx1.hypercoin.network:50002",
+ "protocol": "SSL",
+ "ws_url": "electrumx1.hypercoin.network:50003"
+ },
+ {
+ "url": "electrumx2.hypercoin.network:50002",
+ "protocol": "SSL",
+ "ws_url": "electrumx2.hypercoin.network:50003"
+ }
+]
diff --git a/electrums/HTH b/electrums/HTH
new file mode 100644
index 0000000000..faceb64b8f
--- /dev/null
+++ b/electrums/HTH
@@ -0,0 +1,24 @@
+[
+ {
+ "url": "electrum.hth.foundation:50002",
+ "protocol": "SSL",
+ "ws_url": "electrum.hth.foundation:50004",
+ "contact": [
+ { "discord": "nucash" }
+ ]
+ },
+ {
+ "url": "electrumx.wattxchange.app:50002",
+ "protocol": "SSL",
+ "ws_url": "electrumx.wattxchange.app:50004",
+ "contact": [
+ { "discord": "nucash" }
+ ]
+ },
+ {
+ "url": "electrum.hth.foundation:50001",
+ "contact": [
+ { "discord": "nucash" }
+ ]
+ }
+]
diff --git a/electrums/ILN b/electrums/ILN
deleted file mode 100644
index 63a512e8cd..0000000000
--- a/electrums/ILN
+++ /dev/null
@@ -1,26 +0,0 @@
-[
- {
- "url": "electrum2.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "ws_url": "electrum2.ilien.io:30069"
- },
- {
- "url": "electrum1.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "ws_url": "electrum1.ilien.io:30069"
- }
-]
diff --git a/electrums/JUMP b/electrums/JUMP
new file mode 100644
index 0000000000..242cb86105
--- /dev/null
+++ b/electrums/JUMP
@@ -0,0 +1,14 @@
+[
+ {
+ "url": "electrum1.jumpcoin.net:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum1.jumpcoin.net:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum1.jumpcoin.net:50003",
+ "protocol": "WSS"
+ }
+]
diff --git a/electrums/KMDCL b/electrums/KMDCL
new file mode 100644
index 0000000000..9935cb487c
--- /dev/null
+++ b/electrums/KMDCL
@@ -0,0 +1,14 @@
+[
+ {
+ "url": "electrum.kmdclassic.com:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.kmdclassic.com:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum.kmdclassic.com:50004",
+ "protocol": "WSS"
+ }
+]
\ No newline at end of file
diff --git a/electrums/KOIN b/electrums/KOIN
deleted file mode 100644
index 9fce8d05f8..0000000000
--- a/electrums/KOIN
+++ /dev/null
@@ -1,74 +0,0 @@
-[
- {
- "url": "koin.electrum3.cipig.net:10024",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum1.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "koin.electrum1.cipig.net:30024"
- },
- {
- "url": "koin.electrum2.cipig.net:10024",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum2.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "koin.electrum2.cipig.net:30024"
- },
- {
- "url": "koin.electrum3.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "koin.electrum3.cipig.net:30024"
- },
- {
- "url": "koin.electrum1.cipig.net:10024",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
-]
diff --git a/electrums/LC2 b/electrums/LC2
new file mode 100644
index 0000000000..b6506b03e2
--- /dev/null
+++ b/electrums/LC2
@@ -0,0 +1,17 @@
+[
+ {
+ "url": "electrum01.lc2.online:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "1480198007939923999" }
+ ]
+ },
+ {
+ "url": "electrum01.lc2.online:50002",
+ "ws_url": "electrum01.lc2.online:50004",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "1480198007939923999" }
+ ]
+ }
+]
diff --git a/electrums/LCC b/electrums/LCC
index 82e60208b7..e721fe0ada 100644
--- a/electrums/LCC
+++ b/electrums/LCC
@@ -15,8 +15,19 @@
]
},
{
- "url": "188.166.117.139:50001",
- "protocol": "TCP"
+ "url": "electrumx.litecoincash.com.br:50002",
+ "ws_url": "electrumx.litecoincash.com.br:50003",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "808803920818208801" }
+ ]
+ },
+ {
+ "url": "electrumx.litecoincash.com.br:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "808803920818208801" }
+ ]
},
{
"url": "electrum-lcc.cascoin.net:50002",
diff --git a/electrums/LUPA b/electrums/LUPA
deleted file mode 100644
index 9a0569c47b..0000000000
--- a/electrums/LUPA
+++ /dev/null
@@ -1,50 +0,0 @@
-[
- {
- "url": "electrum.lupacoin.biz:50005",
- "protocol": "SSL",
- "contact": [
- {
- "email": "contact@lupacoin.biz"
- },
- {
- "github": "LUPAZA-coin"
- }
- ],
- "ws_url": "electrum.lupacoin.biz:50006"
- },
- {
- "url": "electrum.lupacoin.biz:17487",
- "contact": [
- {
- "email": "contact@lupacoin.biz"
- },
- {
- "github": "LUPAZA-coin"
- }
- ]
- },
- {
- "url": "electrum1.lupacoin.biz:50005",
- "protocol": "SSL",
- "contact": [
- {
- "email": "contact@lupacoin.biz"
- },
- {
- "github": "LUPAZA-coin"
- }
- ],
- "ws_url": "electrum1.lupacoin.biz:50006"
- },
- {
- "url": "electrum1.lupacoin.biz:17487",
- "contact": [
- {
- "email": "contact@lupacoin.biz"
- },
- {
- "github": "LUPAZA-coin"
- }
- ]
- }
-]
diff --git a/electrums/MEWC b/electrums/MEWC
index 76ea5fd76a..cd75b13bdb 100644
--- a/electrums/MEWC
+++ b/electrums/MEWC
@@ -1,30 +1,42 @@
[
{
- "url": "meowelectrum.xyz:50002",
+ "url": "electrs.mewccrypto.com:50002",
"protocol": "SSL",
+ "ws_url": "electrs.mewccrypto.com:50004",
"contact": [
- { "discord": "Meowmancer#2099" }
- ],
- "ws_url": "meowelectrum.xyz:50004"
+ { "discord": "Meowmancer#2099" }
+ ]
},
{
- "url": "meowcoinelectrum.xyz:50002",
+ "url": "electrs2.mewccrypto.com:50002",
"protocol": "SSL",
+ "ws_url": "electrs2.mewccrypto.com:50004",
"contact": [
- {
- "discord": "Meowmancer#2099"
- }
- ],
- "ws_url": "meowcoinelectrum.xyz:50004"
+ { "discord": "Meowmancer#2099" }
+ ]
},
{
- "url": "electrum.mewccrypto.com:50002",
+ "url": "electrs3.meowcoin.org:50002",
"protocol": "SSL",
+ "ws_url": "electrs3.meowcoin.org:50004",
"contact": [
- {
- "discord": "Meowmancer#2099"
- }
- ],
- "ws_url": "electrum.mewccrypto.com:50004"
+ { "discord": "Meowmancer#2099" }
+ ]
+ },
+ {
+ "url": "electrs4.meowcoin.org:50002",
+ "protocol": "SSL",
+ "ws_url": "electrs4.meowcoin.org:50004",
+ "contact": [
+ { "discord": "Meowmancer#2099" }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50002",
+ "protocol": "SSL",
+ "ws_url": "electrs5.meowcoin.org:50004",
+ "contact": [
+ { "discord": "Meowmancer#2099" }
+ ]
}
]
diff --git a/electrums/MONA b/electrums/MONA
index 1c7c3e81d8..add5191a2a 100644
--- a/electrums/MONA
+++ b/electrums/MONA
@@ -2,6 +2,10 @@
{
"url": "electrumx1.monacoin.ninja:50001"
},
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
+ },
{
"url": "electrumx.tamami-foundation.org:50001"
},
diff --git a/electrums/MWC b/electrums/MWC
new file mode 100644
index 0000000000..99b2fe5f78
--- /dev/null
+++ b/electrums/MWC
@@ -0,0 +1,32 @@
+[
+ {
+ "url": "electrum.minersworld.org:50002",
+ "ws_url": "electrum.minersworld.org:50005",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ },
+ {
+ "url": "electrum.minersworld.org:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ },
+ {
+ "url": "electrum2.minersworld.org:50002",
+ "ws_url": "electrum2.minersworld.org:50004",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ },
+ {
+ "url": "electrum2.minersworld.org:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ }
+]
diff --git a/electrums/NINJA b/electrums/NINJA
deleted file mode 100644
index afbd974d27..0000000000
--- a/electrums/NINJA
+++ /dev/null
@@ -1,47 +0,0 @@
-[
- {
- "url": "electrum1.cipig.net:10036",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "electrum2.cipig.net:10036",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "electrum3.cipig.net:10036",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "electrum1.cipig.net:20036",
- "protocol": "SSL",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "electrum2.cipig.net:20036",
- "protocol": "SSL",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- },
- {
- "url": "electrum3.cipig.net:20036",
- "protocol": "SSL",
- "contact": [
- { "email": "cipi@komodoplatform.com" },
- { "discord": "cipi#4502" }
- ]
- }
-]
diff --git a/electrums/NITO b/electrums/NITO
index 3d299ae919..394e0f88ec 100644
--- a/electrums/NITO
+++ b/electrums/NITO
@@ -1,50 +1,38 @@
- [
- {
- "url": "electrum1.nito.network:50001",
- "contact": [
- {
- "email": "biigbang0001@zemzar.net"
- },
- {
- "discord": "biigbang0001"
- }
- ]
- },
- {
- "url": "electrum1.nito.network:50003",
- "protocol": "SSL",
- "contact": [
- {
- "email": "biigbang0001@zemzar.net"
- },
- {
- "discord": "biigbang0001"
- }
- ],
- "ws_url": "electrum1.nito.network:50005"
- },
- {
- "url": "electrum1.nitopool.fr:50001",
- "contact": [
- {
- "email": "biigbang0001@zemzar.net"
- },
- {
- "discord": "biigbang0001"
- }
- ]
- },
- {
- "url": "electrum1.nitopool.fr:50003",
- "protocol": "SSL",
- "contact": [
- {
- "email": "biigbang0001@zemzar.net"
- },
- {
- "discord": "biigbang0001"
- }
- ],
- "ws_url": "electrum1.nitopool.fr:50005"
- }
+[
+ {
+ "url": "electrum1.nito.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {"email": "biigbang0001@zemzar.net"},
+ {"discord": "biigbang0001"}
]
+ },
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {"email": "biigbang0001@zemzar.net"},
+ {"discord": "biigbang0001"}
+ ],
+ "ws_url": "electrum1.nito.network:50005"
+ },
+ {
+ "url": "electrum1.nitopool.fr:50001",
+ "protocol": "TCP",
+ "contact": [
+ {"email": "biigbang0001@zemzar.net"},
+ {"discord": "biigbang0001"}
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {"email": "biigbang0001@zemzar.net"},
+ {"discord": "biigbang0001"}
+ ],
+ "ws_url": "electrum1.nitopool.fr:50005"
+ }
+]
diff --git a/electrums/NMC b/electrums/NMC
index 0e9fc7d804..a0066d8daf 100644
--- a/electrums/NMC
+++ b/electrums/NMC
@@ -11,113 +11,5 @@
{
"url": "namecoin.stackwallet.com:57002",
"protocol": "SSL"
- },
- {
- "url": "electrumx1.nmc.dotbit.zone:50001",
- "protocol": "TCP",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx1.nmc.dotbit.zone:50002",
- "protocol": "SSL",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx1.nmc.dotbit.zone:50004",
- "protocol": "WSS",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx2.nmc.dotbit.zone:50001",
- "protocol": "TCP",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx2.nmc.dotbit.zone:50002",
- "protocol": "SSL",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx2.nmc.dotbit.zone:50004",
- "protocol": "WSS",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx3.nmc.dotbit.zone:50001",
- "protocol": "TCP",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx3.nmc.dotbit.zone:50002",
- "protocol": "SSL",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx3.nmc.dotbit.zone:50004",
- "protocol": "WSS",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx4.nmc.dotbit.zone:50001",
- "protocol": "TCP",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx4.nmc.dotbit.zone:50002",
- "protocol": "SSL",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
- },
- {
- "url": "electrumx4.nmc.dotbit.zone:50004",
- "protocol": "WSS",
- "contact": [
- {
- "github": "https://github.com/namecoin/electrum-nmc/issues"
- }
- ]
}
]
diff --git a/electrums/PEP b/electrums/PEP
index 8f9926e4ed..9df8299ab9 100644
--- a/electrums/PEP
+++ b/electrums/PEP
@@ -27,25 +27,6 @@
}
]
},
- {
- "url": "electrum.pepelum.site:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "emgi2"
- }
- ]
- },
- {
- "url": "electrum.pepelum.site:50002",
- "protocol": "SSL",
- "ws_url": "electrum.pepelum.site:50004",
- "contact": [
- {
- "discord": "emgi2"
- }
- ]
- },
{
"url": "electrum.pepe.tips:50001",
"protocol": "TCP",
diff --git a/electrums/RIN b/electrums/RIN
new file mode 100644
index 0000000000..f44af04e20
--- /dev/null
+++ b/electrums/RIN
@@ -0,0 +1,41 @@
+[
+ {
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ],
+ "ws_url": "peer1.rincoin.tech:50004"
+ },
+ {
+ "url": "peer2.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ],
+ "ws_url": "peer2.rincoin.tech:50004"
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ],
+ "ws_url": "peer3.rincoin.tech:50004"
+ }
+]
diff --git a/electrums/RXD b/electrums/RXD
new file mode 100644
index 0000000000..5bf693dec2
--- /dev/null
+++ b/electrums/RXD
@@ -0,0 +1,17 @@
+[
+ {
+ "url": "electrumx.radiant4people.com:50012",
+ "protocol": "SSL",
+ "ws_url": "electrumx.radiant4people.com:50022"
+ },
+ {
+ "url": "electrumx2.radiant4people.com:50012",
+ "protocol": "SSL",
+ "ws_url": "electrumx2.radiant4people.com:50022"
+ },
+ {
+ "url": "electrumx.rxd-radiant.com:50022",
+ "protocol": "SSL",
+ "ws_url": "electrumx.rxd-radiant.com:50023"
+ }
+]
diff --git a/electrums/SHIC b/electrums/SHIC
index df272993fe..d2deb1058a 100644
--- a/electrums/SHIC
+++ b/electrums/SHIC
@@ -1,14 +1,14 @@
[
{
- "url": "electrum.shibaexplorer.com:50003",
- "ws_url": "electrum.shibaexplorer.com:50002",
+ "url": "electrum.shibacoinshic.org:50003",
+ "ws_url": "electrum.shibacoinshic.org:50002",
"protocol": "SSL",
"contact": [
{ "discord": "1157581316175437884" }
]
},
{
- "url": "electrum.shibaexplorer.com:50001",
+ "url": "electrum.shibacoinshic.org:50001",
"protocol": "TCP",
"contact": [
{ "discord": "1157581316175437884" }
diff --git a/electrums/SPACECOIN b/electrums/SPACECOIN
deleted file mode 100644
index 16f4e893f4..0000000000
--- a/electrums/SPACECOIN
+++ /dev/null
@@ -1,75 +0,0 @@
-[
- {
- "url": "spacecoin.electrum1.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum1.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "spacecoin.electrum1.cipig.net:30011"
- },
- {
- "url": "spacecoin.electrum3.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "spacecoin.electrum3.cipig.net:30011"
- },
- {
- "url": "spacecoin.electrum2.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "ws_url": "spacecoin.electrum2.cipig.net:30011"
- },
- {
- "url": "spacecoin.electrum3.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
-]
-
diff --git a/electrums/UIS b/electrums/UIS
index 58e5866747..3265919ad7 100644
--- a/electrums/UIS
+++ b/electrums/UIS
@@ -3,5 +3,15 @@
"url": "uis-ex-one.ewmci.online:50002",
"protocol": "SSL",
"ws_url": "uis-ex-one.ewmci.online:50003"
+ },
+ {
+ "url": "failover.trc-uis.ewmcx.biz:50002",
+ "protocol": "SSL",
+ "ws_url": "failover.trc-uis.ewmcx.biz:50003"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50002",
+ "protocol": "SSL",
+ "ws_url": "uis-uno.ewmcx.net:50003"
}
]
diff --git a/electrums/UIS-OLD b/electrums/UIS-OLD
deleted file mode 100644
index c0a37fc447..0000000000
--- a/electrums/UIS-OLD
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "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"
- }
-]
diff --git a/electrums/VRM b/electrums/VRM
new file mode 100644
index 0000000000..46f9da4592
--- /dev/null
+++ b/electrums/VRM
@@ -0,0 +1,23 @@
+[
+ {
+ "url": "electrumx-vrm1.vericonomy.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@vericonomy.com"
+ }
+ ],
+ "ws_url": "electrumx-vrm1.vericonomy.com:51004"
+ },
+ {
+ "url": "electrumx-vrm2.vericonomy.com:52002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@vericonomy.com"
+ }
+ ],
+ "ws_url": "electrumx-vrm2.vericonomy.com:52004"
+ }
+]
+
diff --git a/electrums/WJK b/electrums/WJK
new file mode 100644
index 0000000000..33e93dbe95
--- /dev/null
+++ b/electrums/WJK
@@ -0,0 +1,32 @@
+[
+ {
+ "url": "electrum1.wojakcoin.cash:50102",
+ "ws_url": "electrum1.wojakcoin.cash:50104",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ },
+ {
+ "url": "electrum1.wojakcoin.cash:50101",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ },
+ {
+ "url": "electrum2.wojakcoin.cash:50002",
+ "ws_url": "electrum2.wojakcoin.cash:50003",
+ "protocol": "SSL",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ },
+ {
+ "url": "electrum2.wojakcoin.cash:50001",
+ "protocol": "TCP",
+ "contact": [
+ { "discord": "danny_utxo" }
+ ]
+ }
+]
diff --git a/electrums/XPM b/electrums/XPM
index ec45f1c9de..36007e2683 100644
--- a/electrums/XPM
+++ b/electrums/XPM
@@ -7,5 +7,10 @@
},
{
"url": "electrumx.gemmer.primecoin.org:50011"
+ },
+ {
+ "url": "electrumx.xpm.systems:50002",
+ "protocol": "SSL",
+ "ws_url": "electrumx.xpm.systems:50004"
}
]
diff --git a/electrums/ZDEEX b/electrums/ZDEEX
deleted file mode 100644
index 87c02ca5da..0000000000
--- a/electrums/ZDEEX
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "url":"electrum.zdeex.org:17487",
- "contact":[
- {
- "email":"contact@zdeex.org"
- }
- ]
- },
- {
- "url":"electrum.zdeex.org:50005",
- "protocol":"SSL",
- "contact":[
- {
- "email":"contact@zdeex.org"
- }
- ],
- "ws_url":"electrum.zdeex.org:50006"
- },
- {
- "url":"electrum2.zdeex.org:17487",
- "contact":[
- {
- "email":"contact@zdeex.org"
- }
- ]
- },
- {
- "url":"electrum2.zdeex.org:50005",
- "protocol":"SSL",
- "contact":[
- {
- "email":"contact@zdeex.org"
- }
- ],
- "ws_url":"electrum2.zdeex.org:50006"
- }
-]
diff --git a/electrums/ZOIN b/electrums/ZOIN
deleted file mode 100644
index 952c67d646..0000000000
--- a/electrums/ZOIN
+++ /dev/null
@@ -1,14 +0,0 @@
-[
- {
- "url": "electrum.zoincommunity.com:50001",
- "protocol": "TCP",
- "contact": [{"github": "https://github.com/seopub/electrumx_zoin/issues"}]
- },
- {
- "url": "electrum.zoincommunity.com:50002",
- "protocol": "SSL",
- "disable_cert_verification": true,
- "ws_url": "electrum.zoincommunity.com:50004",
- "contact": [{"github": "https://github.com/seopub/electrumx_zoin/issues"}]
- }
-]
diff --git a/electrums/ZOMBIE b/electrums/ZOMBIE
deleted file mode 100644
index 98fa826f3c..0000000000
--- a/electrums/ZOMBIE
+++ /dev/null
@@ -1,26 +0,0 @@
-[
- {
- "url":"zombie.dragonhound.info:10133",
- "contact":[
- {
- "email":"smk@komodoplatform.com"
- },
- {
- "discord":"smk#7640"
- }
- ]
- },
- {
- "url":"zombie.dragonhound.info:20133",
- "protocol":"SSL",
- "contact":[
- {
- "email":"smk@komodoplatform.com"
- },
- {
- "discord":"smk#7640"
- }
- ],
- "ws_url":"zombie.dragonhound.info:30059"
- }
-]
diff --git a/electrums/tBCH b/electrums/tBCH
index 65f4367407..974cfcf2e9 100644
--- a/electrums/tBCH
+++ b/electrums/tBCH
@@ -1,13 +1,4 @@
[
- {
- "url": "electroncash.de:50004",
- "protocol": "SSL",
- "contact": [
- {
- "website": "https://1209k.com/bitcoin-eye/ele.php?chain=tbch"
- }
- ]
- },
{
"url": "testnet.bitcoincash.network:60002",
"protocol": "SSL",
@@ -25,14 +16,5 @@
"website": "https://1209k.com/bitcoin-eye/ele.php?chain=tbch"
}
]
- },
- {
- "url": "electrs.electroncash.de:60002",
- "protocol": "SSL",
- "contact": [
- {
- "website": "https://1209k.com/bitcoin-eye/ele.php?chain=tbch"
- }
- ]
}
]
diff --git a/ethereum/AVAX b/ethereum/AVAX
index 99ff50c005..10bd7adf7a 100644
--- a/ethereum/AVAX
+++ b/ethereum/AVAX
@@ -2,10 +2,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"rpc_nodes": [
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -14,8 +10,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
]
}
diff --git a/ethereum/BNB b/ethereum/BNB
index 33dedfde04..7bcd4e9c0b 100644
--- a/ethereum/BNB
+++ b/ethereum/BNB
@@ -3,19 +3,21 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"rpc_nodes": [
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
"url": "https://bsc-rpc.publicnode.com",
"ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
]
}
diff --git a/ethereum/ETC b/ethereum/ETC
index 6f07a57c8e..91ee504369 100644
--- a/ethereum/ETC
+++ b/ethereum/ETC
@@ -3,10 +3,11 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"rpc_nodes": [
{
- "url": "https://etc.etcdesktop.com"
+ "url": "https://0xrpc.io/etc",
+ "ws_url": "wss://0xrpc.io/etc"
},
{
- "url": "https://rpc.etcinscribe.com"
+ "url": "https://ethereum-classic-mainnet.gateway.tatum.io"
},
{
"url": "https://etc.rivet.link"
diff --git a/ethereum/ETH b/ethereum/ETH
index 30022f1b44..5f1e00c78f 100644
--- a/ethereum/ETH
+++ b/ethereum/ETH
@@ -1,33 +1,20 @@
{
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"rpc_nodes": [
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://rpc.mevblocker.io"
},
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
}
]
}
diff --git a/ethereum/ETH-ARB20 b/ethereum/ETH-ARB20
index 62d75d0f76..3955a62f9c 100644
--- a/ethereum/ETH-ARB20
+++ b/ethereum/ETH-ARB20
@@ -2,10 +2,6 @@
"swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"rpc_nodes": [
- {
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
- },
{
"url": "https://arb1.arbitrum.io/rpc"
},
@@ -14,10 +10,10 @@
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://arb1.lava.build"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
]
}
diff --git a/ethereum/ETH-BASE b/ethereum/ETH-BASE
index 1136a2eb2f..855a964b13 100644
--- a/ethereum/ETH-BASE
+++ b/ethereum/ETH-BASE
@@ -6,11 +6,7 @@
"url": "https://mainnet.base.org"
},
{
- "url": "https://base.lava.build"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://base-rpc.publicnode.com",
diff --git a/ethereum/FTM b/ethereum/FTM
deleted file mode 100644
index b31a6fda2d..0000000000
--- a/ethereum/FTM
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "rpc_nodes": [
- {
- "url": "https://node.komodo.earth:8080/fantom",
- "komodo_proxy": true
- },
- {
- "url": "https://fantom.drpc.org",
- "ws_url": "wss://fantom.drpc.org"
- },
- {
- "url": "https://fantom-rpc.publicnode.com",
- "ws_url": "wss://fantom-rpc.publicnode.com"
- }
- ]
-}
diff --git a/ethereum/FTMT b/ethereum/FTMT
deleted file mode 100644
index b49434da2b..0000000000
--- a/ethereum/FTMT
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "swap_contract_address":"0x9130b257d37a52e52f21054c4da3450c72f595ce",
- "fallback_swap_contract":"0x9130b257d37a52e52f21054c4da3450c72f595ce",
- "rpc_nodes": [
- {
- "url": "https://rpc.testnet.fantom.network/"
- }
- ]
-}
diff --git a/ethereum/GLEEC b/ethereum/GLEEC
new file mode 100644
index 0000000000..17741e4481
--- /dev/null
+++ b/ethereum/GLEEC
@@ -0,0 +1,10 @@
+{
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "rpc_nodes": [
+ {
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ]
+}
diff --git a/ethereum/GLEECT b/ethereum/GLEECT
new file mode 100644
index 0000000000..fb1289891a
--- /dev/null
+++ b/ethereum/GLEECT
@@ -0,0 +1,9 @@
+{
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "rpc_nodes": [
+ {
+ "url": "https://rpc.gleec.dev"
+ }
+ ]
+}
diff --git a/ethereum/GLMR b/ethereum/GLMR
index eb241453f1..2468ccac90 100644
--- a/ethereum/GLMR
+++ b/ethereum/GLMR
@@ -3,16 +3,16 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"rpc_nodes": [
{
- "url": "https://rpc.api.moonbeam.network",
- "ws_url": "wss://wss.api.moonbeam.network"
+ "url": "https://moonbeam-rpc.publicnode.com",
+ "ws_url": "wss://moonbeam-rpc.publicnode.com"
},
{
- "url": "https://moonbeam.public.blastapi.io",
- "ws_url": "wss://moonbeam.public.blastapi.io"
+ "url": "https://rpc.api.moonbeam.network",
+ "ws_url": "wss://wss.api.moonbeam.network"
},
{
- "url": "https://moonbeam.drpc.org",
- "ws_url": "wss://moonbeam.drpc.org"
+ "url": "https://moonbeam.api.onfinality.io/public",
+ "ws_url": "wss://moonbeam.api.onfinality.io/public-ws"
}
]
}
diff --git a/ethereum/MATIC b/ethereum/MATIC
index 06dfebaaf5..79e7920aa5 100644
--- a/ethereum/MATIC
+++ b/ethereum/MATIC
@@ -2,10 +2,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"rpc_nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://polygon.drpc.org",
"ws_url": "wss://polygon.drpc.org"
diff --git a/ethereum/MOVR b/ethereum/MOVR
index 47ee74c466..6e6d3e0955 100644
--- a/ethereum/MOVR
+++ b/ethereum/MOVR
@@ -3,8 +3,8 @@
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"rpc_nodes": [
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://moonriver.api.onfinality.io/public",
+ "ws_url": "wss://moonriver.api.onfinality.io/public-ws"
},
{
"url": "https://rpc.api.moonriver.moonbeam.network",
diff --git a/ethereum/ONE b/ethereum/ONE
index 713ee6444f..58b8671ca5 100644
--- a/ethereum/ONE
+++ b/ethereum/ONE
@@ -2,10 +2,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"rpc_nodes": [
- {
- "url": "https://node.komodo.earth:8080/harmony",
- "komodo_proxy": true
- },
{
"url": "https://api.harmony.one"
},
@@ -13,11 +9,7 @@
"url": "https://api.s0.t.hmny.io"
},
{
- "url": "https://harmony-0.drpc.org",
- "ws_url": "wss://harmony-0.drpc.org"
- },
- {
- "url": "https://1rpc.io/one"
+ "url": "https://one-mainnet-s0.gateway.tatum.io"
}
]
}
diff --git a/ethereum/SBCH b/ethereum/SBCH
index 830b647ebd..4cecd1f269 100644
--- a/ethereum/SBCH
+++ b/ethereum/SBCH
@@ -4,15 +4,19 @@
"rpc_nodes": [
{
"url":"https://rpc.smartbch.org",
- "contact":{
- "email":"contact@smartbch.org"
- }
+ "contact": [
+ {
+ "email":"contact@smartbch.org"
+ }
+ ]
},
{
"url":"https://smartbch.greyh.at",
- "contact":{
- "email":"quest@mac.com"
- }
+ "contact": [
+ {
+ "email":"quest@mac.com"
+ }
+ ]
}
]
}
diff --git a/ethereum/TRX b/ethereum/TRX
new file mode 100644
index 0000000000..222f805d3a
--- /dev/null
+++ b/ethereum/TRX
@@ -0,0 +1,13 @@
+{
+ "rpc_nodes": [
+ {
+ "url": "https://public-trx-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://api.trongrid.io"
+ },
+ {
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ]
+}
diff --git a/ethereum/TRXT b/ethereum/TRXT
new file mode 100644
index 0000000000..670e6a8ddf
--- /dev/null
+++ b/ethereum/TRXT
@@ -0,0 +1,10 @@
+{
+ "rpc_nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ]
+}
diff --git a/ethereum/UBQ b/ethereum/UBQ
deleted file mode 100644
index ddc4c67d28..0000000000
--- a/ethereum/UBQ
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "rpc_nodes": [
- {
- "url": "https://rpc.octano.dev"
- },
- {
- "url": "https://pyrus2.ubiqscan.io"
- }
- ]
-}
diff --git a/ethereum/XDAI b/ethereum/XDAI
new file mode 100644
index 0000000000..0003943492
--- /dev/null
+++ b/ethereum/XDAI
@@ -0,0 +1,17 @@
+{
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "rpc_nodes": [
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ },
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ }
+ ]
+}
diff --git a/explorers/ACTN b/explorers/ACTN
deleted file mode 100644
index 06c513b669..0000000000
--- a/explorers/ACTN
+++ /dev/null
@@ -1 +0,0 @@
-["https://exp.actioncoin.com/"]
\ No newline at end of file
diff --git a/explorers/AIBC b/explorers/AIBC
deleted file mode 100644
index 189eaf80b6..0000000000
--- a/explorers/AIBC
+++ /dev/null
@@ -1,2 +0,0 @@
-["http://95.111.231.8:3001/"]
-
diff --git a/explorers/AIPG b/explorers/AIPG
deleted file mode 100644
index 0569a03d28..0000000000
--- a/explorers/AIPG
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.aipowergrid.io/"]
diff --git a/explorers/ARRR b/explorers/ARRR
index d9b79151b2..652eb600c5 100644
--- a/explorers/ARRR
+++ b/explorers/ARRR
@@ -1,5 +1,4 @@
[
- "https://pirate.explorer.dragonhound.info/",
"https://pirate.explorer.dexstats.info/",
"https://explorer.pirate.black/"
]
diff --git a/explorers/AURE b/explorers/AURE
new file mode 100644
index 0000000000..194102fa7b
--- /dev/null
+++ b/explorers/AURE
@@ -0,0 +1 @@
+["https://explore.aureuscoin.site/", "https://aurascan.gt.tc/"]
diff --git a/explorers/AXE b/explorers/AXE
index 014ed4c1ea..160a354e2a 100644
--- a/explorers/AXE
+++ b/explorers/AXE
@@ -1 +1 @@
-["https://axe-explorer.arcpool.com/"]
+["https://explorer.axe-1.zelcore.io/"]
diff --git a/explorers/AYA b/explorers/AYA
deleted file mode 100644
index 4a6f38a736..0000000000
--- a/explorers/AYA
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.aryacoin.io/"]
diff --git a/explorers/BCH2 b/explorers/BCH2
new file mode 100644
index 0000000000..6782b6b28f
--- /dev/null
+++ b/explorers/BCH2
@@ -0,0 +1,3 @@
+[
+ "https://explorer.bch2.org/"
+]
\ No newline at end of file
diff --git a/explorers/BITN b/explorers/BITN
index 2f4948a18c..457e09e64d 100644
--- a/explorers/BITN
+++ b/explorers/BITN
@@ -1 +1 @@
-["https://bitexplorer.io/"]
+["https://bitnet.outsidethebox.top/explorer/"]
diff --git a/explorers/BLOCX b/explorers/BLOCX
deleted file mode 100644
index c5c1f467da..0000000000
--- a/explorers/BLOCX
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.blocx.space/"]
diff --git a/explorers/BTGS b/explorers/BTGS
new file mode 100644
index 0000000000..a6cd397487
--- /dev/null
+++ b/explorers/BTGS
@@ -0,0 +1 @@
+["https://explore.btgscoin.site/", "https://explore.bitcoingold.site/"]
diff --git a/explorers/CAT b/explorers/CAT
new file mode 100644
index 0000000000..f52d11fdbf
--- /dev/null
+++ b/explorers/CAT
@@ -0,0 +1 @@
+["https://chainz.cryptoid.info/cat/"]
diff --git a/explorers/CCL b/explorers/CCL
deleted file mode 100644
index 57bb162ea9..0000000000
--- a/explorers/CCL
+++ /dev/null
@@ -1 +0,0 @@
-["https://ccl.kmdexplorer.io/", "https://ccl.explorer.dexstats.info/"]
diff --git a/explorers/DIAC b/explorers/DIAC
deleted file mode 100644
index 2db0c47bdb..0000000000
--- a/explorers/DIAC
+++ /dev/null
@@ -1 +0,0 @@
-["http://explorer.diabasecoin.com/"]
diff --git a/explorers/DOC b/explorers/DOC
index fd517c1bf7..40f2b51d80 100644
--- a/explorers/DOC
+++ b/explorers/DOC
@@ -1,4 +1,3 @@
[
- "https://doc.komodo.earth/",
"https://doc.explorer.dexstats.info/"
-]
\ No newline at end of file
+]
diff --git a/explorers/DSV b/explorers/DSV
new file mode 100644
index 0000000000..38f4612f79
--- /dev/null
+++ b/explorers/DSV
@@ -0,0 +1 @@
+["https://blocks.doriancoin.com/", "https://explorer.doriancoin.com/", "https://iquidus.doriancoin.com/"]
diff --git a/explorers/FIVETRAT b/explorers/FIVETRAT
new file mode 100644
index 0000000000..00677b030e
--- /dev/null
+++ b/explorers/FIVETRAT
@@ -0,0 +1,4 @@
+[
+ "https://explorer1.5trat.net/explorer/",
+ "https://explorer2.5trat.net/explorer/"
+]
diff --git a/explorers/FLC b/explorers/FLC
new file mode 100644
index 0000000000..727217a65a
--- /dev/null
+++ b/explorers/FLC
@@ -0,0 +1,4 @@
+[
+ "https://flokichain.info/",
+ "https://lokichain.info/"
+]
diff --git a/explorers/FRC b/explorers/FRC
deleted file mode 100644
index 18199f87e6..0000000000
--- a/explorers/FRC
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.faircoin.tech/"]
diff --git a/explorers/GLEEC b/explorers/GLEEC
index 2022389a2b..7586b6fd8b 100644
--- a/explorers/GLEEC
+++ b/explorers/GLEEC
@@ -1 +1 @@
-["https://explorer.gleec.com/"]
+["https://evm-explorer.gleec.com/"]
diff --git a/explorers/GLEEC-OLD b/explorers/GLEEC-OLD
index f420d0347b..2022389a2b 100644
--- a/explorers/GLEEC-OLD
+++ b/explorers/GLEEC-OLD
@@ -1 +1 @@
-["https://gleec.explorer.dexstats.info/", "https://old.gleec.xyz/"]
+["https://explorer.gleec.com/"]
diff --git a/explorers/GLEECT b/explorers/GLEECT
new file mode 100644
index 0000000000..43713d940e
--- /dev/null
+++ b/explorers/GLEECT
@@ -0,0 +1 @@
+["https://explorer.gleec.dev/"]
diff --git a/explorers/GRMS b/explorers/GRMS
deleted file mode 100644
index 7d457633df..0000000000
--- a/explorers/GRMS
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.grms.pw/"]
diff --git a/explorers/HRC b/explorers/HRC
new file mode 100644
index 0000000000..d46e35ed87
--- /dev/null
+++ b/explorers/HRC
@@ -0,0 +1 @@
+["https://explorer.hypercoin.network/"]
diff --git a/explorers/HTH b/explorers/HTH
new file mode 100644
index 0000000000..f7fff8c857
--- /dev/null
+++ b/explorers/HTH
@@ -0,0 +1 @@
+["https://explorer.hthcoin.r4nd0m.us/"]
diff --git a/explorers/ILN b/explorers/ILN
deleted file mode 100644
index d593d8626b..0000000000
--- a/explorers/ILN
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.ilien.io/", "https://iln.explorer.dexstats.info/"]
diff --git a/explorers/JUMP b/explorers/JUMP
new file mode 100644
index 0000000000..1ef812dc40
--- /dev/null
+++ b/explorers/JUMP
@@ -0,0 +1 @@
+["https://explorer.jumpcoin.net/"]
diff --git a/explorers/KMDCL b/explorers/KMDCL
new file mode 100644
index 0000000000..bd7817f618
--- /dev/null
+++ b/explorers/KMDCL
@@ -0,0 +1 @@
+["https://explorer.kmdclassic.com/"]
diff --git a/explorers/KOIN b/explorers/KOIN
deleted file mode 100644
index 948f05e42d..0000000000
--- a/explorers/KOIN
+++ /dev/null
@@ -1 +0,0 @@
-["https://block.koinon.cloud/", "https://koin.explorer.dexstats.info/"]
diff --git a/explorers/LC2 b/explorers/LC2
new file mode 100644
index 0000000000..936b7453de
--- /dev/null
+++ b/explorers/LC2
@@ -0,0 +1 @@
+["https://mempool.litecoinii.org/"]
diff --git a/explorers/LUPA b/explorers/LUPA
deleted file mode 100644
index b8166bd088..0000000000
--- a/explorers/LUPA
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.lupacoin.biz/"]
diff --git a/explorers/MARTY b/explorers/MARTY
index bbc6b20011..06da1f06b6 100644
--- a/explorers/MARTY
+++ b/explorers/MARTY
@@ -1,4 +1,3 @@
[
- "https://marty.komodo.earth/",
"https://marty.explorer.dexstats.info/"
-]
\ No newline at end of file
+]
diff --git a/explorers/MEWC b/explorers/MEWC
index c52c6a7c07..349ae0769d 100644
--- a/explorers/MEWC
+++ b/explorers/MEWC
@@ -1 +1 @@
-["https://mewc.cryptoscope.io/"]
\ No newline at end of file
+["https://explorer.mewccrypto.com/"]
diff --git a/explorers/MWC b/explorers/MWC
new file mode 100644
index 0000000000..5559f5f2c7
--- /dev/null
+++ b/explorers/MWC
@@ -0,0 +1 @@
+["https://miners-world-coin-mwc.github.io/explorer/"]
diff --git a/explorers/RIN b/explorers/RIN
new file mode 100644
index 0000000000..54fe854f30
--- /dev/null
+++ b/explorers/RIN
@@ -0,0 +1,4 @@
+[
+ "https://explorer.rincoin.tech/",
+ "https://explorer-old.rincoin.tech/"
+]
diff --git a/explorers/RXD b/explorers/RXD
new file mode 100644
index 0000000000..2d32ce57bc
--- /dev/null
+++ b/explorers/RXD
@@ -0,0 +1 @@
+["https://explorer.radiantblockchain.org/"]
diff --git a/explorers/SHIC b/explorers/SHIC
index 0122bd14a5..61abd24dc1 100644
--- a/explorers/SHIC
+++ b/explorers/SHIC
@@ -1 +1 @@
-["https://shibaexplorer.com/"]
+["https://explorer.shibacoinshic.org/"]
diff --git a/explorers/SPACECOIN b/explorers/SPACECOIN
deleted file mode 100644
index 4ee68af6d5..0000000000
--- a/explorers/SPACECOIN
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.spaceworks.co/", "https://space.explorer.dexstats.info/"]
diff --git a/explorers/TRX b/explorers/TRX
new file mode 100644
index 0000000000..d8178459fc
--- /dev/null
+++ b/explorers/TRX
@@ -0,0 +1 @@
+["https://tronscan.org/"]
diff --git a/explorers/TRXT b/explorers/TRXT
new file mode 100644
index 0000000000..3fbcf22643
--- /dev/null
+++ b/explorers/TRXT
@@ -0,0 +1 @@
+["https://nile.tronscan.org/"]
diff --git a/explorers/UBQ b/explorers/UBQ
deleted file mode 100644
index b5495c366f..0000000000
--- a/explorers/UBQ
+++ /dev/null
@@ -1 +0,0 @@
-["https://ubiqscan.io/"]
\ No newline at end of file
diff --git a/explorers/UIS-OLD b/explorers/UIS-OLD
deleted file mode 100644
index 6c5f699267..0000000000
--- a/explorers/UIS-OLD
+++ /dev/null
@@ -1 +0,0 @@
-["https://explorer.unitus.network/"]
diff --git a/explorers/VRM b/explorers/VRM
new file mode 100644
index 0000000000..10d17feb0e
--- /dev/null
+++ b/explorers/VRM
@@ -0,0 +1,2 @@
+["https://verium-explorer.vericonomy.com/", "https://explorer-vrm.vericonomy.com/"]
+
diff --git a/explorers/WJK b/explorers/WJK
new file mode 100644
index 0000000000..48a6484e10
--- /dev/null
+++ b/explorers/WJK
@@ -0,0 +1 @@
+["https://explorer.wojakcoin.cash/", "https://wojak-explorer.dedoo.xyz/"]
diff --git a/explorers/XDAI b/explorers/XDAI
new file mode 100644
index 0000000000..90183f1981
--- /dev/null
+++ b/explorers/XDAI
@@ -0,0 +1 @@
+["https://gnosisscan.io/"]
diff --git a/explorers/ZDEEX b/explorers/ZDEEX
deleted file mode 100644
index ce18315aff..0000000000
--- a/explorers/ZDEEX
+++ /dev/null
@@ -1,3 +0,0 @@
-[
- "https://explorer.zdeex.org"
-]
\ No newline at end of file
diff --git a/explorers/ZOIN b/explorers/ZOIN
deleted file mode 100644
index af4bd60a36..0000000000
--- a/explorers/ZOIN
+++ /dev/null
@@ -1 +0,0 @@
-["http://zoincommunity.com:3001/"]
diff --git a/explorers/ZOMBIE b/explorers/ZOMBIE
deleted file mode 100644
index 81848259be..0000000000
--- a/explorers/ZOMBIE
+++ /dev/null
@@ -1,4 +0,0 @@
-[
- "https://zombie.komodo.earth/",
- "https://zombie.explorer.lordofthechains.com/"
-]
\ No newline at end of file
diff --git a/explorers/explorer_paths.json b/explorers/explorer_paths.json
index 899f79d97a..0224c658a0 100644
--- a/explorers/explorer_paths.json
+++ b/explorers/explorer_paths.json
@@ -1,4 +1,19 @@
{
+ "https://explorer1.5trat.net/explorer/": {
+ "explorer_tx_url": "tx/",
+ "explorer_block_url": "block/",
+ "explorer_address_url": "address/"
+ },
+ "https://explorer2.5trat.net/explorer/": {
+ "explorer_tx_url": "tx/",
+ "explorer_block_url": "block/",
+ "explorer_address_url": "address/"
+ },
+ "https://miners-world-coin-mwc.github.io/explorer/": {
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "explorer_block_url": "#/block/"
+ },
"https://chainz.cryptoid.info/": {
"explorer_tx_url": "tx.dws?",
"explorer_block_url": "block.dws?",
@@ -186,5 +201,45 @@
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"explorer_block_url": "block/"
+ },
+ "https://verium-explorer.vericonomy.com/": {
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "explorer_block_url": "block-height/"
+ },
+ "https://explorer-vrm.vericonomy.com/": {
+ "explorer_tx_url": "transaction/",
+ "explorer_address_url": "address/",
+ "explorer_block_url": "block/"
+ },
+ "https://explorer.rincoin.net/": {
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "explorer_block_url": "block/"
+ },
+ "https://explorer.rincoin.net/": {
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "explorer_block_url": "block/"
+ },
+ "https://www.rinscan.org/": {
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "explorer_block_url": "block/"
+ },
+ "https://old.rinscan.net/": {
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "explorer_block_url": "block/"
+ },
+ "https://tronscan.org/": {
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "explorer_block_url": "#/block/"
+ },
+ "https://nile.tronscan.org/": {
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "explorer_block_url": "#/block/"
}
}
diff --git a/icons/a29.png b/icons/a29.png
new file mode 100644
index 0000000000..9a33a94934
Binary files /dev/null and b/icons/a29.png differ
diff --git a/icons/ageur.png b/icons/ageur.png
deleted file mode 100644
index db684efa7b..0000000000
Binary files a/icons/ageur.png and /dev/null differ
diff --git a/icons/agix.png b/icons/agix.png
deleted file mode 100644
index 52ac57f59e..0000000000
Binary files a/icons/agix.png and /dev/null differ
diff --git a/icons/aibc.png b/icons/aibc.png
deleted file mode 100644
index 22dd9ac7cc..0000000000
Binary files a/icons/aibc.png and /dev/null differ
diff --git a/icons/aure.png b/icons/aure.png
new file mode 100644
index 0000000000..f48bcd3ee5
Binary files /dev/null and b/icons/aure.png differ
diff --git a/icons/aya.png b/icons/aya.png
deleted file mode 100644
index 9030ad75ba..0000000000
Binary files a/icons/aya.png and /dev/null differ
diff --git a/icons/bcash.png b/icons/bcash.png
new file mode 100644
index 0000000000..f37af43d0d
Binary files /dev/null and b/icons/bcash.png differ
diff --git a/icons/bch2.png b/icons/bch2.png
new file mode 100644
index 0000000000..d7bd980f8d
Binary files /dev/null and b/icons/bch2.png differ
diff --git a/icons/bidr.png b/icons/bidr.png
deleted file mode 100644
index a4821d6afa..0000000000
Binary files a/icons/bidr.png and /dev/null differ
diff --git a/icons/blocx.png b/icons/blocx.png
deleted file mode 100644
index a5981da1ca..0000000000
Binary files a/icons/blocx.png and /dev/null differ
diff --git a/icons/brla.png b/icons/brla.png
new file mode 100644
index 0000000000..1fc9a8785f
Binary files /dev/null and b/icons/brla.png differ
diff --git a/icons/btgs.png b/icons/btgs.png
new file mode 100644
index 0000000000..4deeeac563
Binary files /dev/null and b/icons/btgs.png differ
diff --git a/icons/busd.png b/icons/busd.png
deleted file mode 100644
index 3326f04a1e..0000000000
Binary files a/icons/busd.png and /dev/null differ
diff --git a/icons/case.png b/icons/case.png
deleted file mode 100644
index 541ea94f76..0000000000
Binary files a/icons/case.png and /dev/null differ
diff --git a/icons/cat.png b/icons/cat.png
new file mode 100644
index 0000000000..4ab84f64f8
Binary files /dev/null and b/icons/cat.png differ
diff --git a/icons/ccl.png b/icons/ccl.png
deleted file mode 100644
index 8f136723c6..0000000000
Binary files a/icons/ccl.png and /dev/null differ
diff --git a/icons/chsb.png b/icons/chsb.png
deleted file mode 100644
index 60a5e3310c..0000000000
Binary files a/icons/chsb.png and /dev/null differ
diff --git a/icons/ddd.png b/icons/ddd.png
deleted file mode 100644
index a2c395b7f5..0000000000
Binary files a/icons/ddd.png and /dev/null differ
diff --git a/icons/diac.png b/icons/diac.png
deleted file mode 100644
index a1b36ebaba..0000000000
Binary files a/icons/diac.png and /dev/null differ
diff --git a/icons/dogedash.png b/icons/dogedash.png
deleted file mode 100644
index 737be65e6a..0000000000
Binary files a/icons/dogedash.png and /dev/null differ
diff --git a/icons/dsv.png b/icons/dsv.png
new file mode 100644
index 0000000000..b75527ba1d
Binary files /dev/null and b/icons/dsv.png differ
diff --git a/icons/dx.png b/icons/dx.png
deleted file mode 100644
index e7ba0a34c0..0000000000
Binary files a/icons/dx.png and /dev/null differ
diff --git a/icons/eiln.png b/icons/eiln.png
deleted file mode 100644
index cbcfc0443b..0000000000
Binary files a/icons/eiln.png and /dev/null differ
diff --git a/icons/ens.png b/icons/ens.png
new file mode 100644
index 0000000000..61f492c1b5
Binary files /dev/null and b/icons/ens.png differ
diff --git a/icons/ethfi.png b/icons/ethfi.png
new file mode 100644
index 0000000000..d7c903a9bc
Binary files /dev/null and b/icons/ethfi.png differ
diff --git a/icons/euroe.png b/icons/euroe.png
deleted file mode 100644
index d55d2d3882..0000000000
Binary files a/icons/euroe.png and /dev/null differ
diff --git a/icons/exn.png b/icons/exn.png
deleted file mode 100644
index 81390eecb3..0000000000
Binary files a/icons/exn.png and /dev/null differ
diff --git a/icons/fivetrat.png b/icons/fivetrat.png
new file mode 100644
index 0000000000..e478f16c79
Binary files /dev/null and b/icons/fivetrat.png differ
diff --git a/icons/flc.png b/icons/flc.png
new file mode 100644
index 0000000000..aeb0a97726
Binary files /dev/null and b/icons/flc.png differ
diff --git a/icons/frc.png b/icons/frc.png
deleted file mode 100644
index 18b811af58..0000000000
Binary files a/icons/frc.png and /dev/null differ
diff --git a/icons/gbpe.png b/icons/gbpe.png
new file mode 100644
index 0000000000..e428a0b650
Binary files /dev/null and b/icons/gbpe.png differ
diff --git a/icons/grms.png b/icons/grms.png
deleted file mode 100644
index 214a8459a0..0000000000
Binary files a/icons/grms.png and /dev/null differ
diff --git a/icons/guru.png b/icons/guru.png
deleted file mode 100644
index f2c38c13e9..0000000000
Binary files a/icons/guru.png and /dev/null differ
diff --git a/icons/hlc.png b/icons/hlc.png
deleted file mode 100644
index 8408de8c4c..0000000000
Binary files a/icons/hlc.png and /dev/null differ
diff --git a/icons/hrc.png b/icons/hrc.png
new file mode 100644
index 0000000000..c8ca4cc07a
Binary files /dev/null and b/icons/hrc.png differ
diff --git a/icons/hth.png b/icons/hth.png
new file mode 100644
index 0000000000..e28bfb135e
Binary files /dev/null and b/icons/hth.png differ
diff --git a/icons/husd.png b/icons/husd.png
deleted file mode 100644
index 853a438f73..0000000000
Binary files a/icons/husd.png and /dev/null differ
diff --git a/icons/iln.png b/icons/iln.png
deleted file mode 100644
index 4d3123e060..0000000000
Binary files a/icons/iln.png and /dev/null differ
diff --git a/icons/ilnf.png b/icons/ilnf.png
deleted file mode 100644
index fbe821b276..0000000000
Binary files a/icons/ilnf.png and /dev/null differ
diff --git a/icons/ilnsw.png b/icons/ilnsw.png
deleted file mode 100644
index 56769b2584..0000000000
Binary files a/icons/ilnsw.png and /dev/null differ
diff --git a/icons/jaud.png b/icons/jaud.png
deleted file mode 100644
index 73823a007e..0000000000
Binary files a/icons/jaud.png and /dev/null differ
diff --git a/icons/jbrl.png b/icons/jbrl.png
deleted file mode 100644
index a018a9b3a1..0000000000
Binary files a/icons/jbrl.png and /dev/null differ
diff --git a/icons/jcad.png b/icons/jcad.png
deleted file mode 100644
index f04508c09a..0000000000
Binary files a/icons/jcad.png and /dev/null differ
diff --git a/icons/jchf.png b/icons/jchf.png
deleted file mode 100644
index cb37940894..0000000000
Binary files a/icons/jchf.png and /dev/null differ
diff --git a/icons/jcny.png b/icons/jcny.png
deleted file mode 100644
index d70fb1581c..0000000000
Binary files a/icons/jcny.png and /dev/null differ
diff --git a/icons/jdb.png b/icons/jdb.png
deleted file mode 100644
index 7e600c942c..0000000000
Binary files a/icons/jdb.png and /dev/null differ
diff --git a/icons/jeur.png b/icons/jeur.png
deleted file mode 100644
index b8938791cc..0000000000
Binary files a/icons/jeur.png and /dev/null differ
diff --git a/icons/jgbp.png b/icons/jgbp.png
deleted file mode 100644
index 45139a741e..0000000000
Binary files a/icons/jgbp.png and /dev/null differ
diff --git a/icons/jgold.png b/icons/jgold.png
deleted file mode 100644
index 8d50744a3f..0000000000
Binary files a/icons/jgold.png and /dev/null differ
diff --git a/icons/jjpy.png b/icons/jjpy.png
deleted file mode 100644
index 40954e619a..0000000000
Binary files a/icons/jjpy.png and /dev/null differ
diff --git a/icons/jkrw.png b/icons/jkrw.png
deleted file mode 100644
index 26dc204e3f..0000000000
Binary files a/icons/jkrw.png and /dev/null differ
diff --git a/icons/jmxn.png b/icons/jmxn.png
deleted file mode 100644
index 1cf914f72e..0000000000
Binary files a/icons/jmxn.png and /dev/null differ
diff --git a/icons/jnzd.png b/icons/jnzd.png
deleted file mode 100644
index 9c3b948d08..0000000000
Binary files a/icons/jnzd.png and /dev/null differ
diff --git a/icons/joy.png b/icons/joy.png
deleted file mode 100644
index e8ba0971ae..0000000000
Binary files a/icons/joy.png and /dev/null differ
diff --git a/icons/jphp.png b/icons/jphp.png
deleted file mode 100644
index f67dea4311..0000000000
Binary files a/icons/jphp.png and /dev/null differ
diff --git a/icons/jpln.png b/icons/jpln.png
deleted file mode 100644
index bdcd63598d..0000000000
Binary files a/icons/jpln.png and /dev/null differ
diff --git a/icons/jrt.png b/icons/jrt.png
deleted file mode 100644
index e4302f3de0..0000000000
Binary files a/icons/jrt.png and /dev/null differ
diff --git a/icons/jsek.png b/icons/jsek.png
deleted file mode 100644
index 1eac22165f..0000000000
Binary files a/icons/jsek.png and /dev/null differ
diff --git a/icons/jsgd.png b/icons/jsgd.png
deleted file mode 100644
index ea8f603c28..0000000000
Binary files a/icons/jsgd.png and /dev/null differ
diff --git a/icons/jtry.png b/icons/jtry.png
deleted file mode 100644
index 2ff4503e8f..0000000000
Binary files a/icons/jtry.png and /dev/null differ
diff --git a/icons/jump.png b/icons/jump.png
new file mode 100644
index 0000000000..de75f94fab
Binary files /dev/null and b/icons/jump.png differ
diff --git a/icons/jusd.png b/icons/jusd.png
deleted file mode 100644
index a4167c7886..0000000000
Binary files a/icons/jusd.png and /dev/null differ
diff --git a/icons/kmdcl.png b/icons/kmdcl.png
new file mode 100644
index 0000000000..5447243ea7
Binary files /dev/null and b/icons/kmdcl.png differ
diff --git a/icons/koin.png b/icons/koin.png
deleted file mode 100644
index 7fa7cc71cd..0000000000
Binary files a/icons/koin.png and /dev/null differ
diff --git a/icons/lc2.png b/icons/lc2.png
new file mode 100644
index 0000000000..210b72599a
Binary files /dev/null and b/icons/lc2.png differ
diff --git a/icons/lstr.png b/icons/lstr.png
deleted file mode 100644
index fa86fd888e..0000000000
Binary files a/icons/lstr.png and /dev/null differ
diff --git a/icons/lupa.png b/icons/lupa.png
deleted file mode 100644
index d9814250b4..0000000000
Binary files a/icons/lupa.png and /dev/null differ
diff --git a/icons/mc.png b/icons/mc.png
deleted file mode 100644
index 50c28ac478..0000000000
Binary files a/icons/mc.png and /dev/null differ
diff --git a/icons/med.png b/icons/med.png
deleted file mode 100644
index 2471efb018..0000000000
Binary files a/icons/med.png and /dev/null differ
diff --git a/icons/mewc.png b/icons/mewc.png
index 4c1e5b1a30..22d49a40fa 100644
Binary files a/icons/mewc.png and b/icons/mewc.png differ
diff --git a/icons/morpho.png b/icons/morpho.png
new file mode 100644
index 0000000000..ee0e702867
Binary files /dev/null and b/icons/morpho.png differ
diff --git a/icons/mwc.png b/icons/mwc.png
new file mode 100644
index 0000000000..475bbf59fc
Binary files /dev/null and b/icons/mwc.png differ
diff --git a/icons/nito.png b/icons/nito.png
index 3304e4b9bd..146feb5b15 100644
Binary files a/icons/nito.png and b/icons/nito.png differ
diff --git a/icons/nzds.png b/icons/nzds.png
deleted file mode 100644
index 713030d03f..0000000000
Binary files a/icons/nzds.png and /dev/null differ
diff --git a/icons/oc.png b/icons/oc.png
deleted file mode 100644
index 6a7419d658..0000000000
Binary files a/icons/oc.png and /dev/null differ
diff --git a/icons/ocean.png b/icons/ocean.png
deleted file mode 100644
index af8fba54e2..0000000000
Binary files a/icons/ocean.png and /dev/null differ
diff --git a/icons/ondo.png b/icons/ondo.png
new file mode 100644
index 0000000000..cc44129a94
Binary files /dev/null and b/icons/ondo.png differ
diff --git a/icons/pax.png b/icons/pax.png
deleted file mode 100644
index 7405ee5a58..0000000000
Binary files a/icons/pax.png and /dev/null differ
diff --git a/icons/put.png b/icons/put.png
deleted file mode 100644
index 06859103e6..0000000000
Binary files a/icons/put.png and /dev/null differ
diff --git a/icons/qbt.png b/icons/qbt.png
deleted file mode 100644
index d93375da61..0000000000
Binary files a/icons/qbt.png and /dev/null differ
diff --git a/icons/qiair.png b/icons/qiair.png
deleted file mode 100644
index 6bd6f554b4..0000000000
Binary files a/icons/qiair.png and /dev/null differ
diff --git a/icons/rin.png b/icons/rin.png
new file mode 100644
index 0000000000..be330a5c69
Binary files /dev/null and b/icons/rin.png differ
diff --git a/icons/rxd.png b/icons/rxd.png
new file mode 100644
index 0000000000..74eb9e3dd2
Binary files /dev/null and b/icons/rxd.png differ
diff --git a/icons/sibm.png b/icons/sibm.png
deleted file mode 100644
index 1d1493de7b..0000000000
Binary files a/icons/sibm.png and /dev/null differ
diff --git a/icons/sky.png b/icons/sky.png
new file mode 100644
index 0000000000..bfa62b1620
Binary files /dev/null and b/icons/sky.png differ
diff --git a/icons/spacecoin.png b/icons/spacecoin.png
deleted file mode 100644
index 3ae693a4bb..0000000000
Binary files a/icons/spacecoin.png and /dev/null differ
diff --git a/icons/stfiro.png b/icons/stfiro.png
deleted file mode 100644
index 3ea997442f..0000000000
Binary files a/icons/stfiro.png and /dev/null differ
diff --git a/icons/syrup.png b/icons/syrup.png
new file mode 100644
index 0000000000..f27ffae8d4
Binary files /dev/null and b/icons/syrup.png differ
diff --git a/icons/tsl.png b/icons/tsl.png
deleted file mode 100644
index 88b419ea39..0000000000
Binary files a/icons/tsl.png and /dev/null differ
diff --git a/icons/ubq.png b/icons/ubq.png
deleted file mode 100644
index d6c7b8febc..0000000000
Binary files a/icons/ubq.png and /dev/null differ
diff --git a/icons/usdp.png b/icons/usdp.png
new file mode 100644
index 0000000000..9062bfe2b1
Binary files /dev/null and b/icons/usdp.png differ
diff --git a/icons/virtual.png b/icons/virtual.png
new file mode 100644
index 0000000000..1f47e1d030
Binary files /dev/null and b/icons/virtual.png differ
diff --git a/icons/vrm.png b/icons/vrm.png
new file mode 100644
index 0000000000..1c81622825
Binary files /dev/null and b/icons/vrm.png differ
diff --git a/icons/vvv.png b/icons/vvv.png
new file mode 100644
index 0000000000..7dfcea40bd
Binary files /dev/null and b/icons/vvv.png differ
diff --git a/icons/wjk.png b/icons/wjk.png
new file mode 100644
index 0000000000..ef95d10f11
Binary files /dev/null and b/icons/wjk.png differ
diff --git a/icons/xaut.png b/icons/xaut.png
new file mode 100644
index 0000000000..fd6235a330
Binary files /dev/null and b/icons/xaut.png differ
diff --git a/icons/xdai.png b/icons/xdai.png
new file mode 100644
index 0000000000..2601b0efde
Binary files /dev/null and b/icons/xdai.png differ
diff --git a/icons/zama.png b/icons/zama.png
new file mode 100644
index 0000000000..3cf5be8d9f
Binary files /dev/null and b/icons/zama.png differ
diff --git a/icons/zchf.png b/icons/zchf.png
new file mode 100644
index 0000000000..48f7ae3ded
Binary files /dev/null and b/icons/zchf.png differ
diff --git a/icons/zdeex.png b/icons/zdeex.png
deleted file mode 100644
index 554ce4b3c1..0000000000
Binary files a/icons/zdeex.png and /dev/null differ
diff --git a/icons/zinu.png b/icons/zinu.png
deleted file mode 100644
index 2c0333ef66..0000000000
Binary files a/icons/zinu.png and /dev/null differ
diff --git a/icons/zoin.png b/icons/zoin.png
deleted file mode 100644
index 74e5a34295..0000000000
Binary files a/icons/zoin.png and /dev/null differ
diff --git a/icons/zombie.png b/icons/zombie.png
deleted file mode 100644
index b56c513f5e..0000000000
Binary files a/icons/zombie.png and /dev/null differ
diff --git a/icons_original/a29.png b/icons_original/a29.png
new file mode 100644
index 0000000000..2551ff2ea4
Binary files /dev/null and b/icons_original/a29.png differ
diff --git a/icons_original/ageur.png b/icons_original/ageur.png
deleted file mode 100644
index b72b809a8c..0000000000
Binary files a/icons_original/ageur.png and /dev/null differ
diff --git a/icons_original/agix.png b/icons_original/agix.png
deleted file mode 100644
index 2a92e7c4c3..0000000000
Binary files a/icons_original/agix.png and /dev/null differ
diff --git a/icons_original/aibc.png b/icons_original/aibc.png
deleted file mode 100644
index 94bc976157..0000000000
Binary files a/icons_original/aibc.png and /dev/null differ
diff --git a/icons_original/aure.png b/icons_original/aure.png
new file mode 100644
index 0000000000..9f760b3e98
Binary files /dev/null and b/icons_original/aure.png differ
diff --git a/icons_original/aya.png b/icons_original/aya.png
deleted file mode 100644
index 819e34c0ed..0000000000
Binary files a/icons_original/aya.png and /dev/null differ
diff --git a/icons_original/bcash.png b/icons_original/bcash.png
new file mode 100644
index 0000000000..d6df8095a4
Binary files /dev/null and b/icons_original/bcash.png differ
diff --git a/icons_original/bch2.png b/icons_original/bch2.png
new file mode 100644
index 0000000000..c3896306fb
Binary files /dev/null and b/icons_original/bch2.png differ
diff --git a/icons_original/bidr.png b/icons_original/bidr.png
deleted file mode 100644
index 54b82608d8..0000000000
Binary files a/icons_original/bidr.png and /dev/null differ
diff --git a/icons_original/blocx.png b/icons_original/blocx.png
deleted file mode 100644
index 9dbd1fe714..0000000000
Binary files a/icons_original/blocx.png and /dev/null differ
diff --git a/icons_original/brla.png b/icons_original/brla.png
new file mode 100644
index 0000000000..cc8b36db14
Binary files /dev/null and b/icons_original/brla.png differ
diff --git a/icons_original/btgs.png b/icons_original/btgs.png
new file mode 100644
index 0000000000..a5add770ab
Binary files /dev/null and b/icons_original/btgs.png differ
diff --git a/icons_original/busd.png b/icons_original/busd.png
deleted file mode 100644
index 76d02e370b..0000000000
Binary files a/icons_original/busd.png and /dev/null differ
diff --git a/icons_original/case.png b/icons_original/case.png
deleted file mode 100644
index b54172b7f3..0000000000
Binary files a/icons_original/case.png and /dev/null differ
diff --git a/icons_original/cat.png b/icons_original/cat.png
new file mode 100644
index 0000000000..5734a41c2c
Binary files /dev/null and b/icons_original/cat.png differ
diff --git a/icons_original/ccl.png b/icons_original/ccl.png
deleted file mode 100644
index a717809115..0000000000
Binary files a/icons_original/ccl.png and /dev/null differ
diff --git a/icons_original/chsb.png b/icons_original/chsb.png
deleted file mode 100644
index 0a345530d7..0000000000
Binary files a/icons_original/chsb.png and /dev/null differ
diff --git a/icons_original/ddd.png b/icons_original/ddd.png
deleted file mode 100644
index ea14603798..0000000000
Binary files a/icons_original/ddd.png and /dev/null differ
diff --git a/icons_original/diac.png b/icons_original/diac.png
deleted file mode 100644
index 076b750caa..0000000000
Binary files a/icons_original/diac.png and /dev/null differ
diff --git a/icons_original/dogedash.png b/icons_original/dogedash.png
deleted file mode 100644
index a25a55ab34..0000000000
Binary files a/icons_original/dogedash.png and /dev/null differ
diff --git a/icons_original/dsv.png b/icons_original/dsv.png
new file mode 100644
index 0000000000..101c030fdd
Binary files /dev/null and b/icons_original/dsv.png differ
diff --git a/icons_original/dx.png b/icons_original/dx.png
deleted file mode 100644
index 13cba15bf5..0000000000
Binary files a/icons_original/dx.png and /dev/null differ
diff --git a/icons_original/eiln.png b/icons_original/eiln.png
deleted file mode 100644
index aa0ffd8fbd..0000000000
Binary files a/icons_original/eiln.png and /dev/null differ
diff --git a/icons_original/ens.png b/icons_original/ens.png
new file mode 100644
index 0000000000..21eb213223
Binary files /dev/null and b/icons_original/ens.png differ
diff --git a/icons_original/ethfi.png b/icons_original/ethfi.png
new file mode 100644
index 0000000000..d39c2fdb22
Binary files /dev/null and b/icons_original/ethfi.png differ
diff --git a/icons_original/euroe.png b/icons_original/euroe.png
deleted file mode 100644
index 404e539a73..0000000000
Binary files a/icons_original/euroe.png and /dev/null differ
diff --git a/icons_original/exn.png b/icons_original/exn.png
deleted file mode 100644
index 4c1de60412..0000000000
Binary files a/icons_original/exn.png and /dev/null differ
diff --git a/icons_original/fivetrat.png b/icons_original/fivetrat.png
new file mode 100644
index 0000000000..7363da3fe0
Binary files /dev/null and b/icons_original/fivetrat.png differ
diff --git a/icons_original/flc.png b/icons_original/flc.png
new file mode 100644
index 0000000000..96e98df5c4
Binary files /dev/null and b/icons_original/flc.png differ
diff --git a/icons_original/frc.png b/icons_original/frc.png
deleted file mode 100644
index d97733a3d0..0000000000
Binary files a/icons_original/frc.png and /dev/null differ
diff --git a/icons_original/gbpe.png b/icons_original/gbpe.png
new file mode 100644
index 0000000000..d06d274ea8
Binary files /dev/null and b/icons_original/gbpe.png differ
diff --git a/icons_original/grms.png b/icons_original/grms.png
deleted file mode 100644
index 11c316c475..0000000000
Binary files a/icons_original/grms.png and /dev/null differ
diff --git a/icons_original/guru.png b/icons_original/guru.png
deleted file mode 100644
index 1825ca15ab..0000000000
Binary files a/icons_original/guru.png and /dev/null differ
diff --git a/icons_original/hlc.png b/icons_original/hlc.png
deleted file mode 100644
index 69ae83b3a5..0000000000
Binary files a/icons_original/hlc.png and /dev/null differ
diff --git a/icons_original/hrc.png b/icons_original/hrc.png
new file mode 100644
index 0000000000..bfd5f8a56f
Binary files /dev/null and b/icons_original/hrc.png differ
diff --git a/icons_original/hth.png b/icons_original/hth.png
new file mode 100644
index 0000000000..41b6a309c3
Binary files /dev/null and b/icons_original/hth.png differ
diff --git a/icons_original/husd.png b/icons_original/husd.png
deleted file mode 100644
index a7879e7f56..0000000000
Binary files a/icons_original/husd.png and /dev/null differ
diff --git a/icons_original/iln.png b/icons_original/iln.png
deleted file mode 100644
index 9a3939a9b6..0000000000
Binary files a/icons_original/iln.png and /dev/null differ
diff --git a/icons_original/ilnf.png b/icons_original/ilnf.png
deleted file mode 100644
index 7205de78b6..0000000000
Binary files a/icons_original/ilnf.png and /dev/null differ
diff --git a/icons_original/ilnsw.png b/icons_original/ilnsw.png
deleted file mode 100644
index 3e93caf84c..0000000000
Binary files a/icons_original/ilnsw.png and /dev/null differ
diff --git a/icons_original/jaud.png b/icons_original/jaud.png
deleted file mode 100644
index 51233d1a65..0000000000
Binary files a/icons_original/jaud.png and /dev/null differ
diff --git a/icons_original/jbrl.png b/icons_original/jbrl.png
deleted file mode 100644
index 6da642042e..0000000000
Binary files a/icons_original/jbrl.png and /dev/null differ
diff --git a/icons_original/jcad.png b/icons_original/jcad.png
deleted file mode 100644
index e8c4583336..0000000000
Binary files a/icons_original/jcad.png and /dev/null differ
diff --git a/icons_original/jchf.png b/icons_original/jchf.png
deleted file mode 100644
index f3ac683a56..0000000000
Binary files a/icons_original/jchf.png and /dev/null differ
diff --git a/icons_original/jcny.png b/icons_original/jcny.png
deleted file mode 100644
index a285590ff8..0000000000
Binary files a/icons_original/jcny.png and /dev/null differ
diff --git a/icons_original/jdb.png b/icons_original/jdb.png
deleted file mode 100644
index e05f13b2e6..0000000000
Binary files a/icons_original/jdb.png and /dev/null differ
diff --git a/icons_original/jeur.png b/icons_original/jeur.png
deleted file mode 100644
index 28d9220178..0000000000
Binary files a/icons_original/jeur.png and /dev/null differ
diff --git a/icons_original/jgbp.png b/icons_original/jgbp.png
deleted file mode 100644
index 898dce1310..0000000000
Binary files a/icons_original/jgbp.png and /dev/null differ
diff --git a/icons_original/jgold.png b/icons_original/jgold.png
deleted file mode 100644
index c3c4f37034..0000000000
Binary files a/icons_original/jgold.png and /dev/null differ
diff --git a/icons_original/jjpy.png b/icons_original/jjpy.png
deleted file mode 100644
index 59b79121e6..0000000000
Binary files a/icons_original/jjpy.png and /dev/null differ
diff --git a/icons_original/jkrw.png b/icons_original/jkrw.png
deleted file mode 100644
index 951057bf9c..0000000000
Binary files a/icons_original/jkrw.png and /dev/null differ
diff --git a/icons_original/jmxn.png b/icons_original/jmxn.png
deleted file mode 100644
index 1b5cfced01..0000000000
Binary files a/icons_original/jmxn.png and /dev/null differ
diff --git a/icons_original/jnzd.png b/icons_original/jnzd.png
deleted file mode 100644
index 24c783416b..0000000000
Binary files a/icons_original/jnzd.png and /dev/null differ
diff --git a/icons_original/joy.png b/icons_original/joy.png
deleted file mode 100644
index efd41707a5..0000000000
Binary files a/icons_original/joy.png and /dev/null differ
diff --git a/icons_original/jphp.png b/icons_original/jphp.png
deleted file mode 100644
index 41fc0d234f..0000000000
Binary files a/icons_original/jphp.png and /dev/null differ
diff --git a/icons_original/jpln.png b/icons_original/jpln.png
deleted file mode 100644
index 016318c4ff..0000000000
Binary files a/icons_original/jpln.png and /dev/null differ
diff --git a/icons_original/jrt.png b/icons_original/jrt.png
deleted file mode 100644
index 875bcc8118..0000000000
Binary files a/icons_original/jrt.png and /dev/null differ
diff --git a/icons_original/jsek.png b/icons_original/jsek.png
deleted file mode 100644
index fa49b9670c..0000000000
Binary files a/icons_original/jsek.png and /dev/null differ
diff --git a/icons_original/jsgd.png b/icons_original/jsgd.png
deleted file mode 100644
index d4f72e513f..0000000000
Binary files a/icons_original/jsgd.png and /dev/null differ
diff --git a/icons_original/jtry.png b/icons_original/jtry.png
deleted file mode 100644
index 093c12ea60..0000000000
Binary files a/icons_original/jtry.png and /dev/null differ
diff --git a/icons_original/jump.png b/icons_original/jump.png
new file mode 100644
index 0000000000..e23b426254
Binary files /dev/null and b/icons_original/jump.png differ
diff --git a/icons_original/jusd.png b/icons_original/jusd.png
deleted file mode 100644
index 8822e28b52..0000000000
Binary files a/icons_original/jusd.png and /dev/null differ
diff --git a/icons_original/kmdcl.png b/icons_original/kmdcl.png
new file mode 100644
index 0000000000..d8a5c0d555
Binary files /dev/null and b/icons_original/kmdcl.png differ
diff --git a/icons_original/koin.png b/icons_original/koin.png
deleted file mode 100644
index b7eb57168f..0000000000
Binary files a/icons_original/koin.png and /dev/null differ
diff --git a/icons_original/lc2.png b/icons_original/lc2.png
new file mode 100644
index 0000000000..995c637039
Binary files /dev/null and b/icons_original/lc2.png differ
diff --git a/icons_original/lstr.png b/icons_original/lstr.png
deleted file mode 100644
index 7c50bb68de..0000000000
Binary files a/icons_original/lstr.png and /dev/null differ
diff --git a/icons_original/lupa.png b/icons_original/lupa.png
deleted file mode 100644
index bee648bf5b..0000000000
Binary files a/icons_original/lupa.png and /dev/null differ
diff --git a/icons_original/mc.png b/icons_original/mc.png
deleted file mode 100644
index ee0a7dabd3..0000000000
Binary files a/icons_original/mc.png and /dev/null differ
diff --git a/icons_original/med.png b/icons_original/med.png
deleted file mode 100644
index 5f06199fc9..0000000000
Binary files a/icons_original/med.png and /dev/null differ
diff --git a/icons_original/mewc.png b/icons_original/mewc.png
index 6377a0f803..703b28e1fa 100644
Binary files a/icons_original/mewc.png and b/icons_original/mewc.png differ
diff --git a/icons_original/morpho.png b/icons_original/morpho.png
new file mode 100644
index 0000000000..f268033b63
Binary files /dev/null and b/icons_original/morpho.png differ
diff --git a/icons_original/mwc.png b/icons_original/mwc.png
new file mode 100644
index 0000000000..fd5b67b7bc
Binary files /dev/null and b/icons_original/mwc.png differ
diff --git a/icons_original/nito.png b/icons_original/nito.png
index 48db0ab554..e3b27674fb 100644
Binary files a/icons_original/nito.png and b/icons_original/nito.png differ
diff --git a/icons_original/nzds.png b/icons_original/nzds.png
deleted file mode 100644
index 5d437c48e8..0000000000
Binary files a/icons_original/nzds.png and /dev/null differ
diff --git a/icons_original/oc.png b/icons_original/oc.png
deleted file mode 100644
index 8bd25c9858..0000000000
Binary files a/icons_original/oc.png and /dev/null differ
diff --git a/icons_original/ocean.png b/icons_original/ocean.png
deleted file mode 100644
index 621e81633a..0000000000
Binary files a/icons_original/ocean.png and /dev/null differ
diff --git a/icons_original/ondo.png b/icons_original/ondo.png
new file mode 100644
index 0000000000..41a78169f0
Binary files /dev/null and b/icons_original/ondo.png differ
diff --git a/icons_original/pax.png b/icons_original/pax.png
deleted file mode 100644
index c2bd51774b..0000000000
Binary files a/icons_original/pax.png and /dev/null differ
diff --git a/icons_original/put.png b/icons_original/put.png
deleted file mode 100644
index c2db5e6345..0000000000
Binary files a/icons_original/put.png and /dev/null differ
diff --git a/icons_original/qbt.png b/icons_original/qbt.png
deleted file mode 100644
index 5eaafe9285..0000000000
Binary files a/icons_original/qbt.png and /dev/null differ
diff --git a/icons_original/qiair.png b/icons_original/qiair.png
deleted file mode 100644
index 848d19a555..0000000000
Binary files a/icons_original/qiair.png and /dev/null differ
diff --git a/icons_original/rin.png b/icons_original/rin.png
new file mode 100644
index 0000000000..ce1e1fef30
Binary files /dev/null and b/icons_original/rin.png differ
diff --git a/icons_original/rxd.png b/icons_original/rxd.png
new file mode 100644
index 0000000000..cd0bb95440
Binary files /dev/null and b/icons_original/rxd.png differ
diff --git a/icons_original/sibm.png b/icons_original/sibm.png
deleted file mode 100644
index f6ab63d7c2..0000000000
Binary files a/icons_original/sibm.png and /dev/null differ
diff --git a/icons_original/sky.png b/icons_original/sky.png
new file mode 100644
index 0000000000..52aa6f003a
Binary files /dev/null and b/icons_original/sky.png differ
diff --git a/icons_original/spacecoin.png b/icons_original/spacecoin.png
deleted file mode 100644
index e6c20cc13e..0000000000
Binary files a/icons_original/spacecoin.png and /dev/null differ
diff --git a/icons_original/stfiro.png b/icons_original/stfiro.png
deleted file mode 100644
index ea325e0cd5..0000000000
Binary files a/icons_original/stfiro.png and /dev/null differ
diff --git a/icons_original/syrup.png b/icons_original/syrup.png
new file mode 100644
index 0000000000..baca428ec3
Binary files /dev/null and b/icons_original/syrup.png differ
diff --git a/icons_original/tsl.png b/icons_original/tsl.png
deleted file mode 100644
index aa5aad77d5..0000000000
Binary files a/icons_original/tsl.png and /dev/null differ
diff --git a/icons_original/ubq.png b/icons_original/ubq.png
deleted file mode 100644
index 2ea970b949..0000000000
Binary files a/icons_original/ubq.png and /dev/null differ
diff --git a/icons_original/usdp.png b/icons_original/usdp.png
new file mode 100644
index 0000000000..1ac70780f6
Binary files /dev/null and b/icons_original/usdp.png differ
diff --git a/icons_original/virtual.png b/icons_original/virtual.png
new file mode 100644
index 0000000000..9c622fdd25
Binary files /dev/null and b/icons_original/virtual.png differ
diff --git a/icons_original/vrm.png b/icons_original/vrm.png
new file mode 100644
index 0000000000..27875dce92
Binary files /dev/null and b/icons_original/vrm.png differ
diff --git a/icons_original/vvv.png b/icons_original/vvv.png
new file mode 100644
index 0000000000..6939e546ad
Binary files /dev/null and b/icons_original/vvv.png differ
diff --git a/icons_original/wjk.png b/icons_original/wjk.png
new file mode 100644
index 0000000000..08334eb95b
Binary files /dev/null and b/icons_original/wjk.png differ
diff --git a/icons_original/xaut.png b/icons_original/xaut.png
new file mode 100644
index 0000000000..ba60ef135c
Binary files /dev/null and b/icons_original/xaut.png differ
diff --git a/icons_original/xdai.png b/icons_original/xdai.png
new file mode 100644
index 0000000000..10b2efaa09
Binary files /dev/null and b/icons_original/xdai.png differ
diff --git a/icons_original/zama.png b/icons_original/zama.png
new file mode 100644
index 0000000000..088ba776e0
Binary files /dev/null and b/icons_original/zama.png differ
diff --git a/icons_original/zchf.png b/icons_original/zchf.png
new file mode 100644
index 0000000000..5ceb543486
Binary files /dev/null and b/icons_original/zchf.png differ
diff --git a/icons_original/zdeex.png b/icons_original/zdeex.png
deleted file mode 100644
index 2c3e3ed310..0000000000
Binary files a/icons_original/zdeex.png and /dev/null differ
diff --git a/icons_original/zinu.png b/icons_original/zinu.png
deleted file mode 100644
index 30f2e8d12c..0000000000
Binary files a/icons_original/zinu.png and /dev/null differ
diff --git a/icons_original/zoin.png b/icons_original/zoin.png
deleted file mode 100644
index 1dabecc256..0000000000
Binary files a/icons_original/zoin.png and /dev/null differ
diff --git a/icons_original/zombie.png b/icons_original/zombie.png
deleted file mode 100644
index 6a1bbc8df9..0000000000
Binary files a/icons_original/zombie.png and /dev/null differ
diff --git a/light_wallet_d/ZDEEX b/light_wallet_d/ZDEEX
deleted file mode 100644
index 9af5097e3c..0000000000
--- a/light_wallet_d/ZDEEX
+++ /dev/null
@@ -1,5 +0,0 @@
-[
- "https://zdeexlightd.zdeex.org:9067",
- "https://zdeexlightd1.zdeex.org:9067",
- "https://zdeexlightd2.zdeex.org:9067"
-]
diff --git a/light_wallet_d/ZOMBIE b/light_wallet_d/ZOMBIE
deleted file mode 100644
index c6d8f957a6..0000000000
--- a/light_wallet_d/ZOMBIE
+++ /dev/null
@@ -1 +0,0 @@
-["https://zombie.dragonhound.info:9447"]
diff --git a/light_wallet_d/ZOMBIE_WSS b/light_wallet_d/ZOMBIE_WSS
deleted file mode 100644
index 989ae9f4a2..0000000000
--- a/light_wallet_d/ZOMBIE_WSS
+++ /dev/null
@@ -1 +0,0 @@
-["https://zombie.dragonhound.info:19447"]
diff --git a/seed-nodes.json b/seed-nodes.json
index 3a9069f316..7ff2c33f46 100644
--- a/seed-nodes.json
+++ b/seed-nodes.json
@@ -1,10 +1,10 @@
[
{
- "name": "seed-node-1",
+ "name": "seed-kmdefi-1",
"host": "seed01.kmdefi.net",
"type": "domain",
"wss": true,
- "netid": 8762,
+ "netid": 6133,
"contact": [
{
"email": ""
@@ -12,7 +12,7 @@
]
},
{
- "name": "seed-node-2",
+ "name": "seed-kmdefi-2",
"host": "seed02.kmdefi.net",
"type": "domain",
"wss": true,
@@ -24,11 +24,11 @@
]
},
{
- "name": "seed-node-3",
+ "name": "seed-kmdefi-3",
"host": "seed03.kmdefi.net",
"type": "domain",
"wss": true,
- "netid": 8762,
+ "netid": 6133,
"contact": [
{
"email": ""
@@ -36,7 +36,7 @@
]
},
{
- "name": "seed-node-4",
+ "name": "seed-kmdefi-4",
"host": "seed04.kmdefi.net",
"type": "domain",
"wss": true,
@@ -48,11 +48,11 @@
]
},
{
- "name": "balerion-dragon-seed",
- "host": "balerion.dragon-seed.com",
+ "name": "seed-decker-1",
+ "host": "kdfseed1.decker.im",
"type": "domain",
"wss": true,
- "netid": 8762,
+ "netid": 6133,
"contact": [
{
"email": ""
@@ -60,11 +60,11 @@
]
},
{
- "name": "drogon-dragon-seed",
- "host": "drogon.dragon-seed.com",
+ "name": "seed-gleec-1",
+ "host": "staking1.gleec.com",
"type": "domain",
"wss": true,
- "netid": 8762,
+ "netid": 6133,
"contact": [
{
"email": ""
@@ -72,83 +72,11 @@
]
},
{
- "name": "icefyre-dragon-seed",
- "host": "icefyre.dragon-seed.com",
+ "name": "seed-gleec-2",
+ "host": "staking2.gleec.com",
"type": "domain",
"wss": true,
- "netid": 8762,
- "contact": [
- {
- "email": ""
- }
- ]
- },
- {
- "name": "kalessin-dragon-seed",
- "host": "kalessin.dragon-seed.com",
- "type": "domain",
- "wss": true,
- "netid": 8762,
- "contact": [
- {
- "email": ""
- }
- ]
- },
- {
- "name": "karrigvestrit-dragon-seed",
- "host": "karrigvestrit.dragon-seed.com",
- "type": "domain",
- "wss": true,
- "netid": 8762,
- "contact": [
- {
- "email": ""
- }
- ]
- },
- {
- "name": "relpda-dragon-seed",
- "host": "relpda.dragon-seed.com",
- "type": "domain",
- "wss": true,
- "netid": 8762,
- "contact": [
- {
- "email": ""
- }
- ]
- },
- {
- "name": "sintara-dragon-seed",
- "host": "sintara.dragon-seed.com",
- "type": "domain",
- "wss": true,
- "netid": 8762,
- "contact": [
- {
- "email": ""
- }
- ]
- },
- {
- "name": "tintaglia-dragon-seed",
- "host": "tintaglia.dragon-seed.com",
- "type": "domain",
- "wss": true,
- "netid": 8762,
- "contact": [
- {
- "email": ""
- }
- ]
- },
- {
- "name": "viserion-dragon-seed",
- "host": "viserion.dragon-seed.com",
- "type": "domain",
- "wss": true,
- "netid": 8762,
+ "netid": 6133,
"contact": [
{
"email": ""
diff --git a/swaps/AYA-KMD.md b/swaps/AYA-KMD.md
deleted file mode 100644
index c1f0759309..0000000000
--- a/swaps/AYA-KMD.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (KMD)](https://kmdexplorer.io/tx/dfc1180454249fe06fc71363179bbc78334e1a1abbbfbf4994415517976d7ec0)
-[maker payment (AYA)](https://ayaexplorer.guarda.co/tx/f7449c936b49f451e27a9d279ec73d1d79977948d62dd1cd5d6b0bc0935afe81)
-[taker payment (KMD)](https://kmdexplorer.io/tx/a6000dc2fdb4370cbce450678d51cf9516bff0c10bfa54de3f0a068bc2031161)
-[taker payment spent (KMD)](https://kmdexplorer.io/tx/84948b2be2c3b0a4199ae6d89164cc55e22bc9277281e3765a842a8a0456a65c)
-[maker payment spent (AYA)](https://ayaexplorer.guarda.co/tx/8bea095d8e232fac81b611419dfaed89a267080e976bc7d697a64ef72de4e94c)
diff --git a/swaps/BLOCX_KMD.md b/swaps/BLOCX_KMD.md
deleted file mode 100644
index d502f88461..0000000000
--- a/swaps/BLOCX_KMD.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (KMD)](https://kmdexplorer.io/tx/f025878186f67ed17d55b749f4310ad3f33a4d8264edd6ae6742063ec762f2b5)
-[maker payment (BLOCX)](https://explorer.blocx.space/tx/57025c8a286ee4c4e8b3f3b204827b165af83e4a97e8943ecf3fc380cc4311aa)
-[taker payment (KMD)](https://kmdexplorer.io/tx/9c67b9d746a54afee895cd2786b744bf269476d4b29e26867bc168538fefcc4f)
-[taker payment spent (KMD)](https://kmdexplorer.io/tx/2a94debb377c8b7a2d6b0dc83d4b1a48e0815a8dd1fd44a3a0338bf383eb7623)
-[maker payment spent (BLOCX)](https://explorer.blocx.space/tx/aa38e083fc67044d999046a005121a3fd911eb028ac521472901a63038944eb5)
diff --git a/swaps/CAT-KMD.md b/swaps/CAT-KMD.md
new file mode 100644
index 0000000000..adb43afb74
--- /dev/null
+++ b/swaps/CAT-KMD.md
@@ -0,0 +1,5 @@
+[taker fee (KMD)](https://chainz.cryptoid.info/cat/tx.dws?406196ab25e816768f9a50e39855f0fca346dcd7132039337118955c3ce96c43.htm)
+[maker payment (CAT)](https://chainz.cryptoid.info/cat/tx.dws?5279bca9a36932f331b68e063aa2d9e9b7107ca22d9a03829e85f9fafab97d45.htm)
+[taker payment (KMD)](https://chainz.cryptoid.info/kmd/tx.dws?fdc1c1182917e8ae4c69eb57855553b7dcbb372c10df6cf80a9e16c0d3f5f65a.htm)
+[taker payment spent (CAT)](https://chainz.cryptoid.info/cat/tx.dws?5279bca9a36932f331b68e063aa2d9e9b7107ca22d9a03829e85f9fafab97d45.htm)
+[maker payment spent (KMD)](https://chainz.cryptoid.info/kmd/tx.dws?fdc1c1182917e8ae4c69eb57855553b7dcbb372c10df6cf80a9e16c0d3f5f65a.htm)
diff --git a/swaps/CCL-KMD.md b/swaps/CCL-KMD.md
deleted file mode 100644
index 819e13c133..0000000000
--- a/swaps/CCL-KMD.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (KMD)](https://kmdexplorer.io/tx/6716185f326a0ff831d0315cb7d23787073a25e566864661d452ac827925f9cc)
-[maker payment (CCL)](https://ccl.kmdexplorer.io/tx/848c39b1137ee2975d46679cd6937655839b013fb97e1f1bcab70c9b2bc28ebc)
-[taker payment (KMD)](https://kmdexplorer.io/tx/e142c9ad1043dba7202210ab988d9d00a345727db0430323d47d9fc8624e39b8)
-[taker payment spent (KMD)](https://kmdexplorer.io/tx/72f276b145005515cb870c3e1d687f11534baa8f16d550ccbd47303f8e07dd97)
-[maker payment spent (CCL)](https://ccl.kmdexplorer.io/tx/eaf11b9b37d2812c335d1045168b442b09bec4ade397d96d8a957c015e18a524)
diff --git a/swaps/DDD-KMD.md b/swaps/DDD-KMD.md
deleted file mode 100644
index be3c6d8b01..0000000000
--- a/swaps/DDD-KMD.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (KMD)](https://kmdexplorer.io/tx/46f695ee758d110e7142169d64a21db9f613bdfdb8d8a286bc9416b25a9cc5c6)
-[maker payment (DDD)](https://etherscan.io/tx/0x11141296e539478d9e8432aad8ad0922d2eb08e8ce70711235046846c1344b24)
-[taker payment (KMD)](https://kmdexplorer.io/tx/ed108d1679c76af68efaf2facdf048eb30040005920b8a7eab80d58266d3ac10)
-[taker payment spent (KMD)](https://kmdexplorer.io/tx/c9d2a3200931564e18121db17ef85288d6a483149ac520d62a6eda64eaf33e1c)
-[maker payment spent (DDD)](https://etherscan.io/tx/0xda4cc3a8db0da2bd0b5a393192172ff7c32510c78ea9ae0ccea6f95c1c07f07d)
diff --git a/swaps/DIAC-KMD.md b/swaps/DIAC-KMD.md
deleted file mode 100644
index bf8439606d..0000000000
--- a/swaps/DIAC-KMD.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (KMD)](https://kmdexplorer.io/tx/ca751403e61f241a2ae7cd4831aa613d4d0f8c5bec41c0b75f6d7fbed9036c6e)
-[maker payment (DIAC)](http://explorer.diabasecoin.com/tx/8cc64db00b1bec5dc79e9ae5de0905b9cc060b102975dd9f465b18e0957a2b77)
-[taker payment (KMD)](https://kmdexplorer.io/tx/c55ad67bd816536d55f382ba87d2405a834e6fea6c7d750f621e4564137a9ca0)
-[taker payment spent (KMD)](https://kmdexplorer.io/tx/fba1addea1e244e81ef3792976e98e54219dfcae6fa7de8ac4ca914673edf87a)
-[maker payment spent (DIAC)](http://explorer.diabasecoin.com/tx/3e108a7c4e865a3689e2a3de102f12246a627e1251656772ac7e38f756aa6205)
\ No newline at end of file
diff --git a/swaps/FIVETRAT-DGB.md b/swaps/FIVETRAT-DGB.md
new file mode 100644
index 0000000000..55a6b7df6f
--- /dev/null
+++ b/swaps/FIVETRAT-DGB.md
@@ -0,0 +1,5 @@
+- [DGB funding](https://digiexplorer.info/tx/5fd3bd91cb2563081657ec888a8e96c557722a8f4de91774d6e4d446f525215d)
+- [5TRAT maker payment](https://explorer1.5trat.net/explorer/tx/9fe3a1d202f683c567b261b5de9215b694385fa4c8deca6fba87f20b7a381a69)
+- [DGB taker payment](https://digiexplorer.info/tx/6f7a24d9ebec3012b49b94cce196c590bed73a1c9c2f9f6ceea8e29ff9b4ae88)
+- [DGB payment redemption](https://digiexplorer.info/tx/412f47b6fd1dafdaa39ce14b2d7bcdb3de07c3cc20bcab3cd9b337a0f0854f2d)
+- [5TRAT payment redemption](https://explorer1.5trat.net/explorer/tx/f8404e513733bc09975591ec0ec0ff588216699ed0e72e0f2e7bc13d61421fac)
diff --git a/swaps/FLC_KMD.md b/swaps/FLC_KMD.md
new file mode 100644
index 0000000000..0174e612c7
--- /dev/null
+++ b/swaps/FLC_KMD.md
@@ -0,0 +1,5 @@
+[taker fee (KMD)](https://kmdexplorer.io/tx/140d61449d7bf5f530cc3311477e90e38acc9cf93acfff9acd9acb4705c629b5)
+[maker payment (FLC)](https://flokichain.info/tx/ef56c97ad34851d5760295ffa1e3c4853171d38b94fcc9bf06f4e9cfda24a0f2)
+[taker payment (KMD)](https://kmdexplorer.io/tx/31f32a9bf4f8fd5c2916948b2200da190be07fc78289fa537293b5d2ab188bc0)
+[taker payment spent (KMD)](https://kmdexplorer.io/tx/f7acecca53e4190cefc90fb2a2e67cd193ca015aaf07427ed4102528d9e20998)
+[maker payment spent (FLC)](https://flokichain.info/tx/602f284f8651465a1b20eccd5a3d972f24a29aa271d0e2b9c475c799cab556a8)
\ No newline at end of file
diff --git a/swaps/FRC_MARTY.md b/swaps/FRC_MARTY.md
deleted file mode 100644
index 6d9d16ea3c..0000000000
--- a/swaps/FRC_MARTY.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (MARTY)](https://marty.komodo.earth/tx/6052e20c0173c7c0b10af8135f4c720e7a03ec96e5e1261a59a216c1f94436d2)
-[maker payment (FRC)](https://explorer.faircoin.tech/tx/d0bf08ec24778597edb36eb4a460d4e523df6d0bce664dbd6f2cb26738b97909)
-[taker payment (MARTY)](https://marty.komodo.earth/tx/e9fea8732350b49cf3df75295b229755d20b7317c12d6edd52145eb2100368d4)
-[taker payment spent (MARTY)](https://marty.komodo.earth/tx/8dc7ac209fc63d7222a7fb10f0e77dd9c81a3249b378c87afaac1f35d6fe9e25)
-[maker payment spent (FRC)](https://explorer.faircoin.tech/tx/6e0b4effe675c6ed86d25c2d8b40bcfd56e55b83f0045e8b2db428a0b6f5cac5)
diff --git a/swaps/GRMS-KMD.md b/swaps/GRMS-KMD.md
deleted file mode 100644
index fb7ba704d5..0000000000
--- a/swaps/GRMS-KMD.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (KMD)](https://kmdexplorer.io/tx/cceaed2757ef8e279a1cf62d57ff4d59233759613fa169fffee60522f09f5a7d)
-[maker payment (GRMS)](http://91.231.187.20:3006/tx/427e198abcf8a0cfd9723cb9229229fa9123effcc5eba71d4775bf703b0e1bac)
-[taker payment (KMD)](https://kmdexplorer.io/tx/d8d553261e35d17a719c1631c974261ff2e91a37404b388cfe71dfe185661a8a)
-[taker payment spent (KMD)](https://kmdexplorer.io/tx/6269293f5cfb842e3418ba56c9ebe07725acdef3f017561245d2a4d53183e6dd)
-[maker payment spent (GRMS)](http://91.231.187.20:3006/tx/36b6bf668850514a1a819454aebbf6aaf7fa6065576f0a510e45a38f64baa27d)
diff --git a/swaps/HRC-KMD.md b/swaps/HRC-KMD.md
new file mode 100644
index 0000000000..4743fbaf8b
--- /dev/null
+++ b/swaps/HRC-KMD.md
@@ -0,0 +1,5 @@
+[taker fee (KMD)](https://kmdexplorer.io/tx/ba466d29c3106d2c49b25fc48ca6d415e3cd5cff258debd06f8dd856211c06e7)
+[maker payment (HRC)](https://explorer.hypercoin.network/tx/237f7453a0f1fa2f184205dc71a5ae946ce8b04d232e06c79c5fc83f9de9314e)
+[taker payment (KMD)](https://kmdexplorer.io/tx/1e6749cd8c5625bc509816eefdcb9b5d2319f482b97e199b64c26c960b6ff7ba)
+[taker payment spent (KMD)](https://kmdexplorer.io/tx/7d90bd84f7b8dfe994ac4c0dd2e6bb532105556fd8753d3dc7d37ea5f21f4f27)
+[maker payment spent (HRC)](https://explorer.hypercoin.network/tx/237f7453a0f1fa2f184205dc71a5ae946ce8b04d232e06c79c5fc83f9de9314e)
diff --git a/swaps/LUPA-MCL.md b/swaps/LUPA-MCL.md
deleted file mode 100644
index 0453533747..0000000000
--- a/swaps/LUPA-MCL.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[taker fee (MCL)](https://explorer.marmara.io/tx/769dafa6492e53453aad25947dba2353b0ddd1b3ed3b1b868162ebeebe8f643a)
-[maker payment (LUPA)](https://explorer.lupacoin.biz/tx/a032c3b29bad7ba36daf52a5c7f52457594711b23f4b0b24dfa4483720d9605c)
-[taker payment (MCL)](https://explorer.marmara.io/tx/56ee2e0a49cf318f465804518ec9eee993bd06813f92b5ea5d0af32d642305b8)
-[taker payment spent (MCL)](https://explorer.marmara.io/tx/d641a06b2b98eb7d0b6715a78104d041c62af502d1a4152ebc57b6dc96db6b97)
-[maker payment spent (LUPA)](https://explorer.lupacoin.biz/tx/3e880f34c3d67214aaa12db0f189659b0327fab62e9f88081de0e84a03e57a5e)
diff --git a/swaps/SPACECOIN_KMD.md b/swaps/SPACECOIN_KMD.md
deleted file mode 100644
index 73e91d6413..0000000000
--- a/swaps/SPACECOIN_KMD.md
+++ /dev/null
@@ -1,6 +0,0 @@
-[taker fee (KMD)](https://www.kmdexplorer.io/tx/7ddfee3326e5b57eda438106232be295670cb716c5117f84bcad5bf3cb3e7adb)
-[maker payment (SPACE)](https://explorer.spaceworks.co/tx/dc8aa30040e7dd34517ed509c26e1199b48100342a6671959e4e65aad4e25ce3)
-[taker payment (KMD)](https://www.kmdexplorer.io/tx/b8ee1d11b6194b777c69411f7ec5dc38adfe4fbf312494ef58cc123e1f77c297)
-[taker payment spent (KMD)](https://www.kmdexplorer.io/tx/9c82c2c97668833ab85073faafa16a3abdc90a897c5e3b6beb4b8dd6ad0ec1d2)
-[maker payment spent (SPACE)](https://explorer.spaceworks.co/tx/579d423b548d05ec1241eaf60328d5c45901be1171cd52e59511cce558b4d7be)
-
diff --git a/swaps/VRM-BTC b/swaps/VRM-BTC
new file mode 100644
index 0000000000..81ae01c300
--- /dev/null
+++ b/swaps/VRM-BTC
@@ -0,0 +1,13 @@
+1) TakerFeeSent (BTC) https://blockstream.info/tx/5a0842bdabda10cb0c691676dbcbc46facf11c775a38598ea8b8507a05c0b99f
+
+2) MakerPayment (VRM)
+https://explorer-vrm.vericonomy.com/transaction/fe36814776edf9e45412c75743c9589dc9f54da7445414e4ce022995fb2f1661
+
+3) TakerPaymentSent (BTC)
+https://blockstream.info/tx/5071837fc486f07ea7d56629e720f44efb0af41bd1878b81a313e5e8c209d5de
+
+4) TakerPaymentSpent (BTC)
+https://blockstream.info/tx/9ba71c63e1d3226a1eb280b9c4ca4317badd574f3c8ddac77d20468b6a363427
+
+5) MakerPaymentSpent (VRM)
+https://explorer-vrm.vericonomy.com/transaction/aaf7fffcac0fe0d223c507ef0c62f217d46556815db86dedcf565959d94574b3
diff --git a/swaps/ZOIN-MONA.md b/swaps/ZOIN-MONA.md
deleted file mode 100644
index 6f8a317293..0000000000
--- a/swaps/ZOIN-MONA.md
+++ /dev/null
@@ -1,5 +0,0 @@
-[init (MONA)](https://chaintools.mona-coin.de/tx/fa5e7dededd218686414d19d45d09ccfc4cbd69d6f4c7f727a0f1e9b890b8461)
-[participate (ZOIN)](http://zoincommunity.com:3001/tx/509bff3ea44b9f973822b6e4df2a0ec337c0dcf57bd801137902698a11baed5f)
-[redeem (ZOIN)](http://zoincommunity.com:3001/tx/b54aca4c07062af9643386f0fa8c4e832dc4494f3bb84db7f04690855825847f)
-[redeem (MONA)](https://chaintools.mona-coin.de/tx/c1bf5de5b93b553ebc86b613d19dbd8019e6663fbe5ec153031b5d80f882465e)
-
diff --git a/utils/coins_config.json b/utils/coins_config.json
index 9a5b47f18e..4825344410 100644
--- a/utils/coins_config.json
+++ b/utils/coins_config.json
@@ -92,10 +92,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -104,124 +100,18 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNF-PLG20": {
- "coin": "ILNF-PLG20",
- "type": "Matic",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ILNF-BEP20": {
- "coin": "ILNF-BEP20",
- "type": "BEP-20",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"1INCH-BEP20": {
"coin": "1INCH-BEP20",
"type": "BEP-20",
@@ -241,7 +131,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -262,6 +152,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -272,10 +168,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -313,88 +205,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x111111111117dC0aa78b770fA6A738034120C302",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "GNEISS-ERC20": {
- "coin": "GNEISS-ERC20",
- "type": "ERC-20",
- "name": "GNEISS",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "GNEISS",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -405,8 +220,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -485,23 +299,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -521,14 +323,14 @@
],
"explorer_block_url": "block/"
},
- "PGX-PLG20": {
- "coin": "PGX-PLG20",
- "type": "Matic",
- "name": "Pegaxy Stone",
+ "A29-GRC20": {
+ "coin": "A29-GRC20",
+ "type": "GRC-20",
+ "name": "A29",
"coinpaprika_id": "",
- "coingecko_id": "pegaxy-stone",
- "livecoinwatch_id": "PGX",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -536,53 +338,29 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Pegaxy Stone",
+ "fname": "A29",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ "platform": "GLEEC",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -622,10 +400,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -634,8 +408,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -659,7 +439,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -680,6 +460,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -690,10 +476,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -736,23 +518,11 @@
},
"contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -763,8 +533,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -843,23 +612,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -916,51 +673,6 @@
"homepage": "https://artbyte.art"
},
"electrum": [
- {
- "url": "aby-ex-four.ewmci.online:50011",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-four.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-four.ewmci.online:50013",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-three.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
@@ -1001,7 +713,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1022,6 +734,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1032,10 +750,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1060,7 +774,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1081,6 +795,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1091,10 +811,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1136,272 +852,11 @@
},
"contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-AVX20": {
- "coin": "AGEUR-AVX20",
- "type": "AVX-20",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-ERC20": {
- "coin": "AGEUR-ERC20",
- "type": "ERC-20",
- "name": "agEUR",
- "coinpaprika_id": "ageur-ageur",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-PLG20": {
- "coin": "AGEUR-PLG20",
- "type": "Matic",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-ERC20": {
- "coin": "AGIX-ERC20",
- "type": "ERC-20",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1412,150 +867,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "AGIX-PLG20": {
- "coin": "AGIX-PLG20",
- "type": "Matic",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AIBC": {
- "coin": "AIBC",
- "type": "UTXO",
- "name": "Aiblockchain",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AIBC",
- "explorer_url": "http://95.111.231.8:3001/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aiblockchain Signed Message:\n",
- "fname": "Aiblockchain",
- "rpcport": 7772,
- "pubtype": 23,
- "p2shtype": 23,
- "wiftype": 176,
- "txfee": 0,
- "dust": 5460,
- "segwit": true,
- "bech32_hrp": "aibc",
- "mm2": 1,
- "required_confirmations": 11,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/2'",
- "links": {
- "github": "https://github.com/nickgsh/AiBlockChain",
- "homepage": "https://aibc.space"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "AIPG": {
- "coin": "AIPG",
- "type": "UTXO",
- "name": "AI Power Grid",
- "coinpaprika_id": "aipg-ai-power-grid",
- "coingecko_id": "ai-power-grid",
- "livecoinwatch_id": "AIPG",
- "explorer_url": "https://explorer.aipowergrid.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aipg Signed Message:\n",
- "fname": "AI Power Grid",
- "rpcport": 9788,
- "pubtype": 23,
- "p2shtype": 23,
- "wiftype": 128,
- "segwit": true,
- "txfee": 1000000,
- "dust": 1000000,
- "mm2": 1,
- "required_confirmations": 6,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "RVN"
- },
- "derivation_path": "m/44'/2686'",
- "links": {
- "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
- "homepage": "aipowergrid.io"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"AIPG-BASE": {
"coin": "AIPG-BASE",
"type": "Base",
@@ -1586,6 +902,10 @@
}
},
"derivation_path": "m/44'/60'",
+ "links": {
+ "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
+ "homepage": "aipowergrid.io"
+ },
"contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608",
"parent_coin": "ETH-BASE",
"swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
@@ -1596,11 +916,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -1664,7 +980,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1679,6 +995,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1689,10 +1011,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1729,23 +1047,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1756,8 +1062,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1792,23 +1097,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -1866,19 +1159,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -1915,23 +1204,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1942,8 +1219,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1987,65 +1263,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "APE-BEP20_OLD": {
- "coin": "APE-BEP20_OLD",
- "type": "BEP-20",
- "name": "ApeCoin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "APE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "ApeCoin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2056,10 +1278,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2095,23 +1313,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2163,23 +1369,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2190,8 +1384,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2234,19 +1427,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -2270,7 +1459,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2291,6 +1480,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2301,10 +1496,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2341,23 +1532,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2368,8 +1547,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2404,23 +1582,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2447,7 +1613,7 @@
"coinpaprika_id": "arrr-pirate",
"coingecko_id": "pirate-chain",
"livecoinwatch_id": "ARRR",
- "explorer_url": "https://pirate.explorer.dragonhound.info/",
+ "explorer_url": "https://pirate.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -2509,8 +1675,8 @@
}
},
"derivation_path": "m/44'/141'",
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
+ "requires_notarization": false,
"checkpoint_height": 1900000,
"checkpoint_blocktime": 1652512363,
"electrum": [
@@ -2585,42 +1751,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "arrr.electrum3.cipig.net:10008",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "arrr.electrum3.cipig.net:20008",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "arrr.electrum3.cipig.net:30008",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -2645,7 +1775,7 @@
"mm2": 1,
"decimals": 8,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2660,6 +1790,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2670,10 +1806,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2698,7 +1830,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2719,6 +1851,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2729,10 +1867,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2769,23 +1903,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2888,63 +2010,49 @@
],
"explorer_block_url": "block.dws?"
},
- "AVA-BEP20": {
- "coin": "AVA-BEP20",
- "type": "BEP-20",
- "name": "Travala.com",
- "coinpaprika_id": "",
+ "AURE": {
+ "coin": "AURE",
+ "type": "UTXO",
+ "name": "Aureus",
+ "coinpaprika_id": "aur-aureus-1",
"coingecko_id": "",
- "livecoinwatch_id": "AVA",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "AURE",
+ "explorer_url": "https://explore.aureuscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Travala.com",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "Aureus Signed Message:\n",
+ "fname": "Aureus",
+ "rpcport": 8332,
+ "pubtype": 23,
+ "p2shtype": 10,
+ "wiftype": 151,
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "aur",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
+ "derivation_path": "m/44'/11995'",
+ "links": {
+ "github": "https://github.com/sipherapex/aureus-core",
+ "homepage": "https://aureuscoin.site"
+ },
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"AVA-ERC20": {
"coin": "AVA-ERC20",
"type": "ERC-20",
- "name": "AVA",
+ "name": "AVA (Travala)",
"coinpaprika_id": "ava-travala",
"coingecko_id": "concierge-io",
"livecoinwatch_id": "AVA",
@@ -2956,7 +2064,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "AVA",
+ "fname": "AVA (Travala)",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -2973,23 +2081,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3000,8 +2096,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3062,9 +2157,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
@@ -3073,24 +2165,32 @@
"chain_id": 43114
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -3115,7 +2215,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3136,6 +2236,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3146,10 +2252,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3217,15 +2319,6 @@
}
]
},
- {
- "url": "electrum-eu.avn.network:50001",
- "contact": [
- {
- "email": "contact@avn.network"
- }
- ],
- "protocol": "TCP"
- },
{
"url": "electrum-eu.avn.network:50002",
"protocol": "SSL",
@@ -3244,15 +2337,6 @@
}
]
},
- {
- "url": "electrum-us.avn.network:50001",
- "contact": [
- {
- "email": "contact@avn.network"
- }
- ],
- "protocol": "TCP"
- },
{
"url": "electrum-us.avn.network:50002",
"protocol": "SSL",
@@ -3309,10 +2393,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -3363,23 +2443,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3390,8 +2458,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3403,7 +2470,7 @@
"coinpaprika_id": "axe-axe",
"coingecko_id": "axe",
"livecoinwatch_id": "AXE",
- "explorer_url": "https://axe-explorer.arcpool.com/",
+ "explorer_url": "https://explorer.axe-1.zelcore.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -3504,42 +2571,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "axe.electrum3.cipig.net:10057",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "axe.electrum3.cipig.net:20057",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "axe.electrum3.cipig.net:30057",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -3563,7 +2594,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3584,6 +2615,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3594,10 +2631,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3639,23 +2672,11 @@
},
"contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3666,104 +2687,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "AYA": {
- "coin": "AYA",
- "type": "UTXO",
- "name": "Aryacoin",
- "coinpaprika_id": "aya-aryacoin",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://explorer.aryacoin.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aryacoin Signed Message:\n",
- "fname": "Aryacoin",
- "rpcport": 9332,
- "pubtype": 23,
- "p2shtype": 5,
- "wiftype": 176,
- "txfee": 100000,
- "dust": 54600,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/357'",
- "electrum": [
- {
- "url": "159.69.73.223:5151",
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AYA-BEP20": {
- "coin": "AYA-BEP20",
- "type": "BEP-20",
- "name": "Aryacoin",
- "coinpaprika_id": "",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Aryacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"BABYDOGE-BEP20": {
"coin": "BABYDOGE-BEP20",
"type": "BEP-20",
@@ -3783,7 +2711,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3798,6 +2726,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3808,10 +2742,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3855,19 +2785,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -3907,10 +2833,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -3919,8 +2841,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -3944,7 +2872,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3959,6 +2887,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3969,10 +2903,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4015,23 +2945,11 @@
},
"contract_address": "0xba100000625a3754423978a60c9317c58a424e3D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4042,8 +2960,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4122,23 +3039,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -4177,7 +3082,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4192,6 +3097,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4202,10 +3113,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4230,7 +3137,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4251,6 +3158,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4261,10 +3174,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4302,23 +3211,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4329,66 +3226,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BAND-PLG20": {
- "coin": "BAND-PLG20",
- "type": "Matic",
- "name": "Band Protocol",
- "coinpaprika_id": "band-band-protocol",
- "coingecko_id": "band-protocol",
- "livecoinwatch_id": "BAND",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Band Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4428,10 +3266,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -4440,8 +3274,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -4481,23 +3321,11 @@
},
"contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4508,8 +3336,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4533,7 +3360,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4554,6 +3381,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4564,10 +3397,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4652,10 +3481,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -4712,7 +3537,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50008",
+ "url": "bitcoinii.ddns.net:50008",
"protocol": "TCP",
"contact": [
{
@@ -4721,7 +3546,7 @@
]
},
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4729,15 +3554,6 @@
}
]
},
- {
- "url": "explorer.bitcoin-ii.org:50010",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "1391871602127540236"
- }
- ]
- },
{
"url": "infra1.bitcoin-ii.org:50008",
"protocol": "TCP",
@@ -4809,7 +3625,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50008",
+ "url": "bitcoinii.ddns.net:50008",
"protocol": "TCP",
"contact": [
{
@@ -4818,7 +3634,7 @@
]
},
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4826,15 +3642,6 @@
}
]
},
- {
- "url": "explorer.bitcoin-ii.org:50010",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "1391871602127540236"
- }
- ]
- },
{
"url": "infra1.bitcoin-ii.org:50008",
"protocol": "TCP",
@@ -4865,6 +3672,48 @@
],
"explorer_block_url": "block/"
},
+ "BCASH-GRC20": {
+ "coin": "BCASH-GRC20",
+ "type": "GRC-20",
+ "name": "B-CASH",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "B-CASH",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
+ {
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BCH": {
"coin": "BCH",
"type": "UTXO",
@@ -4979,42 +3828,6 @@
}
]
},
- {
- "url": "bch.electrum3.cipig.net:10055",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "bch.electrum3.cipig.net:20055",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "bch.electrum3.cipig.net:30055",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "bch.imaginary.cash:50002",
"protocol": "SSL"
@@ -5043,129 +3856,6 @@
"explorer_block_url": "block/",
"binance_id": "BCH"
},
- "FLEXUSD-ERC20": {
- "coin": "FLEXUSD-ERC20",
- "type": "ERC-20",
- "name": "flexUSD",
- "coinpaprika_id": "",
- "coingecko_id": "flex-usd",
- "livecoinwatch_id": "FLEXUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "flexUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JOY-PLG20": {
- "coin": "JOY-PLG20",
- "type": "Matic",
- "name": "Joystick.club",
- "coinpaprika_id": "",
- "coingecko_id": "joystick-club",
- "livecoinwatch_id": "JOY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Joystick.club",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"JKC": {
"coin": "JKC",
"type": "UTXO",
@@ -5202,44 +3892,8 @@
"github": "https://github.com/Junkcoin-Foundation/junkcoin-core",
"homepage": "https://junk-coin.com"
},
- "electrum": [
- {
- "url": "electrum.junkiewally.xyz:50003",
- "protocol": "TCP",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- },
- {
- "url": "electrum.junkiewally.xyz:50004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- },
- {
- "url": "electrum.junkiewally.xyz:50005",
- "protocol": "WSS",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"BBK": {
@@ -5301,33 +3955,6 @@
"discord": "475820011634819072"
}
]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -5336,7 +3963,7 @@
"coin": "BBK-BEP20",
"type": "BEP-20",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://bscscan.com/",
@@ -5352,7 +3979,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5367,6 +3994,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5377,10 +4010,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5390,7 +4019,7 @@
"coin": "BBK-PLG20",
"type": "Matic",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://polygonscan.com/",
@@ -5421,10 +4050,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -5476,23 +4101,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5503,8 +4116,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -5530,7 +4142,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5545,6 +4157,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5555,16 +4173,111 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BCH"
},
+ "BCH2": {
+ "coin": "BCH2",
+ "type": "UTXO",
+ "name": "Bitcoin Cash II",
+ "coinpaprika_id": "bch2-bitcoin-cash-ii",
+ "coingecko_id": "bitcoin-cash-ii",
+ "livecoinwatch_id": "BCH2",
+ "explorer_url": "https://explorer.bch2.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Bitcoin Cash II",
+ "rpcport": 8342,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 1000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "bitcoincashii"
+ },
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/145'",
+ "trezor_coin": "Bitcoin Cash",
+ "links": {
+ "github": "https://github.com/Bitcoin-II",
+ "homepage": "https://bch2.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.bch2.org:50001",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum.bch2.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50001",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum2.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BEAMX-BEP20": {
"coin": "BEAMX-BEP20",
"type": "BEP-20",
@@ -5603,6 +4316,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5613,10 +4332,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5657,10 +4372,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -5669,8 +4380,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -5707,23 +4424,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5734,65 +4439,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "BIDR-BEP20": {
- "coin": "BIDR-BEP20",
- "type": "BEP-20",
- "name": "BIDR",
- "coinpaprika_id": "bidr-binanceidr",
- "coingecko_id": "binanceidr",
- "livecoinwatch_id": "BIDR",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "BIDR",
- "rpcport": 80,
- "chain_id": 56,
- "mm2": 1,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"BITN": {
"coin": "BITN",
"type": "UTXO",
@@ -5800,7 +4451,7 @@
"coinpaprika_id": "bit-bitnet",
"coingecko_id": "bitnet-io",
"livecoinwatch_id": "________BIT",
- "explorer_url": "https://bitexplorer.io/",
+ "explorer_url": "https://bitnet.outsidethebox.top/explorer/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -5823,8 +4474,71 @@
"protocol": {
"type": "UTXO"
},
- "electrum": [],
- "delisted": true,
+ "electrum": [
+ {
+ "url": "bit-e.minethepla.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ {
+ "url": "bit-e.minethepla.net:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50011",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50012",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50014",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
+ },
+ {
+ "url": "bitnet.outsidethebox.top:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ {
+ "url": "bitnet.outsidethebox.top:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ }
+ ],
"explorer_block_url": "block/"
},
"BCZERO": {
@@ -5854,7 +4568,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -5936,42 +4649,48 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "bczero.electrum3.cipig.net:10003",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "bczero.electrum3.cipig.net:20003",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BCZERO-GRC20": {
+ "coin": "BCZERO-GRC20",
+ "type": "GRC-20",
+ "name": "Buggyra Coin Zero",
+ "coinpaprika_id": "bczero-buggyra-coin-zero",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BCZERO",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Buggyra Coin Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "bczero.electrum3.cipig.net:30003",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -6012,25 +4731,79 @@
"github": "https://github.com/briskcoin-project/briskcoin",
"homepage": "https://briskcoin.org"
},
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "HRC": {
+ "coin": "HRC",
+ "type": "UTXO",
+ "name": "Hypercoin",
+ "coinpaprika_id": "hrc-hypercoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__HRC",
+ "explorer_url": "https://explorer.hypercoin.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Hypercoin Signed Message:\n",
+ "fname": "Hypercoin",
+ "rpcport": 8992,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 0,
+ "segwit": true,
+ "bech32_hrp": "hc",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1935'",
+ "trezor_coin": "Hypercoin",
+ "links": {
+ "github": "https://github.com/hypercoin-prj/hypercoin",
+ "homepage": "https://hypercoin.network"
+ },
"electrum": [
{
- "url": "electrumx1.briskcoin.org:50001",
- "protocol": "TCP"
+ "url": "electrumx1.hypercoin.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@hypercoin.network"
+ }
+ ]
},
{
- "url": "electrumx1.briskcoin.org:50002",
+ "url": "electrumx1.hypercoin.network:50002",
"protocol": "SSL"
},
{
- "url": "electrumx2.briskcoin.org:50001",
- "protocol": "TCP"
+ "url": "electrumx1.hypercoin.network:50003",
+ "protocol": "WSS"
},
{
- "url": "electrumx2.briskcoin.org:50002",
+ "url": "electrumx2.hypercoin.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@hypercoin.network"
+ }
+ ]
+ },
+ {
+ "url": "electrumx2.hypercoin.network:50002",
"protocol": "SSL"
},
{
- "url": "electrumx2.briskcoin.org:50003",
+ "url": "electrumx2.hypercoin.network:50003",
"protocol": "WSS"
}
],
@@ -6180,7 +4953,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6195,6 +4968,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6205,10 +4984,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6337,44 +5112,6 @@
],
"explorer_block_url": "block/"
},
- "BLOCX": {
- "coin": "BLOCX",
- "type": "UTXO",
- "name": "BLOCX.",
- "coinpaprika_id": "blocx-blocx",
- "coingecko_id": "blocx-2",
- "livecoinwatch_id": "BLOCX",
- "explorer_url": "https://explorer.blocx.space/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "BLOCX.",
- "rpcport": 12973,
- "pubtype": 25,
- "p2shtype": 26,
- "wiftype": 153,
- "segwit": false,
- "txfee": 1000,
- "mm2": 1,
- "delisted": true,
- "required_confirmations": 3,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/BLOCXTECH/BLOCX",
- "homepage": "https://blocx.tech"
- },
- "electrum": [],
- "explorer_block_url": "block/"
- },
"BNB": {
"coin": "BNB",
"type": "BEP-20",
@@ -6391,7 +5128,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -6411,6 +5148,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6421,10 +5164,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6466,12 +5205,8 @@
"github": "https://github.com/BOLI-Project/BolivarCoin",
"homepage": "https://bolis.info"
},
- "electrum": [
- {
- "url": "electrum2.bolivarcoin.tech:23001",
- "protocol": "TCP"
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block.dws?"
},
"BONE-ERC20": {
@@ -6505,23 +5240,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6532,8 +5255,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6643,7 +5365,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6664,6 +5386,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6674,10 +5402,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6720,23 +5444,11 @@
},
"contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6747,8 +5459,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6788,10 +5499,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -6847,23 +5554,11 @@
},
"contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6874,8 +5569,110 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-GNO": {
+ "coin": "BRLA-GNO",
+ "type": "Gnosis",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-PLG20": {
+ "coin": "BRLA-PLG20",
+ "type": "Matic",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -6900,7 +5697,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 4,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6915,6 +5712,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6925,10 +5728,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6966,23 +5765,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6993,8 +5780,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -7029,23 +5815,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -7100,10 +5874,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -7112,8 +5882,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -7165,30 +5941,6 @@
{
"url": "bsty-main.coinmunity.gold:50013",
"protocol": "WSS"
- },
- {
- "url": "electrumserver01.globalboost.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumserver01.globalboost.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumserver01.globalboost.info:50014",
- "protocol": "SSL"
- },
- {
- "url": "electrumserver02.globalboost.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumserver02.globalboost.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumserver02.globalboost.info:50014",
- "protocol": "SSL"
}
],
"explorer_block_url": "block/"
@@ -7303,42 +6055,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:10000",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btc.electrum3.cipig.net:30000",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -7458,42 +6174,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:10000",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btc.electrum3.cipig.net:30000",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -7518,7 +6198,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7539,6 +6219,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7549,10 +6235,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -7585,6 +6267,8 @@
"txfee": 10000,
"txversion": 4,
"overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0xe9ff75a6",
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 150,
@@ -7594,58 +6278,22 @@
"derivation_path": "m/44'/177'",
"electrum": [
{
- "url": "electrum1.btcz.rocks:50001",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum1.btcz.rocks:50004",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum2.btcz.rocks:50001",
+ "url": "electrum2.btcz.rocks:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "VandarGR#6065"
+ "discord": "517255090633965586"
}
- ],
- "protocol": "TCP"
+ ]
},
{
"url": "electrum2.btcz.rocks:50004",
+ "protocol": "WSS",
"contact": [
{
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum3.btcz.rocks:50001",
- "contact": [
- {
- "discord": "426842722436120577"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum3.btcz.rocks:50004",
- "contact": [
- {
- "discord": "426842722436120577"
+ "discord": "517255090633965586"
}
- ],
- "protocol": "WSS"
+ ]
}
],
"explorer_block_url": "block/"
@@ -7670,7 +6318,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7685,6 +6333,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7695,10 +6349,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -7966,57 +6616,70 @@
],
"explorer_block_url": "block/"
},
- "BTT-BEP20": {
- "coin": "BTT-BEP20",
- "type": "BEP-20",
- "name": "BitTorrent (OLD)",
- "coinpaprika_id": "btt-bittorrent",
- "coingecko_id": "bittorrent-old",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "BTGS": {
+ "coin": "BTGS",
+ "type": "UTXO",
+ "name": "Bitcoin Gold BTGS",
+ "coinpaprika_id": "btgs-bitcoingold",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BTGS",
+ "explorer_url": "https://explore.btgscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BitTorrent (OLD)",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "BitcoinGold Signed Message:\n",
+ "fname": "Bitcoin Gold BTGS",
+ "rpcport": 18888,
+ "pubtype": 38,
+ "p2shtype": 22,
+ "wiftype": 176,
+ "fork_id": "0x00",
+ "signature_version": "base",
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "bcg",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "derivation_path": "m/44'/18888'",
+ "links": {
+ "github": "https://github.com/BTGSCOINDEV/BTGS",
+ "homepage": "https://bitcoingold.site",
+ "homepage2": "https://btgscoin.site"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "electrum.bitcoingold.site:50001",
+ "protocol": "TCP"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum.bitcoingold.site:50002",
+ "protocol": "SSL"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.bitcoingold.site:50005",
+ "protocol": "WSS"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.btgscoin.site:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.btgscoin.site:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum.btgscoin.site:50005",
+ "protocol": "WSS"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BTTC-BEP20": {
@@ -8039,7 +6702,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8060,6 +6723,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8070,10 +6739,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8116,23 +6781,11 @@
},
"contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8143,8 +6796,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8184,10 +6836,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -8311,30 +6959,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btx.electrum3.cipig.net:30069",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -8447,30 +7071,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btx.electrum3.cipig.net:30069",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -8495,7 +7095,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8511,230 +7111,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "BUSD-AVX20": {
- "coin": "BUSD-AVX20",
- "type": "AVX-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-MVR20": {
- "coin": "BUSD-MVR20",
- "type": "Moonriver",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-ERC20": {
- "coin": "BUSD-ERC20",
- "type": "ERC-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Binance USD (BUSD)",
- "links": {
- "github": "https://github.com/paxosglobal/busd-contract",
- "homepage": "https://www.paxos.com/busd"
- },
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-BEP20": {
- "coin": "BUSD-BEP20",
- "type": "BEP-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8745,73 +7126,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "BUSD-PLG20": {
- "coin": "BUSD-PLG20",
- "type": "Matic",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CADC-ARB20": {
"coin": "CADC-ARB20",
"type": "Arbitrum",
@@ -8850,19 +7169,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -8907,11 +7222,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -8951,23 +7262,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8978,8 +7277,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9014,23 +7312,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9069,7 +7355,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9091,59 +7377,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "CASE-BEP20": {
- "coin": "CASE-BEP20",
- "type": "BEP-20",
- "name": "Case Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Case Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9154,161 +7392,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CCL": {
- "coin": "CCL",
- "type": "Smart Chain",
- "name": "CoinCollect",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://ccl.kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CCL",
- "fname": "CoinCollect",
- "is_privacy_coin": true,
- "rpcport": 20849,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "ccl.electrum1.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ccl.electrum1.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum1.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ccl.electrum2.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ccl.electrum3.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"CDN": {
"coin": "CDN",
"type": "UTXO",
@@ -9348,12 +7436,22 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34335",
+ "url": "lenoir.ecoincore.com:34335",
+ "protocol": "WSS",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34335",
"protocol": "WSS",
"disable_cert_verification": true
},
@@ -9423,12 +7521,22 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "lenoir.ecoincore.com:34335",
+ "protocol": "WSS",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34335",
+ "url": "mumbai.ecoincore.com:34335",
"protocol": "WSS",
"disable_cert_verification": true
},
@@ -9490,10 +7598,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9545,23 +7649,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9572,8 +7664,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9613,10 +7704,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9673,23 +7760,11 @@
},
"contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9700,8 +7775,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9726,7 +7800,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9747,6 +7821,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9757,10 +7837,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9804,19 +7880,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -9841,7 +7913,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9862,6 +7934,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9872,10 +7950,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9989,42 +8063,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "chips.electrum3.cipig.net:10012",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "chips.electrum3.cipig.net:20012",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "chips.electrum3.cipig.net:30012",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -10194,7 +8232,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10209,6 +8247,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10219,142 +8263,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CHSB-ERC20": {
- "coin": "CHSB-ERC20",
- "type": "ERC-20",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "SwissBorg",
- "links": {
- "homepage": "https://swissborg.com"
- },
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "CHSB-PLG20": {
- "coin": "CHSB-PLG20",
- "type": "Matic",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CHZ-ERC20": {
"coin": "CHZ-ERC20",
"type": "ERC-20",
@@ -10387,23 +8300,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10414,8 +8315,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10499,10 +8399,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -10557,59 +8453,8 @@
"github": "https://github.com/nochowderforyou/clams",
"homepage": "http://clamclient.com"
},
- "electrum": [
- {
- "url": "clam-ex-one.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:20075",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:30075",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block.dws?"
},
"CLC": {
@@ -10638,7 +8483,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -10704,7 +8548,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10719,6 +8563,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10729,10 +8579,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10802,10 +8648,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -10814,8 +8656,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -10839,7 +8687,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10860,6 +8708,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10870,10 +8724,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10916,23 +8766,11 @@
},
"contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10943,8 +8781,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11023,23 +8860,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -11091,23 +8916,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11118,8 +8931,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11203,10 +9015,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -11338,42 +9146,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -11410,23 +9182,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11437,8 +9197,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11481,19 +9240,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -11533,10 +9288,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -11545,8 +9296,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -11625,23 +9382,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -11680,7 +9425,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11695,6 +9440,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11705,10 +9456,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11733,7 +9480,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11748,6 +9495,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11758,10 +9511,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11799,23 +9548,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11826,8 +9563,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12021,10 +9757,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -12033,8 +9765,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -12075,23 +9813,11 @@
},
"contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12102,8 +9828,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12127,7 +9852,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12148,6 +9873,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12158,65 +9889,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DAI-MVR20": {
- "coin": "DAI-MVR20",
- "type": "Moonriver",
- "name": "Dai",
- "coinpaprika_id": "dai-dai",
- "coingecko_id": "dai",
- "livecoinwatch_id": "DAI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Dai",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"DAI-PLG20": {
"coin": "DAI-PLG20",
"type": "Matic",
@@ -12247,23 +9924,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -12391,111 +10056,11 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dash.electrum3.cipig.net:10061",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "dash.electrum3.cipig.net:20061",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "dash.electrum3.cipig.net:30061",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "DASH"
},
- "DDD-ERC20": {
- "coin": "DDD-ERC20",
- "type": "ERC-20",
- "name": "Scry.info",
- "coinpaprika_id": "ddd-scryinfo",
- "coingecko_id": "scry-info",
- "livecoinwatch_id": "DDD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Scry.info",
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"DENT-ERC20": {
"coin": "DENT-ERC20",
"type": "ERC-20",
@@ -12531,23 +10096,11 @@
},
"contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12558,8 +10111,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12596,23 +10148,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12623,8 +10163,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12659,23 +10198,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -12804,42 +10331,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:10059",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "dgb.electrum3.cipig.net:30059",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -12958,42 +10449,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:10059",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "dgb.electrum3.cipig.net:30059",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -13029,24 +10484,6 @@
},
"derivation_path": "m/44'/18'",
"electrum": [
- {
- "url": "dgc-ex-three.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "dgc-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "electrumx.dgc.ewmcx.org:50001",
"protocol": "TCP"
@@ -13055,6 +10492,10 @@
"url": "electrumx.dgc.ewmcx.org:50002",
"protocol": "SSL"
},
+ {
+ "url": "electrumx.dgc.ewmcx.org:50003",
+ "protocol": "WSS"
+ },
{
"url": "failover.dgc.ewmcx.biz:50002",
"protocol": "SSL",
@@ -13100,23 +10541,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13127,8 +10556,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13153,7 +10581,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13174,6 +10602,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13184,10 +10618,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13322,92 +10752,6 @@
],
"explorer_block_url": "block/"
},
- "DIAC": {
- "coin": "DIAC",
- "type": "UTXO",
- "name": "Diabase",
- "coinpaprika_id": "diac-diabase",
- "coingecko_id": "diabase",
- "livecoinwatch_id": "DIAC",
- "explorer_url": "http://explorer.diabasecoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Diabase",
- "confpath": "USERHOME/.diabasecore/diabase.conf",
- "rpcport": 7676,
- "pubtype": 76,
- "p2shtype": 16,
- "wiftype": 204,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/diabasecoin/diabase",
- "homepage": "https://www.diabasecoin.com"
- },
- "electrum": [
- {
- "url": "diac.electrum1.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum1.cipig.net:30072",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:30072",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"DIME": {
"coin": "DIME",
"type": "UTXO",
@@ -13443,42 +10787,6 @@
"github": "https://github.com/dime-coin/dimecoin/"
},
"electrum": [
- {
- "url": "electrumx1.dimecoinnetwork.com:50001",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx1.dimecoinnetwork.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
- {
- "url": "electrumx1.dimecoinnetwork.com:50004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
{
"url": "electrumx2.dimecoinnetwork.com:50001",
"contact": [
@@ -13641,7 +10949,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13656,6 +10964,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13666,10 +10980,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13787,42 +11097,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -13918,7 +11192,61 @@
]
},
{
- "url": "elecx2.dingocoin.com:3339",
+ "url": "elecx2.kmsoftware.org:3339",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "elecx2.kmsoftware.org:3341",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "elecx2.kmsoftware.org:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3341",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3339",
"protocol": "TCP",
"contact": [
{
@@ -13927,7 +11255,7 @@
]
},
{
- "url": "elecx2.dingocoin.com:3341",
+ "url": "seed3.dingocoin.com:3341",
"protocol": "WSS",
"contact": [
{
@@ -13936,7 +11264,7 @@
]
},
{
- "url": "elecx2.dingocoin.com:3342",
+ "url": "seed3.dingocoin.com:3342",
"protocol": "SSL",
"contact": [
{
@@ -13967,7 +11295,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13981,6 +11309,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13991,10 +11325,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14038,19 +11368,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -14074,7 +11400,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14095,6 +11421,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14105,10 +11437,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14146,23 +11474,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14173,8 +11489,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14330,55 +11645,141 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DSV": {
+ "coin": "DSV",
+ "type": "UTXO",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
},
{
- "url": "doge.electrum3.cipig.net:10060",
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "doge.electrum3.cipig.net:20060",
- "protocol": "SSL",
+ "url": "node1.doriancoin.com:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "doge.electrum3.cipig.net:30060",
+ "url": "node1.doriancoin.com:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "block/"
},
- "DEV": {
- "coin": "DEV",
+ "DSV-segwit": {
+ "coin": "DSV-segwit",
"type": "UTXO",
- "name": "DogecoinEV",
- "coinpaprika_id": "dev-dogecoinev",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "________DEV",
- "explorer_url": "https://explorer.dogecoinev.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -14386,93 +11787,125 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DogecoinEV Signed Message:\n",
- "fname": "DogecoinEV",
- "rpcport": 42069,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
"pubtype": 30,
- "p2shtype": 22,
- "wiftype": 158,
- "segwit": false,
- "txfee": 1000000,
- "dingo_fee": true,
- "dust": 1000000,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "DSV",
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1420'",
+ "derivation_path": "m/84'/1948'",
"links": {
- "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
- "homepage": "https://dogecoinev.com"
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
},
"electrum": [
{
- "url": "api.dogecoinev.com:50001",
+ "url": "electrumx.doriancoin.com:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api.dogecoinev.com:50002",
- "protocol": "WSS",
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api.dogecoinev.com:50003",
- "protocol": "SSL",
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api2.dogecoinev.com:50001",
+ "url": "node1.doriancoin.com:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api2.dogecoinev.com:50002",
+ "url": "node1.doriancoin.com:50004",
"protocol": "WSS",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api2.dogecoinev.com:50003",
+ "url": "node2.doriancoin.com:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
}
],
"explorer_block_url": "block/"
},
- "MYDOGE": {
- "coin": "MYDOGE",
+ "WJK": {
+ "coin": "WJK",
"type": "UTXO",
- "name": "Mydogecoin",
- "coinpaprika_id": "mydoge-mydogecoin",
- "coingecko_id": "mydogecoin",
- "livecoinwatch_id": "MYDOGE",
- "explorer_url": "https://explorer.mydogecoin.fun/",
+ "name": "WojakCoin",
+ "coinpaprika_id": "wjk-wojakcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "WJK",
+ "explorer_url": "https://explorer.wojakcoin.cash/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -14480,172 +11913,271 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Mydogecoin Signed Message:\n",
- "fname": "Mydogecoin",
- "rpcport": 22776,
- "pubtype": 51,
- "p2shtype": 30,
- "wiftype": 158,
- "txfee": 1000000,
- "dust": 1000000,
+ "sign_message_prefix": "WojakCoin Signed Message:\n",
+ "fname": "WojakCoin",
+ "rpcport": 20760,
+ "pubtype": 73,
+ "p2shtype": 5,
+ "wiftype": 201,
+ "segwit": false,
+ "txfee": 100000,
+ "dust": 100000,
"mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1995'",
- "trezor_coin": "Mydogecoin",
+ "derivation_path": "m/44'/20760'",
"links": {
- "github": "https://github.com/mydogecoin-project/mydogecoin",
- "homepage": "https://mydogecoin.fun"
+ "github": "https://github.com/wojakcoinproj/wojakcore",
+ "homepage": "https://wojakcoin.cash"
},
"electrum": [
{
- "url": "electrumx1.mydogecoin.fun:60001",
+ "url": "electrum1.wojakcoin.cash:50101",
"protocol": "TCP",
"contact": [
{
- "email": "support@mydogecoin.fun"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "electrumx1.mydogecoin.fun:60002",
- "protocol": "SSL"
+ "url": "electrum1.wojakcoin.cash:50102",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "electrumx1.mydogecoin.fun:60003",
- "protocol": "WSS"
+ "url": "electrum1.wojakcoin.cash:50104",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "electrumx2.mydogecoin.fun:60001",
+ "url": "electrum2.wojakcoin.cash:50001",
"protocol": "TCP",
"contact": [
{
- "email": "support@mydogecoin.fun"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "electrumx2.mydogecoin.fun:60002",
- "protocol": "SSL"
+ "url": "electrum2.wojakcoin.cash:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "electrumx2.mydogecoin.fun:60003",
- "protocol": "WSS"
+ "url": "electrum2.wojakcoin.cash:50003",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "DOGE-BEP20": {
- "coin": "DOGE-BEP20",
- "type": "BEP-20",
- "name": "Dogecoin",
- "coinpaprika_id": "doge-dogecoin",
- "coingecko_id": "dogecoin",
- "livecoinwatch_id": "DOGE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
+ "MWC": {
+ "coin": "MWC",
+ "type": "UTXO",
+ "name": "MinersWorldCoin",
+ "coinpaprika_id": "mwc-minersworldcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__MWC",
+ "explorer_url": "https://miners-world-coin-mwc.github.io/explorer/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Dogecoin",
- "rpcport": 80,
+ "sign_message_prefix": "MinersWorldCoin Signed Message:\n",
+ "fname": "MinersWorldCoin",
+ "rpcport": 5579,
+ "pubtype": 20,
+ "p2shtype": 10,
+ "wiftype": 123,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mwc",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
+ "derivation_path": "m/44'/5579'",
+ "links": {
+ "github": "https://github.com/Miners-World-Coin-MWC/MinersWorldCoin",
+ "homepage": "https://minersworld.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum.minersworld.org:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.minersworld.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.minersworld.org:50005",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "#/block/"
},
- "DOGEC": {
- "coin": "DOGEC",
+ "DEV": {
+ "coin": "DEV",
"type": "UTXO",
- "name": "DogeCash",
- "coinpaprika_id": "dogec-dogecash",
- "coingecko_id": "dogecash",
- "livecoinwatch_id": "DOGEC",
- "explorer_url": "https://explorer.dogecash.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
+ "name": "DogecoinEV",
+ "coinpaprika_id": "dev-dogecoinev",
+ "coingecko_id": "",
+ "livecoinwatch_id": "________DEV",
+ "explorer_url": "https://explorer.dogecoinev.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DarkNet Signed Message:\n",
- "fname": "DogeCash",
- "rpcport": 56750,
+ "sign_message_prefix": "DogecoinEV Signed Message:\n",
+ "fname": "DogecoinEV",
+ "rpcport": 42069,
"pubtype": 30,
- "p2shtype": 19,
- "wiftype": 122,
- "txfee": 10000,
- "dust": 5460,
+ "p2shtype": 22,
+ "wiftype": 158,
+ "segwit": false,
+ "txfee": 1000000,
+ "dingo_fee": true,
+ "dust": 1000000,
"mm2": 1,
"required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
- "type": "UTXO",
- "chain_variant": "PIVX"
+ "type": "UTXO"
},
- "derivation_path": "m/44'/385'",
+ "derivation_path": "m/44'/1420'",
"links": {
- "github": "https://github.com/dogecash/dogecash",
- "homepage": "https://dogecash.net"
+ "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
+ "homepage": "https://dogecoinev.com"
+ },
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "MYDOGE": {
+ "coin": "MYDOGE",
+ "type": "UTXO",
+ "name": "Mydogecoin",
+ "coinpaprika_id": "mydoge-mydogecoin",
+ "coingecko_id": "mydogecoin",
+ "livecoinwatch_id": "MYDOGE",
+ "explorer_url": "https://explorer.mydogecoin.fun/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Mydogecoin Signed Message:\n",
+ "fname": "Mydogecoin",
+ "rpcport": 22776,
+ "pubtype": 51,
+ "p2shtype": 30,
+ "wiftype": 158,
+ "txfee": 1000000,
+ "dust": 1000000,
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1995'",
+ "trezor_coin": "Mydogecoin",
+ "links": {
+ "github": "https://github.com/mydogecoin-project/mydogecoin",
+ "homepage": "https://mydogecoin.fun"
},
"electrum": [
{
- "url": "dogec-one.ewm-cx.com:50007",
+ "url": "electrumx1.mydogecoin.fun:60001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@mydogecoin.fun"
+ }
+ ]
+ },
+ {
+ "url": "electrumx1.mydogecoin.fun:60002",
"protocol": "SSL"
},
{
- "url": "dogec-one.ewm-cx.com:50008",
+ "url": "electrumx1.mydogecoin.fun:60003",
+ "protocol": "WSS"
+ },
+ {
+ "url": "electrumx2.mydogecoin.fun:60001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@mydogecoin.fun"
+ }
+ ]
+ },
+ {
+ "url": "electrumx2.mydogecoin.fun:60002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx2.mydogecoin.fun:60003",
"protocol": "WSS"
}
],
"explorer_block_url": "block/"
},
- "DOGEDASH-BEP20": {
- "coin": "DOGEDASH-BEP20",
+ "DOGE-BEP20": {
+ "coin": "DOGE-BEP20",
"type": "BEP-20",
- "name": "Doge Dash",
- "coinpaprika_id": "dogedash-doge-dash",
- "coingecko_id": "doge-dash",
- "livecoinwatch_id": "DOGEDASH",
+ "name": "Dogecoin",
+ "coinpaprika_id": "doge-dogecoin",
+ "coingecko_id": "dogecoin",
+ "livecoinwatch_id": "DOGE",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14654,25 +12186,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Doge Dash",
+ "fname": "Dogecoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70"
+ "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70",
+ "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14683,13 +12221,57 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DOGEC": {
+ "coin": "DOGEC",
+ "type": "UTXO",
+ "name": "DogeCash",
+ "coinpaprika_id": "dogec-dogecash",
+ "coingecko_id": "dogecash",
+ "livecoinwatch_id": "DOGEC",
+ "explorer_url": "https://explorer.dogecash.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "DarkNet Signed Message:\n",
+ "fname": "DogeCash",
+ "rpcport": 56750,
+ "pubtype": 30,
+ "p2shtype": 19,
+ "wiftype": 122,
+ "txfee": 10000,
+ "dust": 5460,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "PIVX"
+ },
+ "derivation_path": "m/44'/385'",
+ "links": {
+ "github": "https://github.com/dogecash/dogecash",
+ "homepage": "https://dogecash.net"
+ },
+ "electrum": [
+ {
+ "url": "dogec-one.ewm-cx.com:50007",
+ "protocol": "SSL"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "dogec-one.ewm-cx.com:50008",
+ "protocol": "WSS"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOGGY-BEP20": {
@@ -14711,7 +12293,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14726,6 +12308,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14736,10 +12324,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14764,7 +12348,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14785,6 +12369,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14795,10 +12385,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14831,24 +12417,14 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "1.eu.dp.electrum.dexstats.info:10021",
- "contact": [
- {
- "discord": "Zanzarismo#6500"
- }
- ],
- "protocol": "TCP"
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"DOI": {
@@ -14924,6 +12500,36 @@
}
]
},
+ {
+ "url": "pink-deer-69.doi.works:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
+ {
+ "url": "pink-deer-69.doi.works:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
+ {
+ "url": "pink-deer-69.doi.works:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
{
"url": "ugly-bird-70.doi.works:50002",
"protocol": "SSL",
@@ -14992,16 +12598,6 @@
"url": "electrum1.egulden.org:50004",
"protocol": "WSS",
"disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50004",
- "protocol": "WSS",
- "disable_cert_verification": true
}
],
"explorer_block_url": "block.dws?"
@@ -15025,7 +12621,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15046,6 +12642,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15056,80 +12658,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "EILN-ERC20": {
- "coin": "EILN-ERC20",
- "type": "ERC-20",
- "name": "eIlien",
- "coinpaprika_id": "eiln-e-ilien",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "eIlien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"ELF-BEP20": {
"coin": "ELF-BEP20",
"type": "BEP-20",
@@ -15149,7 +12682,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15170,6 +12703,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15180,10 +12719,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15226,23 +12761,11 @@
},
"contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15253,8 +12776,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15402,23 +12924,11 @@
},
"contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15429,8 +12939,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15479,14 +12988,14 @@
],
"explorer_block_url": "block/"
},
- "ENJ-PLG20": {
- "coin": "ENJ-PLG20",
- "type": "Matic",
- "name": "Enjin Coin",
- "coinpaprika_id": "enj-enjin-coin",
- "coingecko_id": "enjincoin",
- "livecoinwatch_id": "ENJ",
- "explorer_url": "https://polygonscan.com/",
+ "ENS-ERC20": {
+ "coin": "ENS-ERC20",
+ "type": "ERC-20",
+ "name": "Ethereum Name Service",
+ "coinpaprika_id": "ens-ethereum-name-service",
+ "coingecko_id": "ethereum-name-service",
+ "livecoinwatch_id": "ENS",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -15494,45 +13003,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Enjin Coin",
+ "fname": "Ethereum Name Service",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
+ "platform": "ETH",
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ens.domains"
+ },
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15556,7 +13062,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15577,6 +13083,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15587,10 +13099,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15615,7 +13123,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 61,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -15634,13 +13141,14 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://etc.etcdesktop.com"
+ "url": "https://0xrpc.io/etc",
+ "ws_url": "wss://0xrpc.io/etc"
},
{
"url": "https://etc.rivet.link"
},
{
- "url": "https://rpc.etcinscribe.com"
+ "url": "https://ethereum-classic-mainnet.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -15665,7 +13173,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15680,6 +13188,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15690,10 +13204,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15719,8 +13229,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -15732,23 +13240,13 @@
},
"trezor_coin": "Ethereum",
"derivation_path": "m/44'/60'",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15757,6 +13255,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -15797,10 +13298,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -15809,8 +13306,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -15847,21 +13350,24 @@
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"estimate_gas_mult": 1.3,
+ "gas_limit": {
+ "eth_send_coins": 50000
+ },
"swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/",
@@ -15906,11 +13412,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -15938,7 +13440,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15959,6 +13461,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15969,10 +13477,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16054,23 +13558,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16091,6 +13583,160 @@
"explorer_block_url": "block/",
"binance_id": "ETH"
},
+ "ETHFI-ERC20": {
+ "coin": "ETHFI-ERC20",
+ "type": "ERC-20",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.ether.fi"
+ },
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-ARB20": {
+ "coin": "ETHFI-ARB20",
+ "type": "Arbitrum",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-BASE": {
+ "coin": "ETHFI-BASE",
+ "type": "Base",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"EURC-AVX20": {
"coin": "EURC-AVX20",
"type": "AVX-20",
@@ -16126,10 +13772,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -16138,8 +13780,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -16184,11 +13832,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -16231,23 +13875,11 @@
},
"contract_address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16258,8 +13890,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16302,19 +13933,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -16351,23 +13978,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16378,8 +13993,56 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "EURE-GNO": {
+ "coin": "EURE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium EUR",
+ "coinpaprika_id": "eure-monerium-eur-emoney",
+ "coingecko_id": "monerium-eur-money",
+ "livecoinwatch_id": "EURE",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium EUR",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -16414,154 +14077,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 90000,
- "erc20_payment": 150000,
- "erc20_receiver_spend": 120000,
- "erc20_sender_refund": 120000
+ "eth_send_erc20": 110000,
+ "erc20_payment": 170000,
+ "erc20_receiver_spend": 140000,
+ "erc20_sender_refund": 140000
},
"contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-ERC20": {
- "coin": "EUROE-ERC20",
- "type": "ERC-20",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "euroe-euroe-stablecoin",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-PLG20": {
- "coin": "EUROE-PLG20",
- "type": "Matic",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16618,23 +14144,11 @@
},
"contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16645,8 +14159,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16681,23 +14194,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16720,7 +14221,7 @@
"EWT": {
"coin": "EWT",
"type": "EWT",
- "name": "Energy Web",
+ "name": "Energy Web (OLD)",
"coinpaprika_id": "ewt-energy-web-token",
"coingecko_id": "energy-web-token",
"livecoinwatch_id": "EWT",
@@ -16731,12 +14232,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Energy Web",
+ "wallet_only": true,
+ "fname": "Energy Web (OLD)",
"rpcport": 80,
"mm2": 1,
"chain_id": 246,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 5,
@@ -16761,14 +14261,14 @@
],
"explorer_block_url": "block/"
},
- "EXN-BEP20": {
- "coin": "EXN-BEP20",
- "type": "BEP-20",
- "name": "Expoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "EWT-ERC20": {
+ "coin": "EWT-ERC20",
+ "type": "ERC-20",
+ "name": "Energy Web",
+ "coinpaprika_id": "ewt-energy-web-token",
+ "coingecko_id": "energy-web-token",
+ "livecoinwatch_id": "EWT",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -16776,43 +14276,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Expoin",
+ "fname": "Energy Web",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360"
+ "platform": "ETH",
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://www.energyweb.org"
+ },
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FDUSD-ERC20": {
@@ -16850,23 +14351,11 @@
},
"contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16877,8 +14366,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16903,7 +14391,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16927,6 +14415,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16937,10 +14431,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16978,23 +14468,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17005,8 +14483,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17043,23 +14520,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17070,8 +14535,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17096,7 +14560,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17111,6 +14575,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17121,10 +14591,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17165,10 +14631,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -17207,7 +14669,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17228,6 +14690,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17238,10 +14706,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17279,23 +14743,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17306,8 +14758,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17478,7 +14929,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17488,8 +14939,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -17501,6 +14950,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17511,10 +14966,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17524,9 +14975,9 @@
"coin": "FIX",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17623,9 +15074,9 @@
"coin": "FIX-segwit",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17745,7 +15196,7 @@
"wiftype": 164,
"segwit": true,
"bech32_hrp": "fc",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -17843,7 +15294,7 @@
"format": "segwit"
},
"orderbook_ticker": "FJC",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -17914,13 +15365,13 @@
],
"explorer_block_url": "block/"
},
- "FJC-BEP20": {
- "coin": "FJC-BEP20",
+ "FJCB-BEP20": {
+ "coin": "FJCB-BEP20",
"type": "BEP-20",
- "name": "Fujicoin",
- "coinpaprika_id": "fjc-fujicoin",
- "coingecko_id": "fujicoin",
- "livecoinwatch_id": "FJC",
+ "name": "FJCB Fujicoin",
+ "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17929,25 +15380,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Fujicoin",
+ "fname": "FJCB Fujicoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf"
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf",
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17958,23 +15415,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FJCB-BEP20": {
- "coin": "FJCB-BEP20",
- "type": "BEP-20",
- "name": "FJCB Fujicoin",
- "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "FLC": {
+ "coin": "FLC",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
"coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -17982,42 +15435,181 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "FJCB Fujicoin",
- "rpcport": 80,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "txfee": 0,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum-flc.hashboard.space:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum-flc.hashboard.space:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLC-segwit": {
+ "coin": "FLC-segwit",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "address_format": {
+ "format": "segwit"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "orderbook_ticker": "FLC",
+ "txfee": 0,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "electrum-flc.hashboard.space:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum-flc.hashboard.space:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.myfloki.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FLOKI-BEP20": {
@@ -18039,7 +15631,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18060,6 +15652,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18070,80 +15668,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "STFIRO-ERC20": {
- "coin": "STFIRO-ERC20",
- "type": "ERC-20",
- "name": "StakedFIRO",
- "coinpaprika_id": "",
- "coingecko_id": "stakehound",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "StakedFIRO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"FLO": {
"coin": "FLO",
"type": "UTXO",
@@ -18197,7 +15726,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18207,8 +15736,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -18220,6 +15747,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18230,10 +15763,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18347,42 +15876,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:10054",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ftc.electrum3.cipig.net:30054",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -18499,42 +15992,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:10054",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ftc.electrum3.cipig.net:30054",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -18558,7 +16015,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18573,6 +16030,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18583,10 +16046,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18628,23 +16087,11 @@
},
"contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18655,8 +16102,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18681,7 +16127,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18702,6 +16148,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18712,10 +16164,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18725,7 +16173,7 @@
"coin": "FXS-ERC20",
"type": "ERC-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://etherscan.io/",
@@ -18753,23 +16201,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18780,8 +16216,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18790,7 +16225,7 @@
"coin": "FXS-PLG20",
"type": "Matic",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://polygonscan.com/",
@@ -18816,23 +16251,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -18856,7 +16279,7 @@
"coin": "FXS-AVX20",
"type": "AVX-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://snowtrace.io/",
@@ -18887,10 +16310,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -18899,64 +16318,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "FXS-MVR20": {
- "coin": "FXS-MVR20",
- "type": "Moonriver",
- "name": "Frax Share",
- "coinpaprika_id": "",
- "coingecko_id": "frax-share",
- "livecoinwatch_id": "FXS",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Frax Share",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "decimals": 18,
- "avg_blocktime": 6,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 1000000,
- "erc20_payment": 1000000,
- "erc20_receiver_spend": 1000000,
- "erc20_sender_refund": 1000000
- },
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -18987,29 +16356,17 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19020,64 +16377,9 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "GALA-BEP20": {
- "coin": "GALA-BEP20",
- "type": "BEP-20",
- "name": "Gala",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "GALA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Gala",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"GAME-ERC20": {
@@ -19112,23 +16414,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19139,8 +16429,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19175,23 +16464,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -19211,6 +16488,56 @@
],
"explorer_block_url": "block/"
},
+ "GBPE-GNO": {
+ "coin": "GBPE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium GBP",
+ "coinpaprika_id": "",
+ "coingecko_id": "monerium-gbp-emoney",
+ "livecoinwatch_id": "GBP",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium GBP",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "forex_id": "GBP"
+ },
"GBX": {
"coin": "GBX",
"type": "UTXO",
@@ -19270,7 +16597,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19285,6 +16612,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19295,10 +16628,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19324,7 +16653,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19345,6 +16674,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19355,10 +16690,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19434,7 +16765,7 @@
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://gleec.explorer.dexstats.info/",
+ "explorer_url": "https://explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19445,7 +16776,7 @@
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "GLEEC",
"fname": "Gleec (OLD)",
- "rpcport": 23226,
+ "rpcport": 23345,
"pubtype": 60,
"p2shtype": 85,
"wiftype": 188,
@@ -19453,7 +16784,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -19462,43 +16792,7 @@
"trezor_coin": "Komodo",
"electrum": [
{
- "url": "gleecold.electrum1.cipig.net:10022",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum1.cipig.net:20022",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum1.cipig.net:30022",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum2.cipig.net:10022",
+ "url": "gleec.electrum1.cipig.net:10025",
"protocol": "TCP",
"contact": [
{
@@ -19510,7 +16804,7 @@
]
},
{
- "url": "gleecold.electrum2.cipig.net:20022",
+ "url": "gleec.electrum1.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -19522,7 +16816,7 @@
]
},
{
- "url": "gleecold.electrum2.cipig.net:30022",
+ "url": "gleec.electrum1.cipig.net:30025",
"protocol": "WSS",
"contact": [
{
@@ -19534,7 +16828,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:10022",
+ "url": "gleec.electrum2.cipig.net:10025",
"protocol": "TCP",
"contact": [
{
@@ -19546,7 +16840,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:20022",
+ "url": "gleec.electrum2.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -19558,7 +16852,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:30022",
+ "url": "gleec.electrum2.cipig.net:30025",
"protocol": "WSS",
"contact": [
{
@@ -19574,12 +16868,12 @@
},
"GLEEC": {
"coin": "GLEEC",
- "type": "Smart Chain",
+ "type": "GRC-20",
"name": "Gleec",
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://explorer.gleec.com/",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19587,132 +16881,104 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GLEEC",
"fname": "Gleec",
- "rpcport": 23345,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 4,
- "requires_notarization": false,
- "avg_blocktime": 60,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
},
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "gleec.electrum1.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum1.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum1.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum3.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GLEECT": {
+ "coin": "GLEECT",
+ "type": "GRC-20",
+ "name": "Gleec Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.gleec.dev/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gleec Testnet",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "KMDT-GRC20": {
+ "coin": "KMDT-GRC20",
+ "type": "GRC-20",
+ "name": "KMD Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.gleec.dev/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "KMD Testnet",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEECT",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd",
+ "parent_coin": "GLEECT",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.gleec.dev"
}
],
"explorer_block_url": "block/"
@@ -19749,23 +17015,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19776,8 +17030,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19812,23 +17065,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -19867,7 +17108,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19882,6 +17123,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19892,10 +17139,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19921,7 +17164,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19936,6 +17179,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19946,10 +17195,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19985,23 +17230,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20059,19 +17292,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -20106,8 +17335,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -20119,10 +17346,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -20131,8 +17354,66 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNEISS-ERC20": {
+ "coin": "GNEISS-ERC20",
+ "type": "ERC-20",
+ "name": "GNEISS",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "GNEISS",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 8,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -20173,23 +17454,11 @@
},
"contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20200,8 +17469,56 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNO-GNO": {
+ "coin": "GNO-GNO",
+ "type": "Gnosis",
+ "name": "Gnosis",
+ "coinpaprika_id": "gno-gnosis",
+ "coingecko_id": "gnosis",
+ "livecoinwatch_id": "GNO",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gnosis",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -20241,10 +17558,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20302,19 +17615,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -20349,23 +17658,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20444,33 +17741,6 @@
"discord": "orpheas#1503"
}
]
- },
- {
- "url": "electrum.niftybakes.com:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
- },
- {
- "url": "electrum.niftybakes.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
- },
- {
- "url": "electrum.niftybakes.com:50004",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -20479,7 +17749,7 @@
"coin": "GRLC-ERC20",
"type": "ERC-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://etherscan.io/",
@@ -20507,23 +17777,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20534,8 +17792,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -20544,7 +17801,7 @@
"coin": "GRLC-BEP20",
"type": "BEP-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://bscscan.com/",
@@ -20560,7 +17817,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -20575,6 +17832,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -20585,10 +17848,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -20655,30 +17914,6 @@
}
],
"protocol": "WSS"
- },
- {
- "url": "electrum2.groestlcoin.org:50001",
- "contact": [
- {
- "email": "jackielove4u@hotmail.com"
- },
- {
- "discord": "jackielove4u#0412"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum2.groestlcoin.org:50004",
- "contact": [
- {
- "email": "jackielove4u@hotmail.com"
- },
- {
- "discord": "jackielove4u#0412"
- }
- ],
- "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -20721,19 +17956,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -20773,10 +18004,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -20785,8 +18012,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -20828,23 +18061,11 @@
},
"contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20855,8 +18076,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -20935,23 +18155,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20991,7 +18199,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21006,6 +18214,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -21016,10 +18230,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21057,23 +18267,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21084,69 +18282,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "GURU-BEP20": {
- "coin": "GURU-BEP20",
- "type": "BEP-20",
- "name": "MobilityGuru",
- "coinpaprika_id": "guru-mobilityguru-token",
- "coingecko_id": "",
- "livecoinwatch_id": "_GURU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "MobilityGuru",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464"
- }
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "homepage": "https://mobilityguru.org"
- },
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"GUSD-ERC20": {
"coin": "GUSD-ERC20",
"type": "ERC-20",
@@ -21179,23 +18319,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21206,8 +18334,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21250,6 +18377,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -21260,10 +18393,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21306,23 +18435,11 @@
},
"contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21333,8 +18450,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21369,23 +18485,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -21437,23 +18541,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21464,8 +18556,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21505,10 +18596,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -21528,169 +18615,86 @@
],
"explorer_block_url": "block/"
},
- "HUSD-ERC20": {
- "coin": "HUSD-ERC20",
- "type": "ERC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-KRC20": {
- "coin": "HUSD-KRC20",
- "type": "KRC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "HTH": {
+ "coin": "HTH",
+ "type": "UTXO",
+ "name": "Help The Homeless",
+ "coinpaprika_id": "hth-help-the-homeless-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "HTH",
+ "explorer_url": "https://explorer.hthcoin.r4nd0m.us/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "HomelessCoin Signed Message:\n",
+ "fname": "Help The Homeless",
+ "is_privacy_coin": true,
+ "rpcport": 9998,
+ "pubtype": 100,
+ "p2shtype": 40,
+ "wiftype": 228,
+ "txfee": 10000,
+ "dust": 5460,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-PLG20": {
- "coin": "HUSD-PLG20",
- "type": "Matic",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91"
- }
+ "derivation_path": "m/44'/231'",
+ "links": {
+ "github": "https://github.com/HTHcoin/helpthehomelesscoin",
+ "homepage": "https://hth.foundation"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum.hth.foundation:50001",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ],
+ "protocol": "TCP"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum.hth.foundation:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum.hth.foundation:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrumx.wattxchange.app:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrumx.wattxchange.app:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -21727,23 +18731,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21754,8 +18746,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21780,7 +18771,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 2,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21795,6 +18786,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -21805,10 +18802,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21844,23 +18837,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -22008,265 +18989,6 @@
],
"explorer_block_url": "block.dws?"
},
- "ILN": {
- "coin": "ILN",
- "type": "Smart Chain",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://explorer.ilien.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ILN",
- "fname": "Ilien",
- "is_privacy_coin": true,
- "rpcport": 12986,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "p2p": 12985,
- "magic": "feb4cb23",
- "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203",
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrum1.ilien.io:30069",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum1.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum2.ilien.io:30069",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum2.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILN-BEP20": {
- "coin": "ILN-BEP20",
- "type": "BEP-20",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ILN-PLG20": {
- "coin": "ILN-PLG20",
- "type": "Matic",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNSW-PLG20": {
- "coin": "ILNSW-PLG20",
- "type": "Matic",
- "name": "Ilien Swap",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Swap",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ILV-ERC20": {
"coin": "ILV-ERC20",
"type": "ERC-20",
@@ -22299,23 +19021,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22326,8 +19036,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22352,7 +19061,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22373,6 +19082,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22383,10 +19098,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22424,23 +19135,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22451,8 +19150,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22476,7 +19174,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22497,6 +19195,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22507,10 +19211,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22547,23 +19247,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22574,8 +19262,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22599,7 +19286,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22620,6 +19307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22630,10 +19323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22658,7 +19347,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22679,6 +19368,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22689,10 +19384,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22733,10 +19424,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -22788,23 +19475,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22815,8 +19490,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22841,7 +19515,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22862,6 +19536,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22872,23 +19552,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JDB-BEP20": {
- "coin": "JDB-BEP20",
- "type": "BEP-20",
- "name": "Jeet Detector Bot",
- "coinpaprika_id": "jdb-jeet-detector-bot",
- "coingecko_id": "jeet-detector-bot",
- "livecoinwatch_id": "JDB",
- "explorer_url": "https://bscscan.com/",
+ "JPYC-AVX20": {
+ "coin": "JPYC-AVX20",
+ "type": "AVX-20",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -22896,51 +19572,53 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jeet Detector Bot",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272"
+ "platform": "AVAX",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JAUD-PLG20": {
- "coin": "JAUD-PLG20",
+ "JPYC-PLG20": {
+ "coin": "JPYC-PLG20",
"type": "Matic",
- "name": "Jarvis Australian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AUD",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -22949,7 +19627,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Australian Dollar",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -22960,27 +19638,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133"
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -22998,16 +19664,15 @@
"ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "explorer_block_url": "block/",
- "forex_id": "AUD"
+ "explorer_block_url": "block/"
},
- "JBRL-BEP20": {
- "coin": "JBRL-BEP20",
+ "JST-BEP20": {
+ "coin": "JST-BEP20",
"type": "BEP-20",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
+ "name": "JUST",
+ "coinpaprika_id": "jst-just",
+ "coingecko_id": "just",
+ "livecoinwatch_id": "JST",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23016,26 +19681,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Brazilian Real",
+ "fname": "JUST",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603"
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23046,210 +19723,344 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JBRL-PLG20": {
- "coin": "JBRL-PLG20",
- "type": "Matic",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
- "explorer_url": "https://polygonscan.com/",
+ "KCN": {
+ "coin": "KCN",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Brazilian Real",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum1.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum2.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum3.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum4.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JCAD-PLG20": {
- "coin": "JCAD-PLG20",
- "type": "Matic",
- "name": "Jarvis Canadian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
+ "KCN-segwit": {
+ "coin": "KCN-segwit",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Canadian Dollar",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "KCN",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/84'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum1.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum2.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "CAD"
- },
- "JCHF-AVX20": {
- "coin": "JCHF-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum3.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "electrum4.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "electrum5.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "JCHF-BEP20": {
- "coin": "JCHF-BEP20",
+ "KCN-BEP20": {
+ "coin": "KCN-BEP20",
"type": "BEP-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23258,26 +20069,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "Kylacoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "decimals": 12,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f"
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "gas_limit": {
+ "eth_send_erc20": 55000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23288,23 +20111,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JCHF-ERC20": {
- "coin": "JCHF-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://etherscan.io/",
+ "KCS": {
+ "coin": "KCS",
+ "type": "KRC-20",
+ "name": "KuCoin Token",
+ "coinpaprika_id": "kcs-kucoin-token",
+ "coingecko_id": "kucoin-shares",
+ "livecoinwatch_id": "KCS",
+ "explorer_url": "https://explorer.kcc.io/en/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23312,64 +20131,158 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "KuCoin Token",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
+ "chain_id": 321,
+ "max_eth_tx_type": 2,
"required_confirmations": 3,
+ "avg_blocktime": 3,
"protocol": {
- "type": "ERC20",
+ "type": "ETH",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0"
+ "chain_id": 321
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "trezor_coin": "KCC",
+ "links": {
+ "homepage": "https://kcc.io"
+ },
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://kcc-rpc.com"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://rpc-mainnet.kcc.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "KMD": {
+ "coin": "KMD",
+ "type": "Smart Chain",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://kmdexplorer.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "Komodo",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "txfee": 1000,
+ "mm2": 1,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/komodoplatform/komodo",
+ "homepage": "https://komodoplatform.com"
+ },
+ "electrum": [
+ {
+ "url": "kmd.electrum1.cipig.net:10001",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ],
+ "protocol": "TCP"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "kmd.electrum1.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "kmd.electrum1.cipig.net:30001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "kmd.electrum2.cipig.net:10001",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "kmd.electrum2.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "kmd.electrum2.cipig.net:30001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCHF-PLG20": {
- "coin": "JCHF-PLG20",
- "type": "Matic",
- "name": "Jarvis Swiss Franc",
+ "KMDCL": {
+ "coin": "KMDCL",
+ "type": "Smart Chain",
+ "name": "KomodoClassic",
"coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.kmdclassic.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23377,65 +20290,56 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "KomodoClassic",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x64726d6e",
+ "txfee": 1000,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 2,
+ "requires_notarization": true,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/kmdclassic/KmdClassic",
+ "homepage": "https://kmdclassic.com/"
},
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
+ "electrum": [
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum.kmdclassic.com:50001",
+ "protocol": "TCP"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum.kmdclassic.com:50002",
+ "protocol": "SSL"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum.kmdclassic.com:50004",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCNY-PLG20": {
- "coin": "JCNY-PLG20",
- "type": "Matic",
- "name": "Jarvis Chinese Yuan",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CNY",
- "explorer_url": "https://polygonscan.com/",
+ "KMD-BEP20": {
+ "coin": "KMD-BEP20",
+ "type": "BEP-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23443,66 +20347,60 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Chinese Yuan",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772"
+ "platform": "BNB",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
+ "eth_send_erc20": 60000,
"erc20_payment": 110000,
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/",
- "forex_id": "CNY"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
},
- "JEUR-AVX20": {
- "coin": "JEUR-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://snowtrace.io/",
+ "KMD-GRC20": {
+ "coin": "KMD-GRC20",
+ "type": "GRC-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23510,51 +20408,40 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 2.4,
"required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702"
+ "platform": "GLEEC",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "JEUR-BEP20": {
- "coin": "JEUR-BEP20",
+ "KNC-BEP20": {
+ "coin": "KNC-BEP20",
"type": "BEP-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23563,26 +20450,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8"
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8",
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23593,22 +20485,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JEUR-ERC20": {
- "coin": "JEUR-ERC20",
+ "KNC-ERC20": {
+ "coin": "KNC-ERC20",
"type": "ERC-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23617,40 +20505,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B"
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B",
+ "trezor_coin": "Kyber Network",
+ "links": {
+ "github": "https://github.com/KyberNetwork",
+ "homepage": "https://kyber.network"
+ },
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23661,19 +20541,18 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "JEUR-PLG20": {
- "coin": "JEUR-PLG20",
+ "KNC-PLG20": {
+ "coin": "KNC-PLG20",
"type": "Matic",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23682,7 +20561,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -23693,27 +20572,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c"
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c",
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -23733,14 +20600,14 @@
],
"explorer_block_url": "block/"
},
- "JGBP-BEP20": {
- "coin": "JGBP-BEP20",
- "type": "BEP-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://bscscan.com/",
+ "KNC-AVX20": {
+ "coin": "KNC-AVX20",
+ "type": "AVX-20",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23748,53 +20615,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
+ "chain_id": 43114,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e"
+ "platform": "AVAX",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-ERC20": {
- "coin": "JGBP-ERC20",
- "type": "ERC-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://etherscan.io/",
+ "KSM-BEP20": {
+ "coin": "KSM-BEP20",
+ "type": "BEP-20",
+ "name": "Kusama",
+ "coinpaprika_id": "ksm-kusama",
+ "coingecko_id": "kusama",
+ "livecoinwatch_id": "KSM",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23802,64 +20670,61 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kusama",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 56,
"decimals": 18,
- "avg_blocktime": 15,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283"
+ "platform": "BNB",
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-PLG20": {
- "coin": "JGBP-PLG20",
- "type": "Matic",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://polygonscan.com/",
+ "LBC": {
+ "coin": "LBC",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23867,1811 +20732,63 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
+ "sign_message_prefix": "LBRYcrd Signed Message:\n",
+ "fname": "LBRY Credits",
+ "rpcport": 9245,
+ "pubtype": 85,
+ "p2shtype": 122,
+ "wiftype": 28,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "lbc",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "type": "UTXO",
+ "chain_variant": "LBC"
},
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "derivation_path": "m/44'/140'",
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "lbc.electrum1.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "lbc.electrum1.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "lbc.electrum1.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "lbc.electrum2.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "lbc.electrum2.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
+ },
+ {
+ "url": "lbc.electrum2.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
},
- "JGOLD-PLG20": {
- "coin": "JGOLD-PLG20",
- "type": "Matic",
- "name": "Jarvis Gold",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "XAU",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Gold",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "XAU"
- },
- "JJPY-PLG20": {
- "coin": "JJPY-PLG20",
- "type": "Matic",
- "name": "Jarvis Japanese Yen",
- "coinpaprika_id": "jjpy-jarvis-synthetic-japanese-yen",
- "coingecko_id": "jarvis-synthetic-japanese-yen",
- "livecoinwatch_id": "JPY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Japanese Yen",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "JPY"
- },
- "JKRW-PLG20": {
- "coin": "JKRW-PLG20",
- "type": "Matic",
- "name": "Jarvis South Korean Won",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "KRW",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis South Korean Won",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "KRW"
- },
- "JMXN-PLG20": {
- "coin": "JMXN-PLG20",
- "type": "Matic",
- "name": "Jarvis Mexican Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "MXN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Mexican Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "MXN"
- },
- "JNZD-PLG20": {
- "coin": "JNZD-PLG20",
- "type": "Matic",
- "name": "Jarvis New Zealand Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis New Zealand Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "NZD"
- },
- "JPHP-PLG20": {
- "coin": "JPHP-PLG20",
- "type": "Matic",
- "name": "Jarvis Philippine Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PHP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Philippine Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PHP"
- },
- "JPLN-PLG20": {
- "coin": "JPLN-PLG20",
- "type": "Matic",
- "name": "Jarvis Polish Zloty",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PLN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Polish Zloty",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PLN"
- },
- "JPYC-AVX20": {
- "coin": "JPYC-AVX20",
- "type": "AVX-20",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JPYC-PLG20": {
- "coin": "JPYC-PLG20",
- "type": "Matic",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-ERC20": {
- "coin": "JRT-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-PLG20": {
- "coin": "JRT-PLG20",
- "type": "Matic",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JSEK-PLG20": {
- "coin": "JSEK-PLG20",
- "type": "Matic",
- "name": "Jarvis Swedish Krona",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SEK",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swedish Krona",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SEK"
- },
- "JSGD-PLG20": {
- "coin": "JSGD-PLG20",
- "type": "Matic",
- "name": "Jarvis Singapore Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SGD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Singapore Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SGD"
- },
- "JTRY-PLG20": {
- "coin": "JTRY-PLG20",
- "type": "Matic",
- "name": "Jarvis Turkish Lira",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Turkish Lira",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "TRY"
- },
- "JUSD-PLG20": {
- "coin": "JUSD-PLG20",
- "type": "Matic",
- "name": "Jarvis United States Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis United States Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "USD"
- },
- "JST-BEP20": {
- "coin": "JST-BEP20",
- "type": "BEP-20",
- "name": "JUST",
- "coinpaprika_id": "jst-just",
- "coingecko_id": "just",
- "livecoinwatch_id": "JST",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JUST",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCN": {
- "coin": "KCN",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum1.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-segwit": {
- "coin": "KCN-segwit",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "KCN",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum1.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-BEP20": {
- "coin": "KCN-BEP20",
- "type": "BEP-20",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kylacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 12,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCS": {
- "coin": "KCS",
- "type": "KRC-20",
- "name": "KuCoin Token",
- "coinpaprika_id": "kcs-kucoin-token",
- "coingecko_id": "kucoin-shares",
- "livecoinwatch_id": "KCS",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "KuCoin Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "required_confirmations": 3,
- "avg_blocktime": 3,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 321
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "KCC",
- "links": {
- "homepage": "https://kcc.io"
- },
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KMD": {
- "coin": "KMD",
- "type": "Smart Chain",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "fname": "Komodo",
- "rpcport": 7771,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "links": {
- "github": "https://github.com/komodoplatform/komodo",
- "homepage": "https://komodoplatform.com"
- },
- "electrum": [
- {
- "url": "kmd.electrum1.cipig.net:10001",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "kmd.electrum1.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum1.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:10001",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "kmd.electrum2.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:10001",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "kmd.electrum3.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "is_claimable": true,
- "minimal_claim_amount": "10"
- },
- "KMD-BEP20": {
- "coin": "KMD-BEP20",
- "type": "BEP-20",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Komodo",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-BEP20": {
- "coin": "KNC-BEP20",
- "type": "BEP-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-ERC20": {
- "coin": "KNC-ERC20",
- "type": "ERC-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Kyber Network",
- "links": {
- "github": "https://github.com/KyberNetwork",
- "homepage": "https://kyber.network"
- },
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "KNC-PLG20": {
- "coin": "KNC-PLG20",
- "type": "Matic",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://polygonscan.com/",
+ "LBC-segwit": {
+ "coin": "LBC-segwit",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25679,65 +20796,67 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
+ "sign_message_prefix": "LBRYcrd Signed Message:\n",
+ "fname": "LBRY Credits",
+ "rpcport": 9245,
+ "pubtype": 85,
+ "p2shtype": 122,
+ "wiftype": 28,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "lbc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LBC",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "type": "UTXO",
+ "chain_variant": "LBC"
},
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "derivation_path": "m/84'/140'",
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "lbc.electrum1.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "lbc.electrum1.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "lbc.electrum1.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "lbc.electrum2.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "lbc.electrum2.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
+ },
+ {
+ "url": "lbc.electrum2.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
},
- "KNC-AVX20": {
- "coin": "KNC-AVX20",
- "type": "AVX-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://snowtrace.io/",
+ "LC2": {
+ "coin": "LC2",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25745,52 +20864,66 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
"mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
"required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
+ "derivation_path": "m/44'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "electrum01.lc2.online:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum01.lc2.online:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "electrum01.lc2.online:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "KOIN": {
- "coin": "KOIN",
- "type": "Smart Chain",
- "name": "Koinon",
- "coinpaprika_id": "koin-koinon",
- "coingecko_id": "koinon",
- "livecoinwatch_id": "",
- "explorer_url": "https://block.koinon.cloud/",
+ "LC2-segwit": {
+ "coin": "LC2-segwit",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25798,359 +20931,156 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "KOIN",
- "fname": "Koinon",
- "is_privacy_coin": true,
- "rpcport": 10702,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LC2",
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
+ "derivation_path": "m/84'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
"electrum": [
{
- "url": "koin.electrum1.cipig.net:10024",
+ "url": "electrum01.lc2.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "koin.electrum1.cipig.net:20024",
+ "url": "electrum01.lc2.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
]
},
{
- "url": "koin.electrum1.cipig.net:30024",
+ "url": "electrum01.lc2.online:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "LCC": {
+ "coin": "LCC",
+ "type": "UTXO",
+ "name": "Litecoin Cash",
+ "coinpaprika_id": "lcc-litecoin-cash",
+ "coingecko_id": "litecoin-cash",
+ "livecoinwatch_id": "LCC",
+ "explorer_url": "https://chainz.cryptoid.info/lcc/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Litecoin Signed Message:\n",
+ "fname": "Litecoin Cash",
+ "rpcport": 62457,
+ "pubtype": 28,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "decimals": 7,
+ "fork_id": "0x40",
+ "signature_version": "base",
+ "txfee": 20000,
+ "segwit": true,
+ "bech32_hrp": "lcc",
+ "mm2": 1,
+ "required_confirmations": 4,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/192'",
+ "electrum": [
{
- "url": "koin.electrum2.cipig.net:10024",
+ "url": "electrumx.litecoincash.com.br:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "808803920818208801"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "koin.electrum2.cipig.net:20024",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "koin.electrum2.cipig.net:30024",
+ "url": "electrumx.litecoincash.com.br:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "koin.electrum3.cipig.net:10024",
+ "url": "lcc-ex-one.ewmci.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "koin.electrum3.cipig.net:20024",
+ "url": "lcc-ex-one.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
},
{
- "url": "koin.electrum3.cipig.net:30024",
+ "url": "lcc-ex-one.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
}
],
- "explorer_block_url": "block/"
- },
- "KSM-BEP20": {
- "coin": "KSM-BEP20",
- "type": "BEP-20",
- "name": "Kusama",
- "coinpaprika_id": "ksm-kusama",
- "coingecko_id": "kusama",
- "livecoinwatch_id": "KSM",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kusama",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "LBC": {
- "coin": "LBC",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "LBRYcrd Signed Message:\n",
- "fname": "LBRY Credits",
- "rpcport": 9245,
- "pubtype": 85,
- "p2shtype": 122,
- "wiftype": 28,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "lbc",
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "LBC"
- },
- "derivation_path": "m/44'/140'",
- "electrum": [
- {
- "url": "lbc.electrum1.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum1.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum1.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum2.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum2.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum2.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum3.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- }
- ],
- "explorer_block_url": "block/"
- },
- "LBC-segwit": {
- "coin": "LBC-segwit",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "LBRYcrd Signed Message:\n",
- "fname": "LBRY Credits",
- "rpcport": 9245,
- "pubtype": 85,
- "p2shtype": 122,
- "wiftype": 28,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "lbc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "LBC",
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "LBC"
- },
- "derivation_path": "m/84'/140'",
- "electrum": [
- {
- "url": "lbc.electrum1.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum1.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum1.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum2.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum2.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum2.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum3.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- }
- ],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block.dws?"
},
- "LCC": {
- "coin": "LCC",
+ "LCC-segwit": {
+ "coin": "LCC-segwit",
"type": "UTXO",
"name": "Litecoin Cash",
"coinpaprika_id": "lcc-litecoin-cash",
@@ -26176,116 +21106,42 @@
"txfee": 20000,
"segwit": true,
"bech32_hrp": "lcc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LCC",
"mm2": 1,
"required_confirmations": 4,
"avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/192'",
+ "derivation_path": "m/84'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "635448663543644170"
- }
- ]
- },
- {
- "url": "electrum-lcc.cascoin.net:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "635448663543644170"
- }
- ]
- },
- {
- "url": "lcc-ex-one.ewmci.online:50001",
+ "url": "electrumx.litecoincash.com.br:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "475820011634819072"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "lcc-ex-one.ewmci.online:50002",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "475820011634819072"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "lcc-ex-one.ewmci.online:50003",
+ "url": "electrumx.litecoincash.com.br:50003",
"protocol": "WSS",
"contact": [
{
- "discord": "475820011634819072"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "LCC-segwit": {
- "coin": "LCC-segwit",
- "type": "UTXO",
- "name": "Litecoin Cash",
- "coinpaprika_id": "lcc-litecoin-cash",
- "coingecko_id": "litecoin-cash",
- "livecoinwatch_id": "LCC",
- "explorer_url": "https://chainz.cryptoid.info/lcc/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Litecoin Signed Message:\n",
- "fname": "Litecoin Cash",
- "rpcport": 62457,
- "pubtype": 28,
- "p2shtype": 50,
- "wiftype": 176,
- "decimals": 7,
- "fork_id": "0x40",
- "signature_version": "base",
- "txfee": 20000,
- "segwit": true,
- "bech32_hrp": "lcc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "LCC",
- "mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/192'",
- "electrum": [
- {
- "url": "electrum-lcc.cascoin.net:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "635448663543644170"
- }
- ]
- },
- {
- "url": "electrum-lcc.cascoin.net:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -26665,7 +21521,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26686,6 +21542,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26696,10 +21558,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26737,23 +21595,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26764,8 +21610,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -26800,23 +21645,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -26836,41 +21669,6 @@
],
"explorer_block_url": "block/"
},
- "FRC": {
- "coin": "FRC",
- "type": "UTXO",
- "name": "FairCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://explorer.faircoin.tech/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "FairCoin",
- "rpcport": 9875,
- "pubtype": 36,
- "p2shtype": 63,
- "wiftype": 128,
- "decimals": 8,
- "signature_version": "base",
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "frc",
- "mm2": 1,
- "required_confirmations": 6,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"LEO-ERC20": {
"coin": "LEO-ERC20",
"type": "ERC-20",
@@ -26907,23 +21705,11 @@
},
"contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26934,66 +21720,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "LEO-PLG20": {
- "coin": "LEO-PLG20",
- "type": "Matic",
- "name": "LEO Token",
- "coinpaprika_id": "leo-leo-token",
- "coingecko_id": "leo-token",
- "livecoinwatch_id": "LEO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "LEO Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27029,23 +21756,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27056,8 +21771,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27097,10 +21811,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -27109,8 +21819,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -27134,7 +21850,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27149,6 +21865,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27159,10 +21881,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27242,23 +21960,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -27298,7 +22004,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27316,6 +22022,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27326,10 +22038,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27355,7 +22063,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27370,6 +22078,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27380,10 +22094,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27426,23 +22136,11 @@
},
"contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27453,8 +22151,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27479,7 +22176,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27500,6 +22197,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27510,73 +22213,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "LRC-PLG20": {
- "coin": "LRC-PLG20",
- "type": "Matic",
- "name": "Loopring",
- "coinpaprika_id": "lrc-loopring",
- "coingecko_id": "loopring",
- "livecoinwatch_id": "LRC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Loopring",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"LEASH-ERC20": {
"coin": "LEASH-ERC20",
"type": "ERC-20",
@@ -27608,23 +22249,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x27C70Cd1946795B66be9d954418546998b546634",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27635,8 +22264,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27678,23 +22306,11 @@
},
"contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27705,8 +22321,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27731,7 +22346,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27752,6 +22367,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27762,10 +22383,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27806,23 +22423,11 @@
},
"contract_address": "0x58b6A8A3302369DAEc383334672404Ee733aB239",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27833,8 +22438,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27877,19 +22481,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -27914,7 +22514,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27929,6 +22529,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27939,10 +22545,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28058,42 +22660,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:10063",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ltc.electrum3.cipig.net:30063",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -28213,42 +22779,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:10063",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ltc.electrum3.cipig.net:30063",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -28366,23 +22896,11 @@
},
"contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28393,8 +22911,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28419,7 +22936,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28434,6 +22951,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28444,10 +22967,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28527,23 +23046,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -28583,7 +23090,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28598,6 +23105,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28608,10 +23121,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28649,23 +23158,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28676,8 +23173,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28712,23 +23208,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -28800,9 +23284,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
@@ -28811,14 +23292,20 @@
"chain_id": 137
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
{
"url": "https://polygon-bor-rpc.publicnode.com",
"ws_url": "wss://polygon-bor-rpc.publicnode.com"
@@ -28854,7 +23341,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28875,6 +23362,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28885,10 +23378,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28931,23 +23420,11 @@
},
"contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28958,8 +23435,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -29010,125 +23486,6 @@
"explorer_block_url": "block/",
"binance_id": "MATIC"
},
- "MC-ERC20": {
- "coin": "MC-ERC20",
- "type": "ERC-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "MC-BEP20": {
- "coin": "MC-BEP20",
- "type": "BEP-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"MCL": {
"coin": "MCL",
"type": "Smart Chain",
@@ -29156,7 +23513,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -29235,42 +23591,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mcl.electrum3.cipig.net:10023",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "mcl.electrum3.cipig.net:20023",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "mcl.electrum3.cipig.net:30023",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -29302,7 +23622,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -29384,42 +23703,48 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mdx.electrum3.cipig.net:10005",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "mdx.electrum3.cipig.net:20005",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MDX-GRC20": {
+ "coin": "MDX-GRC20",
+ "type": "GRC-20",
+ "name": "Mandala",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
+ "livecoinwatch_id": "MDX",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Mandala",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "mdx.electrum3.cipig.net:30005",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -29428,8 +23753,8 @@
"coin": "MDX-ERC20",
"type": "ERC-20",
"name": "Mandala",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
"livecoinwatch_id": "MDX",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
@@ -29456,23 +23781,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x947AEb02304391f8fbE5B25D7D98D649b57b1788",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29483,8 +23796,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29525,23 +23837,11 @@
},
"contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29552,8 +23852,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29578,7 +23877,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29593,6 +23892,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29603,10 +23908,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29644,23 +23945,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29671,8 +23960,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29697,7 +23985,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29712,6 +24000,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29722,10 +24016,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29766,10 +24056,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -29778,8 +24064,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -29803,7 +24095,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29818,6 +24110,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29828,10 +24126,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29874,23 +24168,11 @@
},
"contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29901,8 +24183,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29981,23 +24262,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -30052,23 +24321,11 @@
},
"contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30079,8 +24336,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30120,10 +24376,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -30132,8 +24384,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -30158,7 +24416,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30173,6 +24431,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30183,65 +24447,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "MM-MVR20": {
- "coin": "MM-MVR20",
- "type": "Moonriver",
- "name": "Million",
- "coinpaprika_id": "mm-million",
- "coingecko_id": "million",
- "livecoinwatch_id": "_MM",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Million",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"MM-PLG20": {
"coin": "MM-PLG20",
"type": "Matic",
@@ -30277,10 +24487,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -30349,6 +24555,10 @@
{
"url": "electrumx1.monacoin.ninja:50001",
"protocol": "TCP"
+ },
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -30406,6 +24616,10 @@
{
"url": "electrumx1.monacoin.ninja:50001",
"protocol": "TCP"
+ },
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -30442,23 +24656,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30469,8 +24671,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30513,19 +24714,118 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-ERC20": {
+ "coin": "MORPHO-ERC20",
+ "type": "ERC-20",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://morpho.org"
+ },
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-BASE": {
+ "coin": "MORPHO-BASE",
+ "type": "Base",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -30544,7 +24844,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonriver",
"rpcport": 80,
"mm2": 1,
@@ -30557,12 +24857,11 @@
"chain_id": 1285
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Moonriver",
"links": {
"homepage": "https://moonbeam.network/networks/moonriver/"
},
- "use_access_list": true,
+ "derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"gas_limit": {
@@ -30578,12 +24877,8 @@
"ws_url": "wss://moonriver-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://moonriver.api.onfinality.io/public",
+ "ws_url": "wss://moonriver.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -30603,12 +24898,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonbeam",
"rpcport": 80,
"mm2": 1,
"chain_id": 1284,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -30627,12 +24921,12 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://moonbeam.drpc.org",
- "ws_url": "wss://moonbeam.drpc.org"
+ "url": "https://moonbeam-rpc.publicnode.com",
+ "ws_url": "wss://moonbeam-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonbeam.network",
- "ws_url": "wss://wss.api.moonbeam.network"
+ "url": "https://moonbeam.api.onfinality.io/public",
+ "ws_url": "wss://moonbeam.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -30711,7 +25005,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30726,6 +25020,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30736,10 +25036,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30764,7 +25060,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30785,6 +25081,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30795,10 +25097,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30969,7 +25267,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30984,6 +25282,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30994,10 +25298,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31039,23 +25339,11 @@
},
"contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31066,8 +25354,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31146,23 +25433,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -31209,15 +25484,13 @@
"overwintered": 1,
"mm2": 1,
"delisted": true,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo",
- "electrum": [],
"explorer_block_url": "block/"
},
"NMC": {
@@ -31470,7 +25743,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31491,6 +25764,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31501,10 +25780,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31622,165 +25897,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-ERC20": {
- "coin": "NZDS-ERC20",
- "type": "ERC-20",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-PLG20": {
- "coin": "NZDS-PLG20",
- "type": "Matic",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -31863,7 +25979,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31879,58 +25995,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "OCEAN-BEP20": {
- "coin": "OCEAN-BEP20",
- "type": "BEP-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31941,142 +26010,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "OCEAN-ERC20": {
- "coin": "OCEAN-ERC20",
- "type": "ERC-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ocean Token",
- "links": {
- "github": "https://github.com/oceanprotocol",
- "homepage": "https://oceanprotocol.com"
- },
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "OCEAN-PLG20": {
- "coin": "OCEAN-PLG20",
- "type": "Matic",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"OM-ERC20": {
"coin": "OM-ERC20",
"type": "ERC-20",
@@ -32109,23 +26047,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32136,8 +26062,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32162,7 +26087,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32183,6 +26108,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32193,10 +26124,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32232,23 +26159,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32305,23 +26220,11 @@
},
"contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32332,20 +26235,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "OMG-PLG20": {
- "coin": "OMG-PLG20",
- "type": "Matic",
- "name": "OMG Network",
- "coinpaprika_id": "omg-omg-network",
- "coingecko_id": "omisego",
- "livecoinwatch_id": "OMG",
- "explorer_url": "https://polygonscan.com/",
+ "ONDO-ERC20": {
+ "coin": "ONDO-ERC20",
+ "type": "ERC-20",
+ "name": "Ondo",
+ "coinpaprika_id": "ondo-ondo",
+ "coingecko_id": "ondo-finance",
+ "livecoinwatch_id": "ONDO",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -32353,45 +26255,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OMG Network",
+ "fname": "Ondo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170"
+ "platform": "ETH",
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ondo.finance"
+ },
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32415,7 +26314,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1666600000,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -32430,17 +26328,7 @@
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://1rpc.io/one"
- },
- {
- "url": "https://api.harmony.one"
- },
- {
- "url": "https://api.s0.t.hmny.io"
- },
- {
- "url": "https://harmony-0.drpc.org",
- "ws_url": "wss://harmony-0.drpc.org"
+ "url": "https://one-mainnet-s0.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -32465,7 +26353,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32487,127 +26375,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "PAX-ERC20": {
- "coin": "PAX-ERC20",
- "type": "ERC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Paxos Standard (PAX)",
- "links": {
- "github": "https://github.com/paxosglobal",
- "homepage": "https://www.paxos.com/standard"
- },
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-BEP20": {
- "coin": "PAX-BEP20",
- "type": "BEP-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32618,117 +26390,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "PAX-KRC20": {
- "coin": "PAX-KRC20",
- "type": "KRC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-PLG20": {
- "coin": "PAX-PLG20",
- "type": "Matic",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"PAXG-ERC20": {
"coin": "PAXG-ERC20",
"type": "ERC-20",
@@ -32766,23 +26432,11 @@
},
"contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32793,8 +26447,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32829,23 +26482,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32904,15 +26545,6 @@
"url": "electrumx1.flopcoin.net:10001",
"protocol": "TCP"
},
- {
- "url": "electrumx1.flopcoin.net:10003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
- },
{
"url": "electrumx1.flopcoin.net:10004",
"protocol": "SSL",
@@ -32921,28 +26553,6 @@
"discord": "technovision"
}
]
- },
- {
- "url": "electrumx2.flopcoin.net:10001",
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.flopcoin.net:10003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
- },
- {
- "url": "electrumx2.flopcoin.net:10004",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -32984,26 +26594,35 @@
},
"electrum": [
{
- "url": "electrum.pepeblocks.com:50001",
+ "url": "electrum.pepe.tips:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "electrum.pepeblocks.com:50002",
+ "url": "electrum.pepe.tips:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "electrum.pepeblocks.com:50004",
+ "url": "electrum.pepe.tips:50004",
"protocol": "WSS",
+ "contact": [
+ {
+ "discord": "squidicuz"
+ }
+ ]
+ },
+ {
+ "url": "electrum.pepeblocks.com:50001",
+ "protocol": "TCP",
"contact": [
{
"discord": "realmasterkush"
@@ -33011,26 +26630,20 @@
]
},
{
- "url": "pep.electrum3.cipig.net:20076",
+ "url": "electrum.pepeblocks.com:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
},
{
- "url": "pep.electrum3.cipig.net:30076",
+ "url": "electrum.pepeblocks.com:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
}
@@ -33075,19 +26688,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -33124,23 +26733,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x808507121B80c02388fAd14726482e061B8da827",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33151,8 +26748,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33177,7 +26773,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33192,6 +26788,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33202,10 +26804,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33246,23 +26844,11 @@
},
"contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33273,8 +26859,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33299,7 +26884,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33317,6 +26902,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33327,10 +26918,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33377,19 +26964,69 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "PGX-PLG20": {
+ "coin": "PGX-PLG20",
+ "type": "Matic",
+ "name": "Pegaxy Stone",
+ "coinpaprika_id": "",
+ "coingecko_id": "pegaxy-stone",
+ "livecoinwatch_id": "PGX",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pegaxy Stone",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -33428,16 +27065,8 @@
"github": "https://github.com/Pink2Dev/Pink2",
"homepage": "https://getstarted.with.pink"
},
- "electrum": [
- {
- "url": "pink-one.ewm-cx.net:50001",
- "protocol": "TCP"
- },
- {
- "url": "pink-two.ewm-cx.net:50001",
- "protocol": "TCP"
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block.dws?"
},
"PIVX": {
@@ -33685,23 +27314,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33712,8 +27329,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33748,23 +27364,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -33820,23 +27424,11 @@
},
"contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33847,66 +27439,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "POWR-PLG20": {
- "coin": "POWR-PLG20",
- "type": "Matic",
- "name": "Power Ledger",
- "coinpaprika_id": "powr-power-ledger",
- "coingecko_id": "power-ledger",
- "livecoinwatch_id": "POWR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Power Ledger",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33952,16 +27485,6 @@
"homepage": "https://peercoin.net"
},
"electrum": [
- {
- "url": "allingas.peercoinexplorer.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "allingas.peercoinexplorer.net:50004",
- "protocol": "WSS",
- "disable_cert_verification": false
- },
{
"url": "electrum.peercoinexplorer.net:50002",
"protocol": "SSL",
@@ -34007,23 +27530,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34034,8 +27545,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34075,10 +27585,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34149,7 +27655,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34164,6 +27670,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34174,10 +27686,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34215,23 +27723,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34242,8 +27738,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34283,10 +27778,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34338,23 +27829,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34365,8 +27844,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34401,23 +27879,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34456,7 +27922,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34471,6 +27937,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34481,10 +27953,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34525,23 +27993,11 @@
},
"contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34552,8 +28008,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34632,23 +28087,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34675,7 +28118,7 @@
"coinpaprika_id": "shic-shibacoin",
"coingecko_id": "shibacoin",
"livecoinwatch_id": "SHIC",
- "explorer_url": "https://shibaexplorer.com/",
+ "explorer_url": "https://explorer.shibacoinshic.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -34706,7 +28149,7 @@
},
"electrum": [
{
- "url": "electrum.shibaexplorer.com:50001",
+ "url": "electrum.shibacoinshic.org:50001",
"protocol": "TCP",
"contact": [
{
@@ -34715,7 +28158,7 @@
]
},
{
- "url": "electrum.shibaexplorer.com:50002",
+ "url": "electrum.shibacoinshic.org:50002",
"protocol": "WSS",
"contact": [
{
@@ -34724,7 +28167,7 @@
]
},
{
- "url": "electrum.shibaexplorer.com:50003",
+ "url": "electrum.shibacoinshic.org:50003",
"protocol": "SSL",
"contact": [
{
@@ -34740,7 +28183,7 @@
"type": "UTXO",
"name": "TrumPow",
"coinpaprika_id": "trmp-trumpow",
- "coingecko_id": "",
+ "coingecko_id": "trumpow",
"livecoinwatch_id": "_TRMP",
"explorer_url": "https://explorer.trumpow.meme/",
"explorer_tx_url": "tx/",
@@ -34965,194 +28408,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "QIAIR-QRC20": {
- "coin": "QIAIR-QRC20",
- "type": "QRC-20",
- "name": "Qi Airdrop Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Qi Airdrop Token",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -35269,42 +28524,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -35328,7 +28547,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35349,6 +28568,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35359,10 +28584,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35403,23 +28624,11 @@
},
"contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35430,8 +28639,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35473,23 +28681,11 @@
},
"contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35500,8 +28696,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35588,44 +28783,8 @@
"parent_coin": "tQTUM",
"swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
"fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:10071",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "tqtum.electrum3.cipig.net:30071",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"QTUM": {
@@ -35741,42 +28900,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -35818,23 +28941,11 @@
},
"contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35845,8 +28956,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -35887,44 +28997,8 @@
"derivation_path": "m/44'/1'",
"swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
"fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:10071",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "tqtum.electrum3.cipig.net:30071",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"RAPH": {
@@ -35954,7 +29028,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -36033,42 +29106,48 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "raph.electrum3.cipig.net:10004",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "raph.electrum3.cipig.net:20004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RAPH-GRC20": {
+ "coin": "RAPH-GRC20",
+ "type": "GRC-20",
+ "name": "Raphael",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Raphael",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "raph.electrum3.cipig.net:30004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -36177,23 +29256,11 @@
},
"contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36204,8 +29271,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36245,23 +29311,11 @@
},
"contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36272,8 +29326,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36310,23 +29363,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36337,8 +29378,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36373,23 +29413,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -36516,30 +29544,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ric.electrum3.cipig.net:20074",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ric.electrum3.cipig.net:30074",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -36655,42 +29659,131 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "RIN": {
+ "coin": "RIN",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
+ {
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "ric.electrum3.cipig.net:20074",
+ "url": "peer1.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer2.rincoin.tech:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
}
]
},
{
- "url": "ric.electrum3.cipig.net:30074",
+ "url": "peer2.rincoin.tech:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
}
]
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "RIC-BEP20": {
- "coin": "RIC-BEP20",
- "type": "BEP-20",
- "name": "Riecoin",
- "coinpaprika_id": "ric-riecoin",
- "coingecko_id": "riecoin",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "RIN-segwit": {
+ "coin": "RIN-segwit",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -36698,43 +29791,106 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Riecoin",
- "rpcport": 80,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "RIN",
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "derivation_path": "m/84'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "peer1.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "peer2.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer2.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "peer3.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOC": {
@@ -36744,7 +29900,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://doc.komodo.earth/",
+ "explorer_url": "https://doc.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -36764,7 +29920,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -36843,42 +29998,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "doc.electrum3.cipig.net:10020",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "doc.electrum3.cipig.net:20020",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "doc.electrum3.cipig.net:30020",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -36890,7 +30009,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://marty.komodo.earth/",
+ "explorer_url": "https://marty.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -36910,7 +30029,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -36989,42 +30107,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "marty.electrum3.cipig.net:10021",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "marty.electrum3.cipig.net:20021",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "marty.electrum3.cipig.net:30021",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -37065,23 +30147,11 @@
},
"contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37092,66 +30162,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "RLC-PLG20": {
- "coin": "RLC-PLG20",
- "type": "Matic",
- "name": "iExec RLC",
- "coinpaprika_id": "rlc-iexec-rlc",
- "coingecko_id": "iexec-rlc",
- "livecoinwatch_id": "RLC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "iExec RLC",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 9,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37188,23 +30199,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37215,8 +30214,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37251,23 +30249,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x61299774020dA444Af134c82fa83E3810b309991",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37319,23 +30305,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37346,8 +30320,106 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-ARB20": {
+ "coin": "RSR-ARB20",
+ "type": "Arbitrum",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-BASE": {
+ "coin": "RSR-BASE",
+ "type": "Base",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -37389,23 +30461,11 @@
},
"contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37416,8 +30476,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37537,7 +30596,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37552,6 +30611,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37562,10 +30627,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37595,7 +30656,7 @@
"segwit": true,
"txfee": 1000000,
"mm2": 1,
- "required_confirmations": 3,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO",
@@ -37679,46 +30740,66 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "RVN"
+ },
+ "RXD": {
+ "coin": "RXD",
+ "type": "UTXO",
+ "name": "Radiant",
+ "coinpaprika_id": "rxd-radiant",
+ "coingecko_id": "radiant",
+ "livecoinwatch_id": "RXD",
+ "explorer_url": "https://explorer.radiantblockchain.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Radiant",
+ "rpcport": 7332,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10000000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "signature_version": "fork_id_rxd",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/512'",
+ "links": {
+ "github": "https://github.com/Radiant-Core/Radiant-Core",
+ "homepage": "https://radiantblockchain.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.radiant4people.com:50012",
+ "protocol": "SSL"
},
{
- "url": "rvn.electrum3.cipig.net:10051",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "electrumx.radiant4people.com:50022",
+ "protocol": "WSS"
},
{
- "url": "rvn.electrum3.cipig.net:20051",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.radiant4people.com:50012",
+ "protocol": "SSL"
},
{
- "url": "rvn.electrum3.cipig.net:30051",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.radiant4people.com:50022",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block/",
- "binance_id": "RVN"
+ "explorer_block_url": "block/"
},
"SAND-ERC20": {
"coin": "SAND-ERC20",
@@ -37752,23 +30833,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37779,8 +30848,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37805,7 +30873,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37820,6 +30888,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37830,10 +30904,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37869,23 +30939,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37925,7 +30983,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37946,6 +31004,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37956,10 +31020,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37985,7 +31045,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38006,6 +31066,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38016,13 +31082,64 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "SKY-ERC20": {
+ "coin": "SKY-ERC20",
+ "type": "ERC-20",
+ "name": "Sky",
+ "coinpaprika_id": "sky-sky",
+ "coingecko_id": "sky",
+ "livecoinwatch_id": "__________SKY",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Sky",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://sky.money"
+ },
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"SNX-AVX20": {
@@ -38060,10 +31177,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -38072,8 +31185,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -38097,7 +31216,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38112,6 +31231,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38122,10 +31247,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38168,23 +31289,11 @@
},
"contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38195,8 +31304,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38275,23 +31383,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -38331,7 +31427,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38346,6 +31442,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38356,10 +31458,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38395,23 +31493,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -38462,23 +31548,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38489,154 +31563,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACECOIN": {
- "coin": "SPACECOIN",
- "type": "Smart Chain",
- "name": "Spacecoin",
- "coinpaprika_id": "space-spacecoin7367",
- "coingecko_id": "",
- "livecoinwatch_id": "__________SPACE",
- "explorer_url": "https://explorer.spaceworks.co/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "SPACE",
- "fname": "Spacecoin",
- "is_privacy_coin": true,
- "rpcport": 35593,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 6,
- "requires_notarization": false,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "spacecoin.electrum1.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "spacecoin.electrum1.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum1.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "spacecoin.electrum2.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "spacecoin.electrum3.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38679,72 +31606,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
- },
- {
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACE-AVX20_OLD": {
- "coin": "SPACE-AVX20_OLD",
- "type": "AVX-20",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -38784,10 +31654,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -38796,8 +31662,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -38821,7 +31693,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38836,6 +31708,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38846,81 +31724,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "SPACE-PLG20_OLD": {
- "coin": "SPACE-PLG20_OLD",
- "type": "Matic",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "space-space-token",
- "coingecko_id": "space-token-bsc",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-PLG20": {
"coin": "SPACE-PLG20",
"type": "Matic",
@@ -38951,23 +31759,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39019,23 +31815,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39046,66 +31830,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SRM-PLG20": {
- "coin": "SRM-PLG20",
- "type": "Matic",
- "name": "Serum",
- "coinpaprika_id": "srm-serum",
- "coingecko_id": "serum",
- "livecoinwatch_id": "SRM",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Serum",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39148,6 +31873,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39158,10 +31889,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39202,10 +31929,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -39214,8 +31937,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -39239,7 +31968,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39254,6 +31983,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39264,10 +31999,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39310,23 +32041,11 @@
},
"contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39337,8 +32056,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39387,56 +32105,6 @@
],
"explorer_block_url": "block/"
},
- "SUSHI-MVR20": {
- "coin": "SUSHI-MVR20",
- "type": "Moonriver",
- "name": "Sushi",
- "coinpaprika_id": "sushi-sushi",
- "coingecko_id": "sushi",
- "livecoinwatch_id": "SUSHI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Sushi",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"SUSHI-PLG20": {
"coin": "SUSHI-PLG20",
"type": "Matic",
@@ -39467,23 +32135,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39522,7 +32178,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39537,6 +32193,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39547,10 +32209,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39575,7 +32233,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39590,6 +32248,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39600,10 +32264,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39641,23 +32301,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39668,8 +32316,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39707,15 +32354,19 @@
"nodes": [
{
"url": "https://rpc.smartbch.org",
- "contact": {
- "email": "contact@smartbch.org"
- }
+ "contact": [
+ {
+ "email": "contact@smartbch.org"
+ }
+ ]
},
{
"url": "https://smartbch.greyh.at",
- "contact": {
- "email": "quest@mac.com"
- }
+ "contact": [
+ {
+ "email": "quest@mac.com"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -39752,23 +32403,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39779,8 +32418,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39805,7 +32443,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39820,6 +32458,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39830,10 +32474,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39869,23 +32509,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39940,10 +32568,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -39952,8 +32576,117 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-ERC20": {
+ "coin": "SYRUP-ERC20",
+ "type": "ERC-20",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://maple.finance"
+ },
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-BASE": {
+ "coin": "SYRUP-BASE",
+ "type": "Base",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -40067,46 +32800,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:10064",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "sys.electrum3.cipig.net:30064",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"SYS-segwit": {
"coin": "SYS-segwit",
@@ -40221,46 +32917,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:10064",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "sys.electrum3.cipig.net:30064",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"TAMA-ERC20": {
"coin": "TAMA-ERC20",
@@ -40294,23 +32953,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40321,8 +32968,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40347,7 +32993,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40362,6 +33008,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40372,10 +33024,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40419,19 +33067,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -40476,11 +33120,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -40520,23 +33160,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40547,8 +33175,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40583,23 +33210,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -40651,42 +33266,6 @@
},
"derivation_path": "m/44'/1'",
"electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:10068",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "testbtc.electrum3.cipig.net:30068",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "testnet.aranguren.org:51001",
"protocol": "TCP"
@@ -40730,42 +33309,6 @@
},
"derivation_path": "m/84'/1'",
"electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:10068",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "testbtc.electrum3.cipig.net:30068",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "testnet.aranguren.org:51001",
"protocol": "TCP"
@@ -40805,23 +33348,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40832,8 +33363,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40912,23 +33442,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -40968,7 +33486,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 7,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40989,6 +33507,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40999,10 +33523,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41034,8 +33554,7 @@
"txversion": 4,
"overwintered": 1,
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -41046,60 +33565,6 @@
"delisted": true,
"explorer_block_url": "block/"
},
- "THC-BEP20": {
- "coin": "THC-BEP20",
- "type": "BEP-20",
- "name": "HempCoin",
- "coinpaprika_id": "thc-hempcoin",
- "coingecko_id": "hempcoin-thc",
- "livecoinwatch_id": "THC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "HempCoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"TKL": {
"coin": "TKL",
"type": "Smart Chain",
@@ -41126,16 +33591,51 @@
"txversion": 4,
"overwintered": 1,
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo",
- "electrum": [],
- "delisted": true,
+ "electrum": [
+ {
+ "url": "1.eu.tokel.electrum.dexstats.info:10077",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "1.eu.tokel.electrum.dexstats.info:11077",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
+ },
+ {
+ "url": "1.eu.tokel.electrum.dexstats.info:9077",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
+ }
+ ],
"explorer_block_url": "block/"
},
"TON-ERC20": {
@@ -41170,23 +33670,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41197,8 +33685,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41223,7 +33710,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 9,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41238,6 +33725,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41248,10 +33741,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41306,12 +33795,12 @@
],
"explorer_block_url": "block.dws?"
},
- "TRX-BEP20_OLD": {
- "coin": "TRX-BEP20_OLD",
+ "TRX-BEP20": {
+ "coin": "TRX-BEP20",
"type": "BEP-20",
- "name": "TRON (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "name": "TRON",
+ "coinpaprika_id": "trx-tron",
+ "coingecko_id": "tron",
"livecoinwatch_id": "TRX",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
@@ -41320,26 +33809,39 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "TRON (OLD)",
+ "wallet_only": false,
+ "fname": "TRON",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
+ "decimals": 6,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B"
+ "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41350,74 +33852,165 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "TRX"
},
- "TRX-BEP20": {
- "coin": "TRX-BEP20",
- "type": "BEP-20",
+ "TRX": {
+ "coin": "TRX",
+ "type": "TRX",
"name": "TRON",
- "coinpaprika_id": "trx-tron",
- "coingecko_id": "tron",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
"livecoinwatch_id": "TRX",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "TRON",
- "rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"decimals": 6,
- "required_confirmations": 3,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
"protocol": {
- "type": "ERC20",
+ "type": "TRX",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3"
+ "network": "Mainnet"
}
},
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "nodes": [
+ {
+ "url": "https://api.trongrid.io"
+ },
+ {
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "#/block/",
+ "binance_id": "TRX"
+ },
+ "USDT-TRC20": {
+ "coin": "USDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "USDT",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRX",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
+ }
},
- "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
+ "parent_coin": "TRX",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.trongrid.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://public-trx-mainnet.fastnode.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
+ "TRXT": {
+ "coin": "TRXT",
+ "type": "TRX",
+ "name": "TRON Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "TRON Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Nile"
+ }
+ },
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://nile.trongrid.io"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "#/block/"
+ },
+ "TESTUSDT-TRC20": {
+ "coin": "TESTUSDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRXT",
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf"
+ }
+ },
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
+ "parent_coin": "TRXT",
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ],
+ "explorer_block_url": "#/block/"
},
"TRYB-AVX20": {
"coin": "TRYB-AVX20",
@@ -41449,8 +34042,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -41462,10 +34053,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -41474,8 +34061,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -41520,11 +34113,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -41551,7 +34140,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41566,6 +34155,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41576,10 +34171,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41615,23 +34206,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -41682,23 +34261,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41709,8 +34276,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41735,7 +34301,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41750,6 +34316,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41760,10 +34332,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41805,23 +34373,11 @@
},
"contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41832,8 +34388,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41873,10 +34428,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -41885,8 +34436,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -41970,10 +34527,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42013,7 +34566,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -42028,6 +34581,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -42038,10 +34597,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -42083,23 +34638,11 @@
},
"contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42110,8 +34653,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42151,10 +34693,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42174,64 +34712,6 @@
],
"explorer_block_url": "block/"
},
- "UIS-OLD": {
- "coin": "UIS-OLD",
- "type": "UTXO",
- "name": "Unitus (OLD)",
- "coinpaprika_id": "uis-unitus",
- "coingecko_id": "unitus",
- "livecoinwatch_id": "UIS",
- "explorer_url": "https://explorer.unitus.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Unitus Signed Message:\n",
- "fname": "Unitus (OLD)",
- "rpcport": 50604,
- "pubtype": 68,
- "p2shtype": 10,
- "wiftype": 132,
- "txfee": 2000000,
- "dust": 6000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/723'",
- "links": {
- "github": "https://github.com/unitusdev/unitus",
- "homepage": "https://unituscurrency.com"
- },
- "electrum": [
- {
- "url": "failover.trc-uis.ewmcx.biz:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "failover.trc-uis.ewmcx.biz:50003",
- "protocol": "WSS",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50003",
- "protocol": "WSS",
- "disable_cert_verification": false
- }
- ],
- "explorer_block_url": "block/"
- },
"UIS": {
"coin": "UIS",
"type": "UTXO",
@@ -42270,11 +34750,19 @@
},
"electrum": [
{
- "url": "uis-ex-one.ewmci.online:50002",
+ "url": "failover.trc-uis.ewmcx.biz:50002",
"protocol": "SSL"
},
{
- "url": "uis-ex-one.ewmci.online:50003",
+ "url": "failover.trc-uis.ewmcx.biz:50003",
+ "protocol": "WSS"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50003",
"protocol": "WSS"
}
],
@@ -42315,10 +34803,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -42327,8 +34811,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -42365,23 +34855,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42392,8 +34870,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42433,10 +34910,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42491,10 +34964,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -42503,8 +34972,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -42545,23 +35020,11 @@
},
"contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42572,8 +35035,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42597,7 +35059,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -42612,6 +35074,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -42622,10 +35090,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -42705,23 +35169,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42845,19 +35297,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -42902,11 +35350,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -42949,10 +35393,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -42961,61 +35401,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDC-AVX20_OLD": {
- "coin": "USDC-AVX20_OLD",
- "type": "AVX-20",
- "name": "USD Coin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "USD Coin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -43056,23 +35449,11 @@
},
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43083,8 +35464,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43108,7 +35488,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43129,6 +35509,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43139,10 +35525,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43192,52 +35574,51 @@
],
"explorer_block_url": "block/"
},
- "USDC-MVR20": {
- "coin": "USDC-MVR20",
- "type": "Moonriver",
+ "USDC-GNO": {
+ "coin": "USDC-GNO",
+ "type": "Gnosis",
"name": "USD Coin",
"coinpaprika_id": "usdc-usd-coin",
"coingecko_id": "usd-coin",
"livecoinwatch_id": "USDC",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "USD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 100,
"decimals": 6,
- "required_confirmations": 6,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
+ "platform": "XDAI",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -43272,23 +35653,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -43343,10 +35718,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -43386,7 +35757,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43401,6 +35772,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43411,10 +35788,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43452,23 +35825,66 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "USDP-ERC20": {
+ "coin": "USDP-ERC20",
+ "type": "ERC-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pax Dollar",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.paxos.com/usdp"
+ },
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43479,60 +35895,65 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "USDT-MVR20": {
- "coin": "USDT-MVR20",
- "type": "Moonriver",
- "name": "Tether",
- "coinpaprika_id": "usdt-tether",
- "coingecko_id": "tether",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "USDP-BEP20": {
+ "coin": "USDP-BEP20",
+ "type": "BEP-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether",
+ "wallet_only": false,
+ "fname": "Pax Dollar",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 6,
- "required_confirmations": 6,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C"
+ "platform": "BNB",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"USDT-KRC20": {
@@ -43609,23 +36030,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -43683,19 +36098,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -43730,8 +36141,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -43743,10 +36152,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -43755,61 +36160,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDT-AVX20_OLD": {
- "coin": "USDT-AVX20_OLD",
- "type": "AVX-20",
- "name": "Tether (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -43833,7 +36191,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43854,6 +36212,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43864,10 +36228,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43887,7 +36247,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "Tether",
"rpcport": 80,
"mm2": 1,
@@ -43908,23 +36268,11 @@
},
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43935,8 +36283,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43979,6 +36326,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43989,10 +36342,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44103,42 +36452,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "varrr.electrum3.cipig.net:10009",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "varrr.electrum3.cipig.net:20009",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "varrr.electrum3.cipig.net:30009",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -44248,42 +36561,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "vdex.electrum3.cipig.net:10010",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "vdex.electrum3.cipig.net:20010",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "vdex.electrum3.cipig.net:30010",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -44436,7 +36713,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44457,6 +36734,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44467,10 +36750,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44507,23 +36786,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44534,8 +36801,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44572,23 +36838,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44599,66 +36853,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "VGX-PLG20": {
- "coin": "VGX-PLG20",
- "type": "Matic",
- "name": "Voyager",
- "coinpaprika_id": "ethos-ethos",
- "coingecko_id": "ethos",
- "livecoinwatch_id": "VGX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Voyager",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44701,32 +36896,8 @@
"github": "https://github.com/viacoin",
"homepage": "https://viacoin.org"
},
- "electrum": [
- {
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "via.electrum3.cipig.net:30073",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"VIA-segwit": {
@@ -44763,38 +36934,117 @@
"orderbook_ticker": "VIA",
"mm2": 1,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/14'",
+ "trezor_coin": "Viacoin",
+ "links": {
+ "github": "https://github.com/viacoin",
+ "homepage": "https://viacoin.org"
+ },
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "VIRTUAL-ERC20": {
+ "coin": "VIRTUAL-ERC20",
+ "type": "ERC-20",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.virtuals.io"
+ },
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "VIRTUAL-BASE": {
+ "coin": "VIRTUAL-BASE",
+ "type": "Base",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
+ }
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "via.electrum3.cipig.net:30073",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -44818,7 +37068,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44839,6 +37089,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44849,10 +37105,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -45016,47 +37268,26 @@
}
],
"disable_cert_verification": false
+ },
+ {
+ "url": "el2.verus.io:17488",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "0x03-ctrlc@protonmail.com"
+ },
+ {
+ "discord": "0x03#8822"
+ },
+ {
+ "keybase": "bloodynora"
+ }
+ ],
+ "disable_cert_verification": false
}
],
"explorer_block_url": "block/"
},
- "GRMS": {
- "coin": "GRMS",
- "type": "Smart Chain",
- "name": "GRMS",
- "coinpaprika_id": "grms-grms",
- "coingecko_id": "",
- "livecoinwatch_id": "GRMS",
- "explorer_url": "https://explorer.grms.pw/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GRMS",
- "fname": "GRMS",
- "is_privacy_coin": true,
- "rpcport": 21687,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"VTC": {
"coin": "VTC",
"type": "UTXO",
@@ -45205,6 +37436,57 @@
],
"explorer_block_url": "block.dws?"
},
+ "VVV-BASE": {
+ "coin": "VVV-BASE",
+ "type": "Base",
+ "name": "Venice Token",
+ "coinpaprika_id": "vvv-venice-token",
+ "coingecko_id": "venice-token",
+ "livecoinwatch_id": "_VVV",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Venice Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://venice.ai"
+ },
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"WAVES-BEP20": {
"coin": "WAVES-BEP20",
"type": "BEP-20",
@@ -45225,7 +37507,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -45240,6 +37522,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -45250,13 +37538,60 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "WBTC-ARB20": {
+ "coin": "WBTC-ARB20",
+ "type": "Arbitrum",
+ "name": "Wrapped Bitcoin",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
+ "coingecko_id": "wrapped-bitcoin",
+ "livecoinwatch_id": "WBTC",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Wrapped Bitcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 8,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"WBTC-ERC20": {
@@ -45296,23 +37631,11 @@
},
"contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45323,8 +37646,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45333,7 +37655,7 @@
"coin": "WBTC-PLG20",
"type": "Matic",
"name": "Wrapped Bitcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
"coingecko_id": "wrapped-bitcoin",
"livecoinwatch_id": "WBTC",
"explorer_url": "https://polygonscan.com/",
@@ -45359,23 +37681,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -45427,23 +37737,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45454,8 +37752,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45492,23 +37789,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45519,8 +37804,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45563,19 +37847,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -45615,10 +37895,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -45627,8 +37903,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -45653,7 +37935,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -45669,190 +37951,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "WOO-PLG20": {
- "coin": "WOO-PLG20",
- "type": "Matic",
- "name": "WOO Network",
- "coinpaprika_id": "woo-wootrade",
- "coingecko_id": "woo-network",
- "livecoinwatch_id": "WOO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "WOO Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "XCN-ERC20": {
- "coin": "XCN-ERC20",
- "type": "ERC-20",
- "name": "Onyxcoin",
- "coinpaprika_id": "xcn-chain",
- "coingecko_id": "chain-2",
- "livecoinwatch_id": "XCN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Onyxcoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "XCN-BEP20": {
- "coin": "XCN-BEP20",
- "type": "BEP-20",
- "name": "Onyxcoin",
- "coinpaprika_id": "",
- "coingecko_id": "chain-2",
- "livecoinwatch_id": "XCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Onyxcoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -45862,147 +37965,20 @@
},
{
"url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "XEP-segwit": {
- "coin": "XEP-segwit",
- "type": "UTXO",
- "name": "Electra Protocol",
- "coinpaprika_id": "xep-electra-protocol",
- "coingecko_id": "electra-protocol",
- "livecoinwatch_id": "XEP",
- "explorer_url": "https://electraprotocol.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "XEP Signed Message:\n",
- "fname": "Electra Protocol",
- "rpcport": 16816,
- "pubtype": 55,
- "p2shtype": 137,
- "wiftype": 162,
- "txversion": 2,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "segwit": true,
- "signature_version": "witness_v0",
- "bech32_hrp": "ep",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "XEP",
- "required_confirmations": 4,
- "avg_blocktime": 80,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/597'",
- "electrum": [
- {
- "url": "electrumx1.electraprotocol.eu:50001",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx1.electraprotocol.eu:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx1.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx2.electraprotocol.eu:50001",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.electraprotocol.eu:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx2.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx3.electraprotocol.eu:50001",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx3.electraprotocol.eu:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx3.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XEP-BEP20": {
- "coin": "XEP-BEP20",
- "type": "BEP-20",
- "name": "Electra Protocol",
- "coinpaprika_id": "xep-electra-protocol",
- "coingecko_id": "electra-protocol",
- "livecoinwatch_id": "XEP",
- "explorer_url": "https://bscscan.com/",
+ "WOO-PLG20": {
+ "coin": "WOO-PLG20",
+ "type": "Matic",
+ "name": "WOO Network",
+ "coinpaprika_id": "woo-wootrade",
+ "coingecko_id": "woo-network",
+ "livecoinwatch_id": "WOO",
+ "explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46010,52 +37986,52 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Electra Protocol",
+ "fname": "WOO Network",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e"
+ "platform": "MATIC",
+ "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XIDR-ERC20": {
- "coin": "XIDR-ERC20",
+ "XAUT-ERC20": {
+ "coin": "XAUT-ERC20",
"type": "ERC-20",
- "name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
- "coingecko_id": "straitsx-indonesia-rupiah",
- "livecoinwatch_id": "XIDR",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46064,7 +38040,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Indonesian Rupiah",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -46075,29 +38051,20 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52"
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
+ "links": {
+ "homepage": "https://gold.tether.to"
+ },
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -46108,19 +38075,74 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "XIDR-PLG20": {
- "coin": "XIDR-PLG20",
+ "XAUT-BEP20": {
+ "coin": "XAUT-BEP20",
+ "type": "BEP-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XAUT-PLG20": {
+ "coin": "XAUT-PLG20",
"type": "Matic",
- "name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "",
- "coingecko_id": "straitsx-indonesia-rupiah",
- "livecoinwatch_id": "XIDR",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46129,7 +38151,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Indonesian Rupiah",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -46140,27 +38162,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2"
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -46180,14 +38190,14 @@
],
"explorer_block_url": "block/"
},
- "XLM-BEP20": {
- "coin": "XLM-BEP20",
- "type": "BEP-20",
- "name": "Stellar",
- "coinpaprika_id": "xlm-stellar",
- "coingecko_id": "stellar",
- "livecoinwatch_id": "XLM",
- "explorer_url": "https://bscscan.com/",
+ "XAUT-AVX20": {
+ "coin": "XAUT-AVX20",
+ "type": "AVX-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46195,240 +38205,157 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Stellar",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9"
+ "platform": "AVAX",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XMY": {
- "coin": "XMY",
- "type": "UTXO",
- "name": "Myriad",
- "coinpaprika_id": "xmy-myriad",
- "coingecko_id": "myriadcoin",
- "livecoinwatch_id": "XMY",
- "explorer_url": "https://chainz.cryptoid.info/xmy/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "XAUT-ARB20": {
+ "coin": "XAUT-ARB20",
+ "type": "Arbitrum",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Myriadcoin Signed Message:\n",
- "fname": "Myriad",
- "rpcport": 8332,
- "pubtype": 50,
- "p2shtype": 9,
- "wiftype": 178,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "my",
+ "fname": "Tether Gold",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 240,
+ "chain_id": 42161,
+ "decimals": 6,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159"
+ }
},
- "derivation_path": "m/44'/90'",
- "electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
{
- "url": "xmy-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "xmy-ex-two.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "xmy-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "xmy-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "XMY-segwit": {
- "coin": "XMY-segwit",
- "type": "UTXO",
- "name": "Myriad",
- "coinpaprika_id": "xmy-myriad",
- "coingecko_id": "myriadcoin",
- "livecoinwatch_id": "XMY",
- "explorer_url": "https://chainz.cryptoid.info/xmy/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "XCN-ERC20": {
+ "coin": "XCN-ERC20",
+ "type": "ERC-20",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Myriadcoin Signed Message:\n",
- "fname": "Myriad",
- "rpcport": 8332,
- "pubtype": 50,
- "p2shtype": 9,
- "wiftype": 178,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "my",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "XMY",
+ "fname": "Onyxcoin",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "avg_blocktime": 240,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18"
+ }
},
- "derivation_path": "m/84'/90'",
- "electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "xmy-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "xmy-ex-two.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "xmy-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "xmy-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "XNA": {
- "coin": "XNA",
- "type": "UTXO",
- "name": "Neurai",
- "coinpaprika_id": "xna-neurai",
- "coingecko_id": "neurai",
- "livecoinwatch_id": "XNA",
- "explorer_url": "https://neuraiexplorer.com/",
+ "XCN-BASE": {
+ "coin": "XCN-BASE",
+ "type": "Base",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46436,156 +38363,153 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Neurai Signed Message:\n",
- "fname": "Neurai",
- "rpcport": 19001,
- "pubtype": 53,
- "p2shtype": 117,
- "wiftype": 128,
- "segwit": true,
- "txfee": 1000000,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO",
- "chain_variant": "RVN"
- },
- "derivation_path": "m/44'/1900'",
- "links": {
- "github": "https://github.com/NeuraiProject/Neurai",
- "homepage": "https://neurai.org"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C"
+ }
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "electrumx-dex-01.neuraiexplorer.com:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "electrumx-dex-01.neuraiexplorer.com:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "electrumx-dex-02.neuraiexplorer.com:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XCN-BEP20": {
+ "coin": "XCN-BEP20",
+ "type": "BEP-20",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "electrumx-dex-02.neuraiexplorer.com:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "electrumx3.neurai.top:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "electrumx3.neurai.top:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XPM": {
- "coin": "XPM",
- "type": "UTXO",
- "name": "Primecoin",
- "coinpaprika_id": "xpm-primecoin",
- "coingecko_id": "primecoin",
- "livecoinwatch_id": "XPM",
- "explorer_url": "https://www.blockseek.io/xpm/",
+ "XDAI": {
+ "coin": "XDAI",
+ "type": "Gnosis",
+ "name": "XDAI",
+ "coinpaprika_id": "dpos-xdai",
+ "coingecko_id": "xdai",
+ "livecoinwatch_id": "XDAI",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Primecoin",
- "rpcport": 8332,
- "pubtype": 23,
- "p2shtype": 83,
- "wiftype": 151,
- "txfee": 0,
- "dust": 1000000,
+ "wallet_only": false,
+ "fname": "XDAI",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 100,
"required_confirmations": 5,
- "avg_blocktime": 60,
+ "avg_blocktime": 5,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 100
+ }
},
- "derivation_path": "m/44'/24'",
- "trezor_coin": "Primecoin",
"links": {
- "github": "https://github.com/primecoin/primecoin",
- "homepage": "https://primecoin.io"
+ "homepage": "https://www.gnosis.io"
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
{
- "url": "electrumx.mainnet.primecoin.org:50011",
- "protocol": "TCP"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "electrumx.primecoin.org:50001",
- "protocol": "TCP"
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "XRG": {
- "coin": "XRG",
+ "XEP-segwit": {
+ "coin": "XEP-segwit",
"type": "UTXO",
- "name": "Ergon",
- "coinpaprika_id": "xrg-ergon",
- "coingecko_id": "",
- "livecoinwatch_id": "XRG",
- "explorer_url": "https://explorer.ergon.network/",
+ "name": "Electra Protocol",
+ "coinpaprika_id": "xep-electra-protocol",
+ "coingecko_id": "electra-protocol",
+ "livecoinwatch_id": "XEP",
+ "explorer_url": "https://electraprotocol.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46593,88 +38517,94 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Bitcoin Signed Message:\n",
- "fname": "Ergon",
- "rpcport": 2137,
- "pubtype": 0,
- "p2shtype": 5,
- "wiftype": 128,
- "txfee": 10,
- "segwit": false,
- "fork_id": "0x40",
+ "sign_message_prefix": "XEP Signed Message:\n",
+ "fname": "Electra Protocol",
+ "rpcport": 16816,
+ "pubtype": 55,
+ "p2shtype": 137,
+ "wiftype": 162,
+ "txversion": 2,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "segwit": true,
+ "signature_version": "witness_v0",
+ "bech32_hrp": "ep",
"address_format": {
- "format": "cashaddress",
- "network": "ergon"
+ "format": "segwit"
},
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 600,
+ "orderbook_ticker": "XEP",
+ "required_confirmations": 4,
+ "avg_blocktime": 80,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/2137'",
- "links": {
- "github": "https://github.com/Ergon-moe/Bitcoin-Static",
- "homepage": "https://ergon.moe"
- },
+ "derivation_path": "m/84'/597'",
"electrum": [
{
- "url": "fulcrum.ergon.network:52138",
- "protocol": "SSL",
+ "url": "electrumx1.electraprotocol.eu:50001",
"contact": [
{
- "email": "licho@ergon.moe"
- },
+ "discord": "287952234317348865"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrumx1.electraprotocol.eu:50002",
+ "protocol": "SSL",
+ "contact": [
{
- "telegram": "licho92karol"
+ "discord": "287952234317348865"
}
]
},
{
- "url": "fulcrum.ergon.network:52140",
- "protocol": "WSS",
+ "url": "electrumx2.electraprotocol.eu:50001",
"contact": [
{
- "email": "licho@ergon.moe"
- },
- {
- "telegram": "licho92karol"
+ "discord": "287952234317348865"
}
- ]
+ ],
+ "protocol": "TCP"
},
{
- "url": "la.ask.systems:52138",
+ "url": "electrumx2.electraprotocol.eu:50002",
"protocol": "SSL",
"contact": [
{
- "telegram": "@fsmv0"
+ "discord": "287952234317348865"
}
]
},
{
- "url": "la.ask.systems:52140",
- "protocol": "WSS",
+ "url": "electrumx3.electraprotocol.eu:50001",
"contact": [
{
- "telegram": "@fsmv0"
+ "discord": "287952234317348865"
}
- ]
+ ],
+ "protocol": "TCP"
},
{
- "url": "xrg_ful.googol.cash:52138",
+ "url": "electrumx3.electraprotocol.eu:50002",
"protocol": "SSL",
- "disable_cert_verification": true
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "XRP-BEP20": {
- "coin": "XRP-BEP20",
+ "XEP-BEP20": {
+ "coin": "XEP-BEP20",
"type": "BEP-20",
- "name": "XRP",
- "coinpaprika_id": "xrp-xrp",
- "coingecko_id": "ripple",
- "livecoinwatch_id": "XRP",
+ "name": "Electra Protocol",
+ "coinpaprika_id": "xep-electra-protocol",
+ "coingecko_id": "electra-protocol",
+ "livecoinwatch_id": "XEP",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46683,31 +38613,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "XRP",
+ "fname": "Electra Protocol",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE"
+ "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE",
+ "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -46718,87 +38649,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XRP-ERC20": {
- "coin": "XRP-ERC20",
- "type": "ERC-20",
- "name": "XRP",
- "coinpaprika_id": "",
- "coingecko_id": "ripple",
- "livecoinwatch_id": "XRP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "XRP",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "XSGD-ERC20": {
- "coin": "XSGD-ERC20",
+ "XIDR-ERC20": {
+ "coin": "XIDR-ERC20",
"type": "ERC-20",
- "name": "StraitsX Singapore Dollar",
- "coinpaprika_id": "xsgd-xsgd",
- "coingecko_id": "xsgd",
- "livecoinwatch_id": "XSGD",
+ "name": "StraitsX Indonesian Rupiah",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
+ "coingecko_id": "straitsx-indonesia-rupiah",
+ "livecoinwatch_id": "XIDR",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46807,7 +38669,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX Indonesian Rupiah",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -46818,34 +38680,17 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96"
+ "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "Singapore-Dollar Backed Stablecoin",
- "links": {
- "github": "https://github.com/Xfers/StraitsX-tokens",
- "homepage": "https://xfers.com/sg/stablecoin"
- },
- "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
+ "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -46856,19 +38701,18 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "XSGD-PLG20": {
- "coin": "XSGD-PLG20",
+ "XIDR-PLG20": {
+ "coin": "XIDR-PLG20",
"type": "Matic",
- "name": "StraitsX Singapore Dollar",
- "coinpaprika_id": "xsgd-xsgd",
- "coingecko_id": "xsgd",
- "livecoinwatch_id": "XSGD",
+ "name": "StraitsX Indonesian Rupiah",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
+ "coingecko_id": "straitsx-indonesia-rupiah",
+ "livecoinwatch_id": "XIDR",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46877,7 +38721,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX Indonesian Rupiah",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -46888,27 +38732,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995"
+ "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
+ "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -46928,13 +38760,13 @@
],
"explorer_block_url": "block/"
},
- "XTZ-BEP20": {
- "coin": "XTZ-BEP20",
+ "XLM-BEP20": {
+ "coin": "XLM-BEP20",
"type": "BEP-20",
- "name": "Tezos",
- "coinpaprika_id": "xtz-tezos",
- "coingecko_id": "tezos",
- "livecoinwatch_id": "XTZ",
+ "name": "Stellar",
+ "coinpaprika_id": "xlm-stellar",
+ "coingecko_id": "stellar",
+ "livecoinwatch_id": "XLM",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46943,17 +38775,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Tezos",
+ "fname": "Stellar",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a"
+ "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9"
}
},
"derivation_path": "m/44'/60'",
@@ -46963,11 +38795,17 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a",
+ "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -46978,23 +38816,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XVC": {
- "coin": "XVC",
+ "XMY": {
+ "coin": "XMY",
"type": "UTXO",
- "name": "VanillaCash",
- "coinpaprika_id": "xvc-vcash",
- "coingecko_id": "vcash",
- "livecoinwatch_id": "XVC",
- "explorer_url": "https://chainz.cryptoid.info/xvc/",
+ "name": "Myriad",
+ "coinpaprika_id": "xmy-myriad",
+ "coingecko_id": "myriadcoin",
+ "livecoinwatch_id": "XMY",
+ "explorer_url": "https://chainz.cryptoid.info/xmy/",
"explorer_tx_url": "tx.dws?",
"explorer_address_url": "address.dws?",
"supported": [],
@@ -47002,53 +38836,25 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Vanillacash Signed Message:\n",
- "fname": "VanillaCash",
- "isPoS": 1,
- "rpcport": 48888,
- "pubtype": 18,
- "p2shtype": 30,
- "wiftype": 181,
+ "sign_message_prefix": "Myriadcoin Signed Message:\n",
+ "fname": "Myriad",
+ "rpcport": 8332,
+ "pubtype": 50,
+ "p2shtype": 9,
+ "wiftype": 178,
"txfee": 10000,
- "dust": 10000,
+ "segwit": true,
+ "bech32_hrp": "my",
"mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 240,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/724'",
- "links": {
- "github": "https://github.com/WikiMin3R/Vanillacash",
- "homepage": "https://vanillacash.org"
- },
+ "derivation_path": "m/44'/90'",
"electrum": [
{
- "url": "electrumx1.vanillacash.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumx1.vanillacash.info:50012",
- "protocol": "SSL"
- },
- {
- "url": "electrumx1.vanillacash.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumx2.vanillacash.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.vanillacash.info:50012",
- "protocol": "SSL"
- },
- {
- "url": "electrumx2.vanillacash.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "xvc-ex-seven.ewmci.online:50001",
+ "url": "xmy-ex-two.ewmci.online:50001",
"protocol": "TCP",
"contact": [
{
@@ -47057,7 +38863,7 @@
]
},
{
- "url": "xvc-ex-seven.ewmci.online:50002",
+ "url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
@@ -47066,7 +38872,7 @@
]
},
{
- "url": "xvc-ex-seven.ewmci.online:50003",
+ "url": "xmy-ex-two.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
@@ -47077,346 +38883,213 @@
],
"explorer_block_url": "block.dws?"
},
- "XVC-BEP20": {
- "coin": "XVC-BEP20",
- "type": "BEP-20",
- "name": "VanillaCash",
- "coinpaprika_id": "xvc-vcash",
- "coingecko_id": "vcash",
- "livecoinwatch_id": "XVC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
+ "XMY-segwit": {
+ "coin": "XMY-segwit",
+ "type": "UTXO",
+ "name": "Myriad",
+ "coinpaprika_id": "xmy-myriad",
+ "coingecko_id": "myriadcoin",
+ "livecoinwatch_id": "XMY",
+ "explorer_url": "https://chainz.cryptoid.info/xmy/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "VanillaCash",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B"
- }
+ "sign_message_prefix": "Myriadcoin Signed Message:\n",
+ "fname": "Myriad",
+ "rpcport": 8332,
+ "pubtype": 50,
+ "p2shtype": 9,
+ "wiftype": 178,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "my",
+ "address_format": {
+ "format": "segwit"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "XVC-QRC20": {
- "coin": "XVC-QRC20",
- "type": "QRC-20",
- "name": "VanillaCash",
- "coinpaprika_id": "xvc-vcash",
- "coingecko_id": "vcash",
- "livecoinwatch_id": "XVC",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "VanillaCash",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
+ "orderbook_ticker": "XMY",
"mm2": 1,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
+ "avg_blocktime": 240,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/90'",
+ "electrum": [
{
- "url": "qtum.electrum2.cipig.net:10050",
+ "url": "xmy-ex-two.ewmci.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
},
{
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "xmy-ex-two.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "XNA": {
+ "coin": "XNA",
+ "type": "UTXO",
+ "name": "Neurai",
+ "coinpaprika_id": "xna-neurai",
+ "coingecko_id": "neurai",
+ "livecoinwatch_id": "XNA",
+ "explorer_url": "https://neuraiexplorer.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Neurai Signed Message:\n",
+ "fname": "Neurai",
+ "rpcport": 19001,
+ "pubtype": 53,
+ "p2shtype": 117,
+ "wiftype": 128,
+ "segwit": true,
+ "txfee": 1000000,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "RVN"
+ },
+ "derivation_path": "m/44'/1900'",
+ "links": {
+ "github": "https://github.com/NeuraiProject/Neurai",
+ "homepage": "https://neurai.org"
+ },
+ "electrum": [
{
- "url": "qtum.electrum3.cipig.net:10050",
+ "url": "electrumx-dex-02.neuraiexplorer.com:50001",
+ "protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "alarm@neurai.org"
},
{
- "discord": "cipi#4502"
+ "discord": "456566604809895947"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
+ "url": "electrumx-dex-02.neuraiexplorer.com:50002",
+ "protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "alarm@neurai.org"
},
{
- "discord": "cipi#4502"
+ "discord": "456566604809895947"
}
]
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
+ "url": "electrumx3.neurai.top:50001",
+ "protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "alarm@neurai.org"
},
{
- "discord": "cipi#4502"
+ "discord": "456566604809895947"
}
]
}
],
"explorer_block_url": "block/"
},
- "XVG": {
- "coin": "XVG",
+ "XPM": {
+ "coin": "XPM",
"type": "UTXO",
- "name": "Verge",
- "coinpaprika_id": "xvg-verge",
- "coingecko_id": "verge",
- "livecoinwatch_id": "XVG",
- "explorer_url": "https://xvgblockexplorer.com/",
+ "name": "Primecoin",
+ "coinpaprika_id": "xpm-primecoin",
+ "coingecko_id": "primecoin",
+ "livecoinwatch_id": "XPM",
+ "explorer_url": "https://www.blockseek.io/xpm/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "VERGE Signed Message:\n",
- "fname": "Verge",
- "isPoS": 1,
- "rpcport": 20102,
- "pubtype": 30,
- "p2shtype": 33,
- "wiftype": 158,
- "decimals": 6,
- "segwit": true,
- "bech32_hrp": "vg",
- "txfee": 200000,
- "dingo_fee": true,
- "dust": 200000,
+ "wallet_only": true,
+ "fname": "Primecoin",
+ "rpcport": 8332,
+ "pubtype": 23,
+ "p2shtype": 83,
+ "wiftype": 151,
+ "txfee": 0,
+ "dust": 1000000,
"mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 30,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/77'",
+ "derivation_path": "m/44'/24'",
+ "trezor_coin": "Primecoin",
+ "links": {
+ "github": "https://github.com/primecoin/primecoin",
+ "homepage": "https://primecoin.io"
+ },
"electrum": [
{
- "url": "159.69.73.223:5036",
+ "url": "electrumx.gemmer.primecoin.org:50011",
"protocol": "TCP"
},
{
- "url": "electrum-verge.cloud:50001",
+ "url": "electrumx.mainnet.primecoin.org:50011",
"protocol": "TCP"
},
{
- "url": "electrum-verge.cloud:50002",
- "protocol": "SSL"
- },
- {
- "url": "electrum-verge.cloud:50004",
- "protocol": "WSS"
- },
- {
- "url": "electrumx-verge.cloud:50001",
+ "url": "electrumx.primecoin.org:50001",
"protocol": "TCP"
},
{
- "url": "electrumx-verge.cloud:50002",
+ "url": "electrumx.xpm.systems:50002",
"protocol": "SSL"
},
{
- "url": "electrumx-verge.cloud:50004",
+ "url": "electrumx.xpm.systems:50004",
"protocol": "WSS"
}
],
- "explorer_block_url": "block/",
- "binance_id": "XVG"
- },
- "XVS-BEP20": {
- "coin": "XVS-BEP20",
- "type": "BEP-20",
- "name": "Venus",
- "coinpaprika_id": "xvs-venus",
- "coingecko_id": "venus",
- "livecoinwatch_id": "XVS",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Venus",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "YFI-AVX20": {
- "coin": "YFI-AVX20",
- "type": "AVX-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
- "explorer_url": "https://snowtrace.io/",
+ "XRG": {
+ "coin": "XRG",
+ "type": "UTXO",
+ "name": "Ergon",
+ "coinpaprika_id": "xrg-ergon",
+ "coingecko_id": "",
+ "livecoinwatch_id": "XRG",
+ "explorer_url": "https://explorer.ergon.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47424,51 +39097,64 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
- "rpcport": 80,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Ergon",
+ "rpcport": 2137,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "ergon"
+ },
"mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
+ "required_confirmations": 2,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
+ "derivation_path": "m/44'/2137'",
+ "links": {
+ "github": "https://github.com/Ergon-moe/Bitcoin-Static",
+ "homepage": "https://ergon.moe"
+ },
+ "electrum": [
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "la.ask.systems:52138",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "telegram": "@fsmv0"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "la.ask.systems:52140",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "telegram": "@fsmv0"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "xrg_ful.googol.cash:52138",
+ "protocol": "SSL",
+ "disable_cert_verification": true
}
],
"explorer_block_url": "block/"
},
- "YFI-BEP20": {
- "coin": "YFI-BEP20",
+ "XRP-BEP20": {
+ "coin": "XRP-BEP20",
"type": "BEP-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
+ "name": "XRP",
+ "coinpaprika_id": "xrp-xrp",
+ "coingecko_id": "ripple",
+ "livecoinwatch_id": "XRP",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -47477,17 +39163,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "XRP",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e"
+ "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE"
}
},
"derivation_path": "m/44'/60'",
@@ -47497,11 +39183,17 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e",
+ "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -47512,22 +39204,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "YFI-ERC20": {
- "coin": "YFI-ERC20",
+ "XRP-ERC20": {
+ "coin": "XRP-ERC20",
"type": "ERC-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
+ "name": "XRP",
+ "coinpaprika_id": "",
+ "coingecko_id": "ripple",
+ "livecoinwatch_id": "XRP",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -47536,45 +39224,28 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "XRP",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
+ "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
- "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"
+ "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "yearn.finance",
- "links": {
- "github": "https://github.com/iearn-finance",
- "homepage": "https://yearn.finance/"
- },
- "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
+ "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -47585,20 +39256,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "YFI-KRC20": {
- "coin": "YFI-KRC20",
- "type": "KRC-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "XSGD-AVX20": {
+ "coin": "XSGD-AVX20",
+ "type": "AVX-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47606,43 +39276,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "KCS",
- "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A"
+ "platform": "AVAX",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A",
- "parent_coin": "KCS",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
+ "parent_coin": "AVAX",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://kcc-rpc.com"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://rpc-mainnet.kcc.network"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "YFI-PLG20": {
- "coin": "YFI-PLG20",
- "type": "Matic",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
- "explorer_url": "https://polygonscan.com/",
+ "XSGD-BASE": {
+ "coin": "XSGD-BASE",
+ "type": "Base",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47650,65 +39331,47 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 8453,
+ "decimals": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6"
+ "platform": "ETH-BASE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
},
- "YFII-BEP20": {
- "coin": "YFII-BEP20",
- "type": "BEP-20",
- "name": "DFI.Money",
- "coinpaprika_id": "yfii-dfimoney",
- "coingecko_id": "yfii-finance",
- "livecoinwatch_id": "YFII",
- "explorer_url": "https://bscscan.com/",
+ "XSGD-ERC20": {
+ "coin": "XSGD-ERC20",
+ "type": "ERC-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47716,52 +39379,110 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "DFI.Money",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5"
+ "platform": "ETH",
+ "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "trezor_coin": "Singapore-Dollar Backed Stablecoin",
+ "links": {
+ "github": "https://github.com/Xfers/StraitsX-tokens",
+ "homepage": "https://xfers.com/sg/stablecoin"
+ },
+ "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-PLG20": {
+ "coin": "XSGD-PLG20",
+ "type": "Matic",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 6,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "YFII-ERC20": {
- "coin": "YFII-ERC20",
- "type": "ERC-20",
- "name": "DFI.Money",
- "coinpaprika_id": "yfii-dfimoney",
- "coingecko_id": "yfii-finance",
- "livecoinwatch_id": "YFII",
- "explorer_url": "https://etherscan.io/",
+ "XTZ-BEP20": {
+ "coin": "XTZ-BEP20",
+ "type": "BEP-20",
+ "name": "Tezos",
+ "coinpaprika_id": "xtz-tezos",
+ "coingecko_id": "tezos",
+ "livecoinwatch_id": "XTZ",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47769,223 +39490,150 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "DFI.Money",
+ "fname": "Tezos",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
+ "platform": "BNB",
+ "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "YFII.finance",
- "links": {
- "github": "https://github.com/yfii/vault",
- "homepage": "https://dfi.money/"
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
},
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZEC": {
- "coin": "ZEC",
+ "XVC": {
+ "coin": "XVC",
"type": "UTXO",
- "name": "Zcash",
- "coinpaprika_id": "zec-zcash",
- "coingecko_id": "zcash",
- "livecoinwatch_id": "ZEC",
- "explorer_url": "https://blockchair.com/zcash/",
- "explorer_tx_url": "transaction/",
- "explorer_address_url": "address/",
+ "name": "VanillaCash",
+ "coinpaprika_id": "xvc-vcash",
+ "coingecko_id": "vcash",
+ "livecoinwatch_id": "XVC",
+ "explorer_url": "https://chainz.cryptoid.info/xvc/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zcash Signed Message:\n",
- "fname": "Zcash",
- "is_privacy_coin": true,
- "rpcport": 8232,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "segwit": true,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x4dec4df0",
- "txfee": 100000,
+ "sign_message_prefix": "Vanillacash Signed Message:\n",
+ "fname": "VanillaCash",
+ "isPoS": 1,
+ "rpcport": 48888,
+ "pubtype": 18,
+ "p2shtype": 30,
+ "wiftype": 181,
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 75,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/133'",
- "trezor_coin": "Zcash",
+ "derivation_path": "m/44'/724'",
"links": {
- "github": "https://github.com/zcash/zcash",
- "homepage": "https://z.cash"
+ "github": "https://github.com/WikiMin3R/Vanillacash",
+ "homepage": "https://vanillacash.org"
},
"electrum": [
{
- "url": "zec.electrum1.cipig.net:10058",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
+ "url": "electrumx1.vanillacash.info:50011",
"protocol": "TCP"
},
{
- "url": "zec.electrum1.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx1.vanillacash.info:50012",
+ "protocol": "SSL"
},
{
- "url": "zec.electrum1.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx1.vanillacash.info:50013",
+ "protocol": "WSS"
},
{
- "url": "zec.electrum2.cipig.net:10058",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
+ "url": "electrumx2.vanillacash.info:50011",
"protocol": "TCP"
},
{
- "url": "zec.electrum2.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.vanillacash.info:50012",
+ "protocol": "SSL"
},
{
- "url": "zec.electrum2.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.vanillacash.info:50013",
+ "protocol": "WSS"
},
{
- "url": "zec.electrum3.cipig.net:10058",
+ "url": "xvc-ex-seven.ewmci.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "zec.electrum3.cipig.net:20058",
+ "url": "xvc-ex-seven.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
},
{
- "url": "zec.electrum3.cipig.net:30058",
+ "url": "xvc-ex-seven.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "ZEC"
+ "explorer_block_url": "block.dws?"
},
- "ZER": {
- "coin": "ZER",
- "type": "UTXO",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://insight.zerocurrency.io/insight/",
+ "XVC-BEP20": {
+ "coin": "XVC-BEP20",
+ "type": "BEP-20",
+ "name": "VanillaCash",
+ "coinpaprika_id": "xvc-vcash",
+ "coingecko_id": "vcash",
+ "livecoinwatch_id": "XVC",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47993,69 +39641,89 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zero Signed Message:\n",
- "fname": "Zero",
- "is_privacy_coin": true,
- "rpcport": 23811,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x7361707a",
- "txfee": 1000,
+ "fname": "VanillaCash",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 120,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/323'",
- "links": {
- "github": "https://github.com/zerocurrencycoin/Zero",
- "homepage": "https://zero.directory"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B"
+ }
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "zer.electrum1.cipig.net:10065",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "zer.electrum1.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "zer.electrum1.cipig.net:30065",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "zer.electrum2.cipig.net:10065",
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XVC-QRC20": {
+ "coin": "XVC-QRC20",
+ "type": "QRC-20",
+ "name": "VanillaCash",
+ "coinpaprika_id": "xvc-vcash",
+ "coingecko_id": "vcash",
+ "livecoinwatch_id": "XVC",
+ "explorer_url": "https://qtum.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "VanillaCash",
+ "rpcport": 3889,
+ "pubtype": 58,
+ "p2shtype": 50,
+ "wiftype": 128,
+ "segwit": false,
+ "txfee": 400000,
+ "dust": 72800,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 2000,
+ "avg_blocktime": 32,
+ "protocol": {
+ "type": "QRC20",
+ "chain_variant": "QTUM",
+ "protocol_data": {
+ "platform": "QTUM",
+ "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30"
+ }
+ },
+ "derivation_path": "m/44'/2301'",
+ "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30",
+ "parent_coin": "QTUM",
+ "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
+ "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
+ "electrum": [
+ {
+ "url": "qtum.electrum1.cipig.net:10050",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -48067,7 +39735,7 @@
"protocol": "TCP"
},
{
- "url": "zer.electrum2.cipig.net:20065",
+ "url": "qtum.electrum1.cipig.net:20050",
"protocol": "SSL",
"contact": [
{
@@ -48079,7 +39747,7 @@
]
},
{
- "url": "zer.electrum2.cipig.net:30065",
+ "url": "qtum.electrum1.cipig.net:30050",
"protocol": "WSS",
"contact": [
{
@@ -48091,7 +39759,7 @@
]
},
{
- "url": "zer.electrum3.cipig.net:10065",
+ "url": "qtum.electrum2.cipig.net:10050",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -48103,7 +39771,7 @@
"protocol": "TCP"
},
{
- "url": "zer.electrum3.cipig.net:20065",
+ "url": "qtum.electrum2.cipig.net:20050",
"protocol": "SSL",
"contact": [
{
@@ -48115,7 +39783,7 @@
]
},
{
- "url": "zer.electrum3.cipig.net:30065",
+ "url": "qtum.electrum2.cipig.net:30050",
"protocol": "WSS",
"contact": [
{
@@ -48129,14 +39797,14 @@
],
"explorer_block_url": "block/"
},
- "ZER-BEP20": {
- "coin": "ZER-BEP20",
- "type": "BEP-20",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://bscscan.com/",
+ "XVG": {
+ "coin": "XVG",
+ "type": "UTXO",
+ "name": "Verge",
+ "coinpaprika_id": "xvg-verge",
+ "coingecko_id": "verge",
+ "livecoinwatch_id": "XVG",
+ "explorer_url": "https://xvgblockexplorer.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48144,141 +39812,66 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zero",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZET": {
- "coin": "ZET",
- "type": "UTXO",
- "name": "Zetacoin",
- "coinpaprika_id": "zet-zetacoin",
- "coingecko_id": "zetacoin",
- "livecoinwatch_id": "ZET",
- "explorer_url": "https://chainz.cryptoid.info/zet/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zetacoin Signed Message:\n",
- "fname": "Zetacoin",
+ "sign_message_prefix": "VERGE Signed Message:\n",
+ "fname": "Verge",
"isPoS": 1,
- "rpcport": 22014,
- "pubtype": 20,
- "p2shtype": 85,
- "wiftype": 153,
- "txfee": 100000,
- "dust": 100000,
+ "rpcport": 20102,
+ "pubtype": 30,
+ "p2shtype": 33,
+ "wiftype": 158,
+ "decimals": 6,
+ "segwit": true,
+ "bech32_hrp": "vg",
+ "txfee": 200000,
+ "dingo_fee": true,
+ "dust": 200000,
"mm2": 1,
- "mature_confirmations": 500,
- "required_confirmations": 7,
- "avg_blocktime": 45,
+ "required_confirmations": 10,
+ "avg_blocktime": 30,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/719'",
- "links": {
- "github": "https://github.com/WikiMin3R/ZetacoinE",
- "homepage": "https://zetacoin.io"
- },
+ "derivation_path": "m/44'/77'",
"electrum": [
{
- "url": "207.180.252.200:50011",
+ "url": "159.69.73.223:5036",
"protocol": "TCP"
},
{
- "url": "zet-ex-four.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrum-verge.cloud:50001",
+ "protocol": "TCP"
},
{
- "url": "zet-ex-four.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrum-verge.cloud:50002",
+ "protocol": "SSL"
},
{
- "url": "zet-ex-three.ewmci.online:50011",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrum-verge.cloud:50004",
+ "protocol": "WSS"
},
{
- "url": "zet-ex-three.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrumx-verge.cloud:50001",
+ "protocol": "TCP"
},
{
- "url": "zet-ex-three.ewmci.online:50013",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrumx-verge.cloud:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx-verge.cloud:50004",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/",
+ "binance_id": "XVG"
},
- "ZIL-BEP20": {
- "coin": "ZIL-BEP20",
+ "XVS-BEP20": {
+ "coin": "XVS-BEP20",
"type": "BEP-20",
- "name": "Zilliqa",
- "coinpaprika_id": "zil-zilliqa",
- "coingecko_id": "zilliqa",
- "livecoinwatch_id": "ZIL",
+ "name": "Venus",
+ "coinpaprika_id": "xvs-venus",
+ "coingecko_id": "venus",
+ "livecoinwatch_id": "XVS",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48287,17 +39880,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zilliqa",
+ "fname": "Venus",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
+ "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63"
}
},
"derivation_path": "m/44'/60'",
@@ -48307,11 +39900,17 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -48322,22 +39921,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZRX-AVX20": {
- "coin": "ZRX-AVX20",
+ "YFI-AVX20": {
+ "coin": "YFI-AVX20",
"type": "AVX-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
"explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48346,7 +39941,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "yearn.finance",
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
@@ -48357,19 +39952,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "AVAX",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
"parent_coin": "AVAX",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -48378,19 +39969,86 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ZRX-ERC20": {
- "coin": "ZRX-ERC20",
+ "YFI-BEP20": {
+ "coin": "YFI-BEP20",
+ "type": "BEP-20",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "yearn.finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "YFI-ERC20": {
+ "coin": "YFI-ERC20",
"type": "ERC-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48399,45 +40057,33 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "yearn.finance",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
+ "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "0x Project",
+ "trezor_coin": "yearn.finance",
"links": {
- "github": "https://github.com/0xProject",
- "homepage": "https://0xproject.com"
+ "github": "https://github.com/iearn-finance",
+ "homepage": "https://yearn.finance/"
},
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -48448,19 +40094,62 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "YFI-KRC20": {
+ "coin": "YFI-KRC20",
+ "type": "KRC-20",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
+ "explorer_url": "https://explorer.kcc.io/en/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "yearn.finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 321,
+ "decimals": 18,
+ "avg_blocktime": 3,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "KCS",
+ "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A",
+ "parent_coin": "KCS",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://kcc-rpc.com"
+ },
+ {
+ "url": "https://rpc-mainnet.kcc.network"
}
],
"explorer_block_url": "block/"
},
- "ZRX-PLG20": {
- "coin": "ZRX-PLG20",
+ "YFI-PLG20": {
+ "coin": "YFI-PLG20",
"type": "Matic",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48469,7 +40158,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "yearn.finance",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -48480,19 +40169,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
+ "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5",
+ "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -48512,14 +40197,14 @@
],
"explorer_block_url": "block/"
},
- "INK-QRC20": {
- "coin": "INK-QRC20",
- "type": "QRC-20",
- "name": "INK",
- "coinpaprika_id": "ink-ink",
- "coingecko_id": "ink",
- "livecoinwatch_id": "INK",
- "explorer_url": "https://qtum.info/",
+ "YFII-BEP20": {
+ "coin": "YFII-BEP20",
+ "type": "BEP-20",
+ "name": "DFI.Money",
+ "coinpaprika_id": "yfii-dfimoney",
+ "coingecko_id": "yfii-finance",
+ "livecoinwatch_id": "YFII",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48527,152 +40212,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "INK",
- "rpcport": 3889,
+ "fname": "DFI.Money",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
+ "platform": "BNB",
+ "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FLUX": {
- "coin": "FLUX",
- "type": "UTXO",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://explorer.runonflux.io/",
+ "YFII-ERC20": {
+ "coin": "YFII-ERC20",
+ "type": "ERC-20",
+ "name": "DFI.Money",
+ "coinpaprika_id": "yfii-dfimoney",
+ "coingecko_id": "yfii-finance",
+ "livecoinwatch_id": "YFII",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48680,50 +40267,55 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zelcash Signed Message:\n",
- "fname": "Flux",
- "is_privacy_coin": true,
- "rpcport": 16124,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x76b809bb",
- "txfee": 10000,
+ "fname": "DFI.Money",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 120,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 18,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
+ }
},
- "derivation_path": "m/44'/19167'",
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "YFII.finance",
"links": {
- "github": "https://github.com/RunOnFlux/fluxd",
- "homepage": "https://www.runonflux.io"
+ "github": "https://github.com/yfii/vault",
+ "homepage": "https://dfi.money/"
},
- "electrum": [
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "electrumx.runonflux.io:50001",
- "protocol": "TCP"
+ "url": "https://eth1.lava.build"
},
{
- "url": "electrumx2.runonflux.io:50001",
- "protocol": "TCP"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "FLUX-ERC20": {
- "coin": "FLUX-ERC20",
+ "ZAMA-ERC20": {
+ "coin": "ZAMA-ERC20",
"type": "ERC-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48732,65 +40324,161 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 8,
+ "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "links": {
+ "homepage": "https://www.zama.org"
+ },
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZAMA-BEP20": {
+ "coin": "ZAMA-BEP20",
+ "type": "BEP-20",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Zama",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-ARB20": {
+ "coin": "ZCHF-ARB20",
+ "type": "Arbitrum",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "FLUX-BEP20": {
- "coin": "FLUX-BEP20",
- "type": "BEP-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://bscscan.com/",
+ "ZCHF-AVX20": {
+ "coin": "ZCHF-AVX20",
+ "type": "AVX-20",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48798,60 +40486,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ "platform": "AVAX",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "HPY-QRC20": {
- "coin": "HPY-QRC20",
- "type": "QRC-20",
- "name": "HyperPay",
- "coinpaprika_id": "hpy-hyper-pay",
- "coingecko_id": "hyper-pay",
- "livecoinwatch_id": "HPY",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-BASE": {
+ "coin": "ZCHF-BASE",
+ "type": "Base",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48859,152 +40541,47 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HyperPay",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
+ "platform": "ETH-BASE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
},
- "HLC-QRC20": {
- "coin": "HLC-QRC20",
- "type": "QRC-20",
- "name": "HalalChain",
- "coinpaprika_id": "hlc-halalchain",
- "coingecko_id": "halalchain",
- "livecoinwatch_id": "HLC",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-ERC20": {
+ "coin": "ZCHF-ERC20",
+ "type": "ERC-20",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49012,152 +40589,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HalalChain",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9"
+ "platform": "ETH",
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.frankencoin.com"
+ },
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "MED-QRC20": {
- "coin": "MED-QRC20",
- "type": "QRC-20",
- "name": "Medibloc",
- "coinpaprika_id": "med-medibloc-qrc20",
- "coingecko_id": "medibloc",
- "livecoinwatch_id": "MED",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-GNO": {
+ "coin": "ZCHF-GNO",
+ "type": "Gnosis",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49165,152 +40644,48 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Medibloc",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae"
+ "platform": "XDAI",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "LSTR-QRC20": {
- "coin": "LSTR-QRC20",
- "type": "QRC-20",
- "name": "Luna Stars",
- "coinpaprika_id": "lstr-luna-stars",
- "coingecko_id": "meetluna",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-PLG20": {
+ "coin": "ZCHF-PLG20",
+ "type": "Matic",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49318,71 +40693,89 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Luna Stars",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420"
+ "platform": "MATIC",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "qtum.electrum2.cipig.net:10050",
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZEC": {
+ "coin": "ZEC",
+ "type": "UTXO",
+ "name": "Zcash",
+ "coinpaprika_id": "zec-zcash",
+ "coingecko_id": "zcash",
+ "livecoinwatch_id": "ZEC",
+ "explorer_url": "https://blockchair.com/zcash/",
+ "explorer_tx_url": "transaction/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zcash Signed Message:\n",
+ "fname": "Zcash",
+ "is_privacy_coin": true,
+ "rpcport": 8232,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "segwit": true,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x37a5165b",
+ "txfee": 100000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 75,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/133'",
+ "trezor_coin": "Zcash",
+ "links": {
+ "github": "https://github.com/zcash/zcash",
+ "homepage": "https://z.cash"
+ },
+ "electrum": [
+ {
+ "url": "zec.electrum1.cipig.net:10058",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49394,7 +40787,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "zec.electrum1.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -49406,7 +40799,7 @@
]
},
{
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "zec.electrum1.cipig.net:30058",
"protocol": "WSS",
"contact": [
{
@@ -49418,7 +40811,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:10050",
+ "url": "zec.electrum2.cipig.net:10058",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49430,7 +40823,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
+ "url": "zec.electrum2.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -49442,7 +40835,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:30050",
+ "url": "zec.electrum2.cipig.net:30058",
"protocol": "WSS",
"contact": [
{
@@ -49454,16 +40847,17 @@
]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "ZEC"
},
- "QBT-QRC20": {
- "coin": "QBT-QRC20",
- "type": "QRC-20",
- "name": "Qbao",
- "coinpaprika_id": "qbt-qbao",
- "coingecko_id": "qbao",
- "livecoinwatch_id": "QBT",
- "explorer_url": "https://qtum.info/",
+ "ZER": {
+ "coin": "ZER",
+ "type": "UTXO",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://insight.zerocurrency.io/insight/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49471,35 +40865,33 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Qbao",
- "rpcport": 3889,
+ "sign_message_prefix": "Zero Signed Message:\n",
+ "fname": "Zero",
+ "is_privacy_coin": true,
+ "rpcport": 23811,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x7361707a",
+ "txfee": 1000,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "required_confirmations": 4,
+ "avg_blocktime": 120,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/323'",
+ "links": {
+ "github": "https://github.com/zerocurrencycoin/Zero",
+ "homepage": "https://zero.directory"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:10050",
+ "url": "zer.electrum1.cipig.net:10065",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49511,7 +40903,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum1.cipig.net:20050",
+ "url": "zer.electrum1.cipig.net:20065",
"protocol": "SSL",
"contact": [
{
@@ -49523,7 +40915,7 @@
]
},
{
- "url": "qtum.electrum1.cipig.net:30050",
+ "url": "zer.electrum1.cipig.net:30065",
"protocol": "WSS",
"contact": [
{
@@ -49535,7 +40927,7 @@
]
},
{
- "url": "qtum.electrum2.cipig.net:10050",
+ "url": "zer.electrum2.cipig.net:10065",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49547,7 +40939,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "zer.electrum2.cipig.net:20065",
"protocol": "SSL",
"contact": [
{
@@ -49559,7 +40951,7 @@
]
},
{
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "zer.electrum2.cipig.net:30065",
"protocol": "WSS",
"contact": [
{
@@ -49569,54 +40961,118 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZER-BEP20": {
+ "coin": "ZER-BEP20",
+ "type": "BEP-20",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "TSL-QRC20": {
- "coin": "TSL-QRC20",
- "type": "QRC-20",
- "name": "Energo TSL",
- "coinpaprika_id": "tsl-energo",
- "coingecko_id": "energo",
- "livecoinwatch_id": "TSL",
- "explorer_url": "https://qtum.info/",
+ "ZET": {
+ "coin": "ZET",
+ "type": "UTXO",
+ "name": "Zetacoin",
+ "coinpaprika_id": "zet-zetacoin",
+ "coingecko_id": "zetacoin",
+ "livecoinwatch_id": "ZET",
+ "explorer_url": "https://chainz.cryptoid.info/zet/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zetacoin Signed Message:\n",
+ "fname": "Zetacoin",
+ "isPoS": 1,
+ "rpcport": 22014,
+ "pubtype": 20,
+ "p2shtype": 85,
+ "wiftype": 153,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "mature_confirmations": 500,
+ "required_confirmations": 7,
+ "avg_blocktime": 45,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/719'",
+ "links": {
+ "github": "https://github.com/WikiMin3R/ZetacoinE",
+ "homepage": "https://zetacoin.io"
+ },
+ "electrum": [
+ {
+ "url": "207.180.252.200:50011",
+ "protocol": "TCP"
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "ZIL-BEP20": {
+ "coin": "ZIL-BEP20",
+ "type": "BEP-20",
+ "name": "Zilliqa",
+ "coinpaprika_id": "zil-zilliqa",
+ "coingecko_id": "zilliqa",
+ "livecoinwatch_id": "ZIL",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49624,151 +41080,171 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Energo TSL",
- "rpcport": 3889,
+ "fname": "Zilliqa",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c"
+ "platform": "BNB",
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 18,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "ZRX-AVX20": {
+ "coin": "ZRX-AVX20",
+ "type": "AVX-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "0x",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.4,
+ "decimals": 18,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "OC-QRC20": {
- "coin": "OC-QRC20",
+ "ZRX-ERC20": {
+ "coin": "ZRX-ERC20",
+ "type": "ERC-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "0x",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "0x Project",
+ "links": {
+ "github": "https://github.com/0xProject",
+ "homepage": "https://0xproject.com"
+ },
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "INK-QRC20": {
+ "coin": "INK-QRC20",
"type": "QRC-20",
- "name": "OceanChain",
- "coinpaprika_id": "oc-oceanchain",
- "coingecko_id": "oceanchain",
- "livecoinwatch_id": "OC",
+ "name": "INK",
+ "coinpaprika_id": "ink-ink",
+ "coingecko_id": "ink",
+ "livecoinwatch_id": "INK",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -49777,7 +41253,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OceanChain",
+ "fname": "INK",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -49790,16 +41266,16 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9"
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
}
},
"pubtype": 58,
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
- "decimals": 8,
+ "decimals": 9,
"derivation_path": "m/44'/2301'",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9",
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -49875,53 +41351,185 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLUX": {
+ "coin": "FLUX",
+ "type": "UTXO",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://explorer.runonflux.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zelcash Signed Message:\n",
+ "fname": "Flux",
+ "is_privacy_coin": true,
+ "rpcport": 16124,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x76b809bb",
+ "txfee": 10000,
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/19167'",
+ "links": {
+ "github": "https://github.com/RunOnFlux/fluxd",
+ "homepage": "https://www.runonflux.io"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.runonflux.io:50001",
+ "protocol": "TCP"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
+ "url": "electrumx2.runonflux.io:50001",
"protocol": "TCP"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
+ },
+ "FLUX-ERC20": {
+ "coin": "FLUX-ERC20",
+ "type": "ERC-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Flux",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 8,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "PUT-QRC20": {
- "coin": "PUT-QRC20",
+ "FLUX-BEP20": {
+ "coin": "FLUX-BEP20",
+ "type": "BEP-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Flux",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
+ },
+ "HPY-QRC20": {
+ "coin": "HPY-QRC20",
"type": "QRC-20",
- "name": "Profile Utility Token",
- "coinpaprika_id": "put-profile-utility-token",
- "coingecko_id": "profile-utility-token",
- "livecoinwatch_id": "",
+ "name": "HyperPay",
+ "coinpaprika_id": "hpy-hyper-pay",
+ "coingecko_id": "hyper-pay",
+ "livecoinwatch_id": "HPY",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -49930,7 +41538,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Profile Utility Token",
+ "fname": "HyperPay",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -49943,7 +41551,7 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95"
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
}
},
"pubtype": 58,
@@ -49952,7 +41560,7 @@
"segwit": false,
"decimals": 8,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95",
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -50028,42 +41636,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -50105,23 +41677,11 @@
},
"contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50132,8 +41692,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50174,23 +41733,11 @@
},
"contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50201,8 +41748,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50276,23 +41822,11 @@
},
"contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50303,8 +41837,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50346,23 +41879,11 @@
},
"contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50373,8 +41894,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50411,23 +41931,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50438,8 +41946,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50476,23 +41983,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50503,8 +41998,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50545,23 +42039,11 @@
},
"contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50572,73 +42054,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "DX-ERC20": {
- "coin": "DX-ERC20",
- "type": "ERC-20",
- "name": "DxChain",
- "coinpaprika_id": "dx-dxchain-token",
- "coingecko_id": "dxchain",
- "livecoinwatch_id": "DX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "DxChain",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50680,23 +42096,11 @@
},
"contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50707,8 +42111,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50749,23 +42152,11 @@
},
"contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50776,50 +42167,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "UBQ": {
- "coin": "UBQ",
- "type": "Ubiq",
- "name": "Ubiq",
- "coinpaprika_id": "ubq-ubiq",
- "coingecko_id": "ubiq",
- "livecoinwatch_id": "UBQ",
- "explorer_url": "https://ubiqscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ubiq",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 8,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 8
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ubiq",
- "links": {
- "homepage": "https://ubiqsmart.com"
- },
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"PNK-ERC20": {
"coin": "PNK-ERC20",
"type": "ERC-20",
@@ -50857,23 +42209,11 @@
},
"contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50884,8 +42224,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50922,23 +42261,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50949,8 +42276,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50991,23 +42317,11 @@
},
"contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51018,8 +42332,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51061,23 +42374,11 @@
},
"contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51088,8 +42389,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51126,23 +42426,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51153,8 +42441,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51191,23 +42478,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51218,8 +42493,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51260,23 +42534,11 @@
},
"contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51287,8 +42549,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51325,23 +42586,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51352,8 +42601,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51390,23 +42638,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51417,8 +42653,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51443,7 +42678,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -51458,6 +42693,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -51468,10 +42709,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -51509,23 +42746,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51536,8 +42761,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51562,7 +42786,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -51577,6 +42801,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -51587,10 +42817,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -51957,230 +43183,6 @@
"explorer_block_url": "block/",
"binance_id": "XEC"
},
- "SIBM-BEP20": {
- "coin": "SIBM-BEP20",
- "type": "BEP-20",
- "name": "SibMining",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "SibMining",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZOMBIE": {
- "coin": "ZOMBIE",
- "type": "ZHTLC",
- "name": "Zombie",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://zombie.komodo.earth/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "light_wallet_d_servers": [
- "https://zombie.dragonhound.info:9447"
- ],
- "light_wallet_d_servers_wss": [
- "https://zombie.dragonhound.info:19447"
- ],
- "asset": "ZOMBIE",
- "fname": "Zombie",
- "is_privacy_coin": true,
- "txversion": 4,
- "overwintered": 1,
- "avg_blocktime": 60,
- "mm2": 1,
- "protocol": {
- "type": "ZHTLC",
- "protocol_data": {
- "consensus_params": {
- "overwinter_activation_height": 0,
- "sapling_activation_height": 1,
- "blossom_activation_height": null,
- "heartwood_activation_height": null,
- "canopy_activation_height": null,
- "coin_type": 133,
- "hrp_sapling_extended_spending_key": "secret-extended-key-main",
- "hrp_sapling_extended_full_viewing_key": "zxviews",
- "hrp_sapling_payment_address": "zs",
- "b58_pubkey_address_prefix": [
- 28,
- 184
- ],
- "b58_script_address_prefix": [
- 28,
- 189
- ]
- },
- "z_derivation_path": "m/32'/141'"
- }
- },
- "derivation_path": "m/44'/141'",
- "required_confirmations": 3,
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "ZDEEX": {
- "coin": "ZDEEX",
- "type": "ZHTLC",
- "name": "Zdeex",
- "coinpaprika_id": "zdeex-zdeex",
- "coingecko_id": "",
- "livecoinwatch_id": "ZDEEX",
- "explorer_url": "https://explorer.zdeex.org",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "light_wallet_d_servers": [
- "https://zdeexlightd.zdeex.org:9067",
- "https://zdeexlightd1.zdeex.org:9067",
- "https://zdeexlightd2.zdeex.org:9067"
- ],
- "light_wallet_d_servers_wss": [],
- "asset": "ZDEEX",
- "fname": "Zdeex",
- "is_privacy_coin": true,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "avg_blocktime": 300,
- "protocol": {
- "type": "ZHTLC",
- "protocol_data": {
- "consensus_params": {
- "overwinter_activation_height": 0,
- "sapling_activation_height": 1,
- "blossom_activation_height": null,
- "heartwood_activation_height": null,
- "canopy_activation_height": null,
- "coin_type": 133,
- "hrp_sapling_extended_spending_key": "secret-extended-key-main",
- "hrp_sapling_extended_full_viewing_key": "zxviews",
- "hrp_sapling_payment_address": "zs",
- "b58_pubkey_address_prefix": [
- 28,
- 184
- ],
- "b58_script_address_prefix": [
- 28,
- 189
- ]
- },
- "z_derivation_path": "m/32'/141'"
- }
- },
- "derivation_path": "m/44'/141'",
- "required_confirmations": 3,
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "ZINU-BEP20": {
- "coin": "ZINU-BEP20",
- "type": "BEP-20",
- "name": "Zombie Inu",
- "coinpaprika_id": "zombie-inu",
- "coingecko_id": "zinu-zombie-inu",
- "livecoinwatch_id": "ZINU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Zombie Inu",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"RUNES": {
"coin": "RUNES",
"type": "UTXO",
@@ -52267,108 +43269,6 @@
"discord": "Bago#7842"
}
]
- },
- {
- "url": "electrum3.runebase.io:50001",
- "protocol": "TCP",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- },
- {
- "url": "electrum3.runebase.io:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- },
- {
- "url": "electrum3.runebase.io:50004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "ACTN": {
- "coin": "ACTN",
- "type": "Smart Chain",
- "name": "Action Coin",
- "coinpaprika_id": "actn-action-coin",
- "coingecko_id": "action-coin",
- "livecoinwatch_id": "ACTN",
- "explorer_url": "https://exp.actioncoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ACTN",
- "fname": "Action Coin",
- "is_privacy_coin": true,
- "rpcport": 51677,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrumx2.actioncoin.com:10001",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.actioncoin.com:20001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- },
- {
- "url": "electrumx2.actioncoin.com:30001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -52392,7 +43292,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -52407,6 +43307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -52417,10 +43323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -52503,9 +43405,6 @@
},
"derivation_path": "m/44'/118'",
"rpc_urls": [
- {
- "url": "https://iris-rpc.publicnode.com"
- },
{
"url": "https://rpc.cosmos.directory/irisnet"
},
@@ -52535,7 +43434,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -52550,6 +43449,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -52560,10 +43465,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -52868,11 +43769,128 @@
],
"explorer_block_url": "block/"
},
+ "NITO": {
+ "coin": "NITO",
+ "type": "UTXO",
+ "name": "NITO",
+ "coinpaprika_id": "nito-nito-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_NITO",
+ "explorer_url": "https://explorer.nito.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"NITO-segwit": {
"coin": "NITO-segwit",
"type": "UTXO",
"name": "NITO",
- "coinpaprika_id": "",
+ "coinpaprika_id": "nito-nito-coin",
"coingecko_id": "",
"livecoinwatch_id": "_NITO",
"explorer_url": "https://explorer.nito.network/",
@@ -52882,22 +43900,24 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"sign_message_prefix": "Nito Signed Message:\n",
"fname": "NITO",
"rpcport": 8825,
"pubtype": 0,
"p2shtype": 5,
"wiftype": 128,
- "txfee": 10000,
"segwit": true,
"bech32_hrp": "nito",
"address_format": {
"format": "segwit"
},
"orderbook_ticker": "NITO",
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
"required_confirmations": 3,
+ "mature_confirmations": 101,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -52910,6 +43930,7 @@
"electrum": [
{
"url": "electrum1.nito.network:50001",
+ "protocol": "TCP",
"contact": [
{
"email": "biigbang0001@zemzar.net"
@@ -52917,11 +43938,37 @@
{
"discord": "biigbang0001"
}
- ],
- "protocol": "TCP"
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
},
{
"url": "electrum1.nitopool.fr:50001",
+ "protocol": "TCP",
"contact": [
{
"email": "biigbang0001@zemzar.net"
@@ -52929,8 +43976,33 @@
{
"discord": "biigbang0001"
}
- ],
- "protocol": "TCP"
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -53174,7 +44246,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -53189,6 +44261,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -53199,10 +44277,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -53215,9 +44289,9 @@
"coinpaprika_id": "mewc-meowcoin",
"coingecko_id": "meowcoin",
"livecoinwatch_id": "MEWC",
- "explorer_url": "https://mewc.cryptoscope.io/",
- "explorer_tx_url": "tx/?txid=",
- "explorer_address_url": "address/?address=",
+ "explorer_url": "https://explorer.mewccrypto.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
@@ -53246,7 +44320,7 @@
},
"electrum": [
{
- "url": "electrum.mewccrypto.com:50002",
+ "url": "electrs.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -53255,7 +44329,7 @@
]
},
{
- "url": "electrum.mewccrypto.com:50004",
+ "url": "electrs.mewccrypto.com:50004",
"protocol": "WSS",
"contact": [
{
@@ -53264,7 +44338,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50002",
+ "url": "electrs2.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -53273,7 +44347,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50004",
+ "url": "electrs2.mewccrypto.com:50004",
"protocol": "WSS",
"contact": [
{
@@ -53282,7 +44356,7 @@
]
},
{
- "url": "meowelectrum.xyz:50002",
+ "url": "electrs3.meowcoin.org:50002",
"protocol": "SSL",
"contact": [
{
@@ -53291,7 +44365,43 @@
]
},
{
- "url": "meowelectrum.xyz:50004",
+ "url": "electrs3.meowcoin.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs4.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs4.meowcoin.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50004",
"protocol": "WSS",
"contact": [
{
@@ -53331,11 +44441,8 @@
}
},
"derivation_path": "m/44'/118'",
- "rpc_urls": [
- {
- "url": "http://34.80.202.172:26657"
- }
- ],
+ "rpc_urls": [],
+ "delisted": true,
"explorer_block_url": "#/blocks/"
},
"NUCLEUSTEST": {
@@ -53519,82 +44626,6 @@
"explorer_block_url": "nucleus/blocks/",
"binance_id": "OSMO"
},
- "LUPA": {
- "coin": "LUPA",
- "type": "Smart Chain",
- "name": "Lupaza",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://explorer.lupacoin.biz/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "LUPA",
- "fname": "Lupaza",
- "is_privacy_coin": true,
- "rpcport": 64151,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "ZOIN": {
- "coin": "ZOIN",
- "type": "UTXO",
- "name": "ZoinCommunity",
- "coinpaprika_id": "zoin-zoin",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "http://zoincommunity.com:3001/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zoincoin Signed Message:\n",
- "fname": "ZoinCommunity",
- "rpcport": 8256,
- "pubtype": 80,
- "p2shtype": 53,
- "wiftype": 208,
- "segwit": false,
- "txfee": 1000000,
- "dust": 1000000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "github": "https://github.com/seopub/zoincomumity",
- "homepage": "http://zoincommunity.com/"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"NFT_ETH": {
"coin": "NFT_ETH",
"type": "ERC-20",
@@ -53625,23 +44656,11 @@
},
"derivation_path": "m/44'/60'",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -53652,8 +44671,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -53694,10 +44712,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -53706,8 +44720,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -53728,7 +44748,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -53748,6 +44768,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -53758,10 +44784,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -53803,10 +44825,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -53864,6 +44882,46 @@
"delisted": true,
"explorer_block_url": "block/"
},
+ "VRM": {
+ "coin": "VRM",
+ "type": "UTXO",
+ "name": "Verium Reserve",
+ "coinpaprika_id": "vrm-veriumreserve",
+ "coingecko_id": "",
+ "livecoinwatch_id": "VRM",
+ "explorer_url": "https://verium-explorer.vericonomy.com/",
+ "explorer_tx_url": "transaction/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Verium Reserve",
+ "rpcport": 33987,
+ "pubtype": 70,
+ "p2shtype": 132,
+ "wiftype": 198,
+ "txfee": 1000000,
+ "isPoS": 1,
+ "segwit": false,
+ "force_min_relay_fee": true,
+ "mm2": 1,
+ "confpath": "USERHOME/.verium/verium.conf",
+ "required_confirmations": 5,
+ "avg_blocktime": 240,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/8750'",
+ "links": {
+ "github": "https://github.com/VeriConomy/verium-current",
+ "homepage": "https://vericonomy.com"
+ },
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
"CAS": {
"coin": "CAS",
"type": "UTXO",
@@ -53950,5 +45008,210 @@
}
],
"explorer_block_url": "block/"
+ },
+ "JUMP": {
+ "coin": "JUMP",
+ "type": "UTXO",
+ "name": "Jumpcoin",
+ "coinpaprika_id": "jump-jumpcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_JUMP",
+ "explorer_url": "https://explorer.jumpcoin.net/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Jumpcoin Signed Message:\n",
+ "fname": "Jumpcoin",
+ "isPoS": 1,
+ "rpcport": 31240,
+ "pubtype": 43,
+ "p2shtype": 122,
+ "wiftype": 171,
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "mature_confirmations": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/278'",
+ "links": {
+ "homepage": "https://jumpcoin.net",
+ "explorer": "https://explorer.jumpcoin.net",
+ "github": "https://github.com/jumpcoin"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.jumpcoin.net:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum1.jumpcoin.net:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum1.jumpcoin.net:50003",
+ "protocol": "WSS"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "CAT": {
+ "coin": "CAT",
+ "type": "UTXO",
+ "name": "Catcoin",
+ "coinpaprika_id": "cat-catcoin",
+ "coingecko_id": "catcoin",
+ "livecoinwatch_id": "________________________CAT",
+ "explorer_url": "https://chainz.cryptoid.info/cat/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Catcoin Signed Message:\n",
+ "fname": "Catcoin",
+ "isPoS": 0,
+ "rpcport": 9332,
+ "pubtype": 21,
+ "p2shtype": 88,
+ "wiftype": 149,
+ "txfee": 1000000,
+ "dust": 5431,
+ "segwit": false,
+ "mm2": 1,
+ "decimals": 8,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/760'",
+ "links": {
+ "homepage": "https://catcoin.org",
+ "explorer": "https://chainz.cryptoid.info/cat/",
+ "github": "https://github.com/CatcoinCore"
+ },
+ "electrum": [
+ {
+ "url": "cat-electrum2.tbtechvn.com:50001",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "cat-electrum2.tbtechvn.com:51001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ },
+ {
+ "url": "cat-electrum2.tbtechvn.com:52001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "FIVETRAT": {
+ "coin": "FIVETRAT",
+ "type": "UTXO",
+ "name": "5TRAT Coin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer1.5trat.net/explorer/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "5TRAT Coin",
+ "rpcport": 57576,
+ "pubtype": 125,
+ "p2shtype": 80,
+ "wiftype": 181,
+ "txfee": 1000,
+ "dust": 1000,
+ "decimals": 8,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "5trat"
+ },
+ "mm2": 1,
+ "required_confirmations": 2,
+ "mature_confirmations": 100,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/5755'",
+ "links": {
+ "github": "https://github.com/WillItMod/5trat-core",
+ "homepage": "https://5trat.com"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.5trat.net:443",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:443",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
}
}
\ No newline at end of file
diff --git a/utils/coins_config_ssl.json b/utils/coins_config_ssl.json
index e00f0bd88b..adb5ba4a92 100644
--- a/utils/coins_config_ssl.json
+++ b/utils/coins_config_ssl.json
@@ -92,10 +92,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -104,124 +100,18 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNF-PLG20": {
- "coin": "ILNF-PLG20",
- "type": "Matic",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ILNF-BEP20": {
- "coin": "ILNF-BEP20",
- "type": "BEP-20",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"1INCH-BEP20": {
"coin": "1INCH-BEP20",
"type": "BEP-20",
@@ -241,7 +131,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -262,6 +152,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -272,10 +168,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -313,23 +205,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x111111111117dC0aa78b770fA6A738034120C302",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -340,73 +220,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "GNEISS-ERC20": {
- "coin": "GNEISS-ERC20",
- "type": "ERC-20",
- "name": "GNEISS",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "GNEISS",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -485,23 +299,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -521,14 +323,14 @@
],
"explorer_block_url": "block/"
},
- "PGX-PLG20": {
- "coin": "PGX-PLG20",
- "type": "Matic",
- "name": "Pegaxy Stone",
+ "A29-GRC20": {
+ "coin": "A29-GRC20",
+ "type": "GRC-20",
+ "name": "A29",
"coinpaprika_id": "",
- "coingecko_id": "pegaxy-stone",
- "livecoinwatch_id": "PGX",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -536,53 +338,29 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Pegaxy Stone",
+ "fname": "A29",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ "platform": "GLEEC",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -622,10 +400,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -634,8 +408,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -659,7 +439,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -680,6 +460,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -690,10 +476,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -736,23 +518,11 @@
},
"contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -763,8 +533,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -843,23 +612,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -916,24 +673,6 @@
"homepage": "https://artbyte.art"
},
"electrum": [
- {
- "url": "aby-ex-four.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
@@ -965,7 +704,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -986,6 +725,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -996,10 +741,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1024,7 +765,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1045,6 +786,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1055,10 +802,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1100,23 +843,11 @@
},
"contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1127,315 +858,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-AVX20": {
- "coin": "AGEUR-AVX20",
- "type": "AVX-20",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-ERC20": {
- "coin": "AGEUR-ERC20",
- "type": "ERC-20",
- "name": "agEUR",
- "coinpaprika_id": "ageur-ageur",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-PLG20": {
- "coin": "AGEUR-PLG20",
- "type": "Matic",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-ERC20": {
- "coin": "AGIX-ERC20",
- "type": "ERC-20",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-PLG20": {
- "coin": "AGIX-PLG20",
- "type": "Matic",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1470,6 +893,10 @@
}
},
"derivation_path": "m/44'/60'",
+ "links": {
+ "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
+ "homepage": "aipowergrid.io"
+ },
"contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608",
"parent_coin": "ETH-BASE",
"swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
@@ -1480,11 +907,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -1511,7 +934,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1526,6 +949,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1536,10 +965,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1576,23 +1001,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1603,8 +1016,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1639,23 +1051,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -1713,19 +1113,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -1762,23 +1158,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1789,8 +1173,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1834,65 +1217,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "APE-BEP20_OLD": {
- "coin": "APE-BEP20_OLD",
- "type": "BEP-20",
- "name": "ApeCoin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "APE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "ApeCoin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1903,10 +1232,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1942,23 +1267,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2010,23 +1323,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2037,8 +1338,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2081,19 +1381,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -2117,7 +1413,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2138,6 +1434,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2148,10 +1450,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2188,23 +1486,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2215,8 +1501,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2251,23 +1536,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2294,7 +1567,7 @@
"coinpaprika_id": "arrr-pirate",
"coingecko_id": "pirate-chain",
"livecoinwatch_id": "ARRR",
- "explorer_url": "https://pirate.explorer.dragonhound.info/",
+ "explorer_url": "https://pirate.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -2356,8 +1629,8 @@
}
},
"derivation_path": "m/44'/141'",
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
+ "requires_notarization": false,
"checkpoint_height": 1900000,
"checkpoint_blocktime": 1652512363,
"electrum": [
@@ -2384,18 +1657,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "arrr.electrum3.cipig.net:20008",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -2420,7 +1681,7 @@
"mm2": 1,
"decimals": 8,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2435,6 +1696,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2445,10 +1712,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2473,7 +1736,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2494,6 +1757,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2504,10 +1773,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2544,23 +1809,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2635,63 +1888,10 @@
],
"explorer_block_url": "block.dws?"
},
- "AVA-BEP20": {
- "coin": "AVA-BEP20",
- "type": "BEP-20",
- "name": "Travala.com",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AVA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Travala.com",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"AVA-ERC20": {
"coin": "AVA-ERC20",
"type": "ERC-20",
- "name": "AVA",
+ "name": "AVA (Travala)",
"coinpaprika_id": "ava-travala",
"coingecko_id": "concierge-io",
"livecoinwatch_id": "AVA",
@@ -2703,7 +1903,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "AVA",
+ "fname": "AVA (Travala)",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -2720,23 +1920,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2747,8 +1935,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2809,9 +1996,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
@@ -2820,24 +2004,32 @@
"chain_id": 43114
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -2862,7 +2054,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2883,6 +2075,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2893,10 +2091,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3002,10 +2196,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -3056,23 +2246,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3083,8 +2261,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3096,7 +2273,7 @@
"coinpaprika_id": "axe-axe",
"coingecko_id": "axe",
"livecoinwatch_id": "AXE",
- "explorer_url": "https://axe-explorer.arcpool.com/",
+ "explorer_url": "https://explorer.axe-1.zelcore.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -3149,18 +2326,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "axe.electrum3.cipig.net:20057",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -3184,7 +2349,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3205,6 +2370,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3215,10 +2386,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3260,23 +2427,11 @@
},
"contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3287,99 +2442,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "AYA": {
- "coin": "AYA",
- "type": "UTXO",
- "name": "Aryacoin",
- "coinpaprika_id": "aya-aryacoin",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://explorer.aryacoin.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aryacoin Signed Message:\n",
- "fname": "Aryacoin",
- "rpcport": 9332,
- "pubtype": 23,
- "p2shtype": 5,
- "wiftype": 176,
- "txfee": 100000,
- "dust": 54600,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/357'",
- "electrum": [],
- "explorer_block_url": "block/"
- },
- "AYA-BEP20": {
- "coin": "AYA-BEP20",
- "type": "BEP-20",
- "name": "Aryacoin",
- "coinpaprika_id": "",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Aryacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"BABYDOGE-BEP20": {
"coin": "BABYDOGE-BEP20",
"type": "BEP-20",
@@ -3399,7 +2466,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3414,6 +2481,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3424,10 +2497,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3471,19 +2540,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -3523,10 +2588,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -3535,8 +2596,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -3560,7 +2627,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3575,6 +2642,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3585,10 +2658,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3631,23 +2700,11 @@
},
"contract_address": "0xba100000625a3754423978a60c9317c58a424e3D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3658,8 +2715,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3738,23 +2794,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -3793,7 +2837,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3808,6 +2852,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3818,10 +2868,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3846,7 +2892,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3867,6 +2913,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3877,10 +2929,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3918,23 +2966,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3945,66 +2981,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BAND-PLG20": {
- "coin": "BAND-PLG20",
- "type": "Matic",
- "name": "Band Protocol",
- "coinpaprika_id": "band-band-protocol",
- "coingecko_id": "band-protocol",
- "livecoinwatch_id": "BAND",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Band Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4044,10 +3021,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -4056,8 +3029,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -4097,23 +3076,11 @@
},
"contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4124,8 +3091,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4149,7 +3115,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4170,6 +3136,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4180,10 +3152,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4268,10 +3236,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -4328,7 +3292,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4389,7 +3353,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4409,6 +3373,48 @@
],
"explorer_block_url": "block/"
},
+ "BCASH-GRC20": {
+ "coin": "BCASH-GRC20",
+ "type": "GRC-20",
+ "name": "B-CASH",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "B-CASH",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
+ {
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BCH": {
"coin": "BCH",
"type": "UTXO",
@@ -4475,18 +3481,6 @@
}
]
},
- {
- "url": "bch.electrum3.cipig.net:20055",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "bch.imaginary.cash:50002",
"protocol": "SSL"
@@ -4503,181 +3497,6 @@
"explorer_block_url": "block/",
"binance_id": "BCH"
},
- "FLEXUSD-ERC20": {
- "coin": "FLEXUSD-ERC20",
- "type": "ERC-20",
- "name": "flexUSD",
- "coinpaprika_id": "",
- "coingecko_id": "flex-usd",
- "livecoinwatch_id": "FLEXUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "flexUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JOY-PLG20": {
- "coin": "JOY-PLG20",
- "type": "Matic",
- "name": "Joystick.club",
- "coinpaprika_id": "",
- "coingecko_id": "joystick-club",
- "livecoinwatch_id": "JOY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Joystick.club",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JKC": {
- "coin": "JKC",
- "type": "UTXO",
- "name": "JunkCoin",
- "coinpaprika_id": "jkc-junkcoin",
- "coingecko_id": "junkcoin",
- "livecoinwatch_id": "JKC",
- "explorer_url": "https://explorer.junk-coin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "JunkCoin Signed Message:\n",
- "fname": "JunkCoin",
- "rpcport": 9771,
- "pubtype": 16,
- "p2shtype": 5,
- "wiftype": 144,
- "decimals": 8,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "mature_confirmations": 70,
- "derivation_path": "m/44'/2013'",
- "links": {
- "github": "https://github.com/Junkcoin-Foundation/junkcoin-core",
- "homepage": "https://junk-coin.com"
- },
- "electrum": [
- {
- "url": "electrum.junkiewally.xyz:50004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"BBK": {
"coin": "BBK",
"type": "UTXO",
@@ -4719,15 +3538,6 @@
"discord": "475820011634819072"
}
]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -4736,7 +3546,7 @@
"coin": "BBK-BEP20",
"type": "BEP-20",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://bscscan.com/",
@@ -4752,7 +3562,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4767,6 +3577,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4777,10 +3593,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4790,7 +3602,7 @@
"coin": "BBK-PLG20",
"type": "Matic",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://polygonscan.com/",
@@ -4821,10 +3633,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -4876,23 +3684,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4903,8 +3699,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -4930,7 +3725,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4945,6 +3740,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4955,16 +3756,75 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BCH"
},
+ "BCH2": {
+ "coin": "BCH2",
+ "type": "UTXO",
+ "name": "Bitcoin Cash II",
+ "coinpaprika_id": "bch2-bitcoin-cash-ii",
+ "coingecko_id": "bitcoin-cash-ii",
+ "livecoinwatch_id": "BCH2",
+ "explorer_url": "https://explorer.bch2.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Bitcoin Cash II",
+ "rpcport": 8342,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 1000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "bitcoincashii"
+ },
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/145'",
+ "trezor_coin": "Bitcoin Cash",
+ "links": {
+ "github": "https://github.com/Bitcoin-II",
+ "homepage": "https://bch2.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BEAMX-BEP20": {
"coin": "BEAMX-BEP20",
"type": "BEP-20",
@@ -5003,6 +3863,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5013,10 +3879,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5057,10 +3919,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -5069,8 +3927,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -5107,23 +3971,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5134,63 +3986,70 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "BIDR-BEP20": {
- "coin": "BIDR-BEP20",
- "type": "BEP-20",
- "name": "BIDR",
- "coinpaprika_id": "bidr-binanceidr",
- "coingecko_id": "binanceidr",
- "livecoinwatch_id": "BIDR",
- "explorer_url": "https://bscscan.com/",
+ "BITN": {
+ "coin": "BITN",
+ "type": "UTXO",
+ "name": "Bitnet",
+ "coinpaprika_id": "bit-bitnet",
+ "coingecko_id": "bitnet-io",
+ "livecoinwatch_id": "________BIT",
+ "explorer_url": "https://bitnet.outsidethebox.top/explorer/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BIDR",
- "rpcport": 80,
- "chain_id": 56,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitnet Signed Message:\n",
+ "fname": "Bitnet",
+ "rpcport": 9332,
+ "pubtype": 25,
+ "p2shtype": 22,
+ "wiftype": 158,
+ "txfee": 700000,
+ "segwit": true,
+ "bech32_hrp": "bit",
"mm2": 1,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 1,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "bit-e.minethepla.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "bitn-electrumx.wattxchange.app:50012",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "bitnet.outsidethebox.top:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BCZERO": {
@@ -5220,7 +4079,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -5254,30 +4112,60 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BCZERO-GRC20": {
+ "coin": "BCZERO-GRC20",
+ "type": "GRC-20",
+ "name": "Buggyra Coin Zero",
+ "coinpaprika_id": "bczero-buggyra-coin-zero",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BCZERO",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Buggyra Coin Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "bczero.electrum3.cipig.net:20003",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "BKC": {
- "coin": "BKC",
+ "HRC": {
+ "coin": "HRC",
"type": "UTXO",
- "name": "Briskcoin",
- "coinpaprika_id": "bkc-briskcoin",
+ "name": "Hypercoin",
+ "coinpaprika_id": "hrc-hypercoin",
"coingecko_id": "",
- "livecoinwatch_id": "__BKC",
- "explorer_url": "https://explorer.briskcoin.org/",
+ "livecoinwatch_id": "__HRC",
+ "explorer_url": "https://explorer.hypercoin.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -5285,34 +4173,34 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Briskcoin Signed Message:\n",
- "fname": "Briskcoin",
- "rpcport": 8552,
- "pubtype": 25,
- "p2shtype": 33,
- "wiftype": 153,
+ "sign_message_prefix": "Hypercoin Signed Message:\n",
+ "fname": "Hypercoin",
+ "rpcport": 8992,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
"txfee": 0,
"segwit": true,
- "bech32_hrp": "bc",
+ "bech32_hrp": "hc",
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1918'",
- "trezor_coin": "Briskcoin",
+ "derivation_path": "m/44'/1935'",
+ "trezor_coin": "Hypercoin",
"links": {
- "github": "https://github.com/briskcoin-project/briskcoin",
- "homepage": "https://briskcoin.org"
+ "github": "https://github.com/hypercoin-prj/hypercoin",
+ "homepage": "https://hypercoin.network"
},
"electrum": [
{
- "url": "electrumx1.briskcoin.org:50002",
+ "url": "electrumx1.hypercoin.network:50002",
"protocol": "SSL"
},
{
- "url": "electrumx2.briskcoin.org:50002",
+ "url": "electrumx2.hypercoin.network:50002",
"protocol": "SSL"
}
],
@@ -5405,7 +4293,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5420,6 +4308,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5430,10 +4324,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5521,7 +4411,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -5541,6 +4431,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5551,54 +4447,12 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BNB"
},
- "BOLI": {
- "coin": "BOLI",
- "type": "UTXO",
- "name": "Bolivarcoin",
- "coinpaprika_id": "boli-bolivarcoin",
- "coingecko_id": "bolivarcoin",
- "livecoinwatch_id": "BOLI",
- "explorer_url": "https://chainz.cryptoid.info/boli/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Bolivarcoin",
- "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf",
- "rpcport": 3563,
- "pubtype": 85,
- "p2shtype": 5,
- "wiftype": 213,
- "segwit": false,
- "txfee": 10000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 180,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/278'",
- "links": {
- "github": "https://github.com/BOLI-Project/BolivarCoin",
- "homepage": "https://bolis.info"
- },
- "electrum": [],
- "explorer_block_url": "block.dws?"
- },
"BONE-ERC20": {
"coin": "BONE-ERC20",
"type": "ERC-20",
@@ -5630,23 +4484,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5657,8 +4499,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -5768,7 +4609,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5789,6 +4630,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5799,10 +4646,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5845,23 +4688,11 @@
},
"contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5872,8 +4703,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -5913,10 +4743,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -5972,23 +4798,11 @@
},
"contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5999,8 +4813,110 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-GNO": {
+ "coin": "BRLA-GNO",
+ "type": "Gnosis",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-PLG20": {
+ "coin": "BRLA-PLG20",
+ "type": "Matic",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -6025,7 +4941,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 4,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6040,6 +4956,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6050,10 +4972,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6091,23 +5009,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6118,8 +5024,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6154,23 +5059,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -6225,10 +5118,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -6237,8 +5126,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -6282,14 +5177,6 @@
{
"url": "bsty-main.coinmunity.gold:50012",
"protocol": "SSL"
- },
- {
- "url": "electrumserver01.globalboost.info:50014",
- "protocol": "SSL"
- },
- {
- "url": "electrumserver02.globalboost.info:50014",
- "protocol": "SSL"
}
],
"explorer_block_url": "block/"
@@ -6356,18 +5243,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -6439,18 +5314,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -6475,7 +5338,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6496,6 +5359,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6506,10 +5375,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6542,6 +5407,8 @@
"txfee": 10000,
"txversion": 4,
"overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0xe9ff75a6",
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 150,
@@ -6549,7 +5416,17 @@
"type": "UTXO"
},
"derivation_path": "m/44'/177'",
- "electrum": [],
+ "electrum": [
+ {
+ "url": "electrum2.btcz.rocks:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "517255090633965586"
+ }
+ ]
+ }
+ ],
"explorer_block_url": "block/"
},
"BTCZ-BEP20": {
@@ -6572,7 +5449,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6587,6 +5464,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6597,10 +5480,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6778,57 +5657,54 @@
],
"explorer_block_url": "block/"
},
- "BTT-BEP20": {
- "coin": "BTT-BEP20",
- "type": "BEP-20",
- "name": "BitTorrent (OLD)",
- "coinpaprika_id": "btt-bittorrent",
- "coingecko_id": "bittorrent-old",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "BTGS": {
+ "coin": "BTGS",
+ "type": "UTXO",
+ "name": "Bitcoin Gold BTGS",
+ "coinpaprika_id": "btgs-bitcoingold",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BTGS",
+ "explorer_url": "https://explore.btgscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BitTorrent (OLD)",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "BitcoinGold Signed Message:\n",
+ "fname": "Bitcoin Gold BTGS",
+ "rpcport": 18888,
+ "pubtype": 38,
+ "p2shtype": 22,
+ "wiftype": 176,
+ "fork_id": "0x00",
+ "signature_version": "base",
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "bcg",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
+ "derivation_path": "m/44'/18888'",
+ "links": {
+ "github": "https://github.com/BTGSCOINDEV/BTGS",
+ "homepage": "https://bitcoingold.site",
+ "homepage2": "https://btgscoin.site"
+ },
+ "electrum": [
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.bitcoingold.site:50002",
+ "protocol": "SSL"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.btgscoin.site:50002",
+ "protocol": "SSL"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BTTC-BEP20": {
@@ -6851,7 +5727,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6872,6 +5748,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6882,10 +5764,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6928,23 +5806,11 @@
},
"contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6955,8 +5821,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6996,10 +5861,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -7089,18 +5950,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -7179,18 +6028,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -7215,7 +6052,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7231,230 +6068,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "BUSD-AVX20": {
- "coin": "BUSD-AVX20",
- "type": "AVX-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-MVR20": {
- "coin": "BUSD-MVR20",
- "type": "Moonriver",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-ERC20": {
- "coin": "BUSD-ERC20",
- "type": "ERC-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Binance USD (BUSD)",
- "links": {
- "github": "https://github.com/paxosglobal/busd-contract",
- "homepage": "https://www.paxos.com/busd"
- },
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-BEP20": {
- "coin": "BUSD-BEP20",
- "type": "BEP-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7465,73 +6083,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "BUSD-PLG20": {
- "coin": "BUSD-PLG20",
- "type": "Matic",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CADC-ARB20": {
"coin": "CADC-ARB20",
"type": "Arbitrum",
@@ -7570,19 +6126,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -7627,11 +6179,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -7671,23 +6219,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -7698,8 +6234,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -7734,23 +6269,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -7789,7 +6312,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7811,59 +6334,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "CASE-BEP20": {
- "coin": "CASE-BEP20",
- "type": "BEP-20",
- "name": "Case Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Case Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7874,89 +6349,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CCL": {
- "coin": "CCL",
- "type": "Smart Chain",
- "name": "CoinCollect",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://ccl.kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CCL",
- "fname": "CoinCollect",
- "is_privacy_coin": true,
- "rpcport": 20849,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "ccl.electrum1.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"CDN": {
"coin": "CDN",
"type": "UTXO",
@@ -7996,7 +6393,12 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
@@ -8061,7 +6463,12 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
@@ -8118,10 +6525,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -8173,23 +6576,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8200,8 +6591,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8241,10 +6631,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -8301,23 +6687,11 @@
},
"contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8328,8 +6702,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8354,7 +6727,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8375,6 +6748,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8385,10 +6764,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8432,19 +6807,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -8469,7 +6840,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8490,6 +6861,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8500,10 +6877,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8569,18 +6942,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "chips.electrum3.cipig.net:20012",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -8678,7 +7039,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8693,6 +7054,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8703,142 +7070,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CHSB-ERC20": {
- "coin": "CHSB-ERC20",
- "type": "ERC-20",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "SwissBorg",
- "links": {
- "homepage": "https://swissborg.com"
- },
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "CHSB-PLG20": {
- "coin": "CHSB-PLG20",
- "type": "Matic",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CHZ-ERC20": {
"coin": "CHZ-ERC20",
"type": "ERC-20",
@@ -8871,23 +7107,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8898,8 +7122,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8983,10 +7206,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9006,66 +7225,6 @@
],
"explorer_block_url": "block/"
},
- "CLAM": {
- "coin": "CLAM",
- "type": "UTXO",
- "name": "Clams",
- "coinpaprika_id": "clam-clams",
- "coingecko_id": "clams",
- "livecoinwatch_id": "CLAM",
- "explorer_url": "https://chainz.cryptoid.info/clam/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Clam Signed Message:\n",
- "fname": "Clams",
- "isPoS": 1,
- "rpcport": 30174,
- "pubtype": 137,
- "p2shtype": 13,
- "wiftype": 133,
- "segwit": false,
- "txfee": 100000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/23'",
- "links": {
- "github": "https://github.com/nochowderforyou/clams",
- "homepage": "http://clamclient.com"
- },
- "electrum": [
- {
- "url": "clam-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:20075",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
"CLC": {
"coin": "CLC",
"type": "Smart Chain",
@@ -9092,7 +7251,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -9134,7 +7292,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9149,6 +7307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9159,10 +7323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9203,10 +7363,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -9215,8 +7371,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -9240,7 +7402,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9261,6 +7423,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9271,10 +7439,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9317,23 +7481,11 @@
},
"contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9344,8 +7496,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9424,23 +7575,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9492,23 +7631,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9519,8 +7646,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9604,10 +7730,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9691,18 +7813,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -9739,23 +7849,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9766,8 +7864,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9810,19 +7907,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -9862,10 +7955,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -9874,8 +7963,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -9954,23 +8049,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -10009,7 +8092,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10024,6 +8107,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10034,10 +8123,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10062,7 +8147,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10077,6 +8162,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10087,10 +8178,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10128,23 +8215,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10155,8 +8230,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10314,10 +8388,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -10326,8 +8396,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -10368,23 +8444,11 @@
},
"contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10395,8 +8459,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10420,7 +8483,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10441,6 +8504,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10451,65 +8520,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DAI-MVR20": {
- "coin": "DAI-MVR20",
- "type": "Moonriver",
- "name": "Dai",
- "coinpaprika_id": "dai-dai",
- "coingecko_id": "dai",
- "livecoinwatch_id": "DAI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Dai",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"DAI-PLG20": {
"coin": "DAI-PLG20",
"type": "Matic",
@@ -10540,23 +8555,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -10636,87 +8639,11 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dash.electrum3.cipig.net:20061",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "DASH"
},
- "DDD-ERC20": {
- "coin": "DDD-ERC20",
- "type": "ERC-20",
- "name": "Scry.info",
- "coinpaprika_id": "ddd-scryinfo",
- "coingecko_id": "scry-info",
- "livecoinwatch_id": "DDD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Scry.info",
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"DENT-ERC20": {
"coin": "DENT-ERC20",
"type": "ERC-20",
@@ -10752,23 +8679,11 @@
},
"contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10779,8 +8694,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10817,23 +8731,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10844,8 +8746,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10880,23 +8781,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -10977,18 +8866,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -11059,18 +8936,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -11106,15 +8971,6 @@
},
"derivation_path": "m/44'/18'",
"electrum": [
- {
- "url": "dgc-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "electrumx.dgc.ewmcx.org:50002",
"protocol": "SSL"
@@ -11159,23 +9015,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11186,8 +9030,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11212,7 +9055,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11233,6 +9076,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11243,10 +9092,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11336,68 +9181,6 @@
],
"explorer_block_url": "block/"
},
- "DIAC": {
- "coin": "DIAC",
- "type": "UTXO",
- "name": "Diabase",
- "coinpaprika_id": "diac-diabase",
- "coingecko_id": "diabase",
- "livecoinwatch_id": "DIAC",
- "explorer_url": "http://explorer.diabasecoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Diabase",
- "confpath": "USERHOME/.diabasecore/diabase.conf",
- "rpcport": 7676,
- "pubtype": 76,
- "p2shtype": 16,
- "wiftype": 204,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/diabasecoin/diabase",
- "homepage": "https://www.diabasecoin.com"
- },
- "electrum": [
- {
- "url": "diac.electrum1.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"DIME": {
"coin": "DIME",
"type": "UTXO",
@@ -11433,18 +9216,6 @@
"github": "https://github.com/dime-coin/dimecoin/"
},
"electrum": [
- {
- "url": "electrumx1.dimecoinnetwork.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
{
"url": "electrumx2.dimecoinnetwork.com:50002",
"protocol": "SSL",
@@ -11551,7 +9322,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11566,6 +9337,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11576,10 +9353,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11649,18 +9422,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -11720,7 +9481,25 @@
]
},
{
- "url": "elecx2.dingocoin.com:3342",
+ "url": "elecx2.kmsoftware.org:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3342",
"protocol": "SSL",
"contact": [
{
@@ -11751,7 +9530,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11765,6 +9544,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11775,10 +9560,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11822,19 +9603,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -11858,7 +9635,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11879,6 +9656,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11889,10 +9672,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11930,23 +9709,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11957,8 +9724,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12066,31 +9832,87 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DSV": {
+ "coin": "DSV",
+ "type": "UTXO",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
},
{
- "url": "doge.electrum3.cipig.net:20060",
+ "url": "node1.doriancoin.com:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "block/"
},
- "DEV": {
- "coin": "DEV",
+ "DSV-segwit": {
+ "coin": "DSV-segwit",
"type": "UTXO",
- "name": "DogecoinEV",
- "coinpaprika_id": "dev-dogecoinev",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "________DEV",
- "explorer_url": "https://explorer.dogecoinev.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -12098,49 +9920,169 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DogecoinEV Signed Message:\n",
- "fname": "DogecoinEV",
- "rpcport": 42069,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
"pubtype": 30,
- "p2shtype": 22,
- "wiftype": 158,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "DSV",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "WJK": {
+ "coin": "WJK",
+ "type": "UTXO",
+ "name": "WojakCoin",
+ "coinpaprika_id": "wjk-wojakcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "WJK",
+ "explorer_url": "https://explorer.wojakcoin.cash/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "WojakCoin Signed Message:\n",
+ "fname": "WojakCoin",
+ "rpcport": 20760,
+ "pubtype": 73,
+ "p2shtype": 5,
+ "wiftype": 201,
"segwit": false,
- "txfee": 1000000,
- "dingo_fee": true,
- "dust": 1000000,
+ "txfee": 100000,
+ "dust": 100000,
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1420'",
+ "derivation_path": "m/44'/20760'",
"links": {
- "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
- "homepage": "https://dogecoinev.com"
+ "github": "https://github.com/wojakcoinproj/wojakcore",
+ "homepage": "https://wojakcoin.cash"
},
"electrum": [
{
- "url": "api.dogecoinev.com:50003",
+ "url": "electrum1.wojakcoin.cash:50102",
"protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "api2.dogecoinev.com:50003",
+ "url": "electrum2.wojakcoin.cash:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "danny_utxo"
}
]
}
],
"explorer_block_url": "block/"
},
+ "MWC": {
+ "coin": "MWC",
+ "type": "UTXO",
+ "name": "MinersWorldCoin",
+ "coinpaprika_id": "mwc-minersworldcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__MWC",
+ "explorer_url": "https://miners-world-coin-mwc.github.io/explorer/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "MinersWorldCoin Signed Message:\n",
+ "fname": "MinersWorldCoin",
+ "rpcport": 5579,
+ "pubtype": 20,
+ "p2shtype": 10,
+ "wiftype": 123,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mwc",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/5579'",
+ "links": {
+ "github": "https://github.com/Miners-World-Coin-MWC/MinersWorldCoin",
+ "homepage": "https://minersworld.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.minersworld.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
"MYDOGE": {
"coin": "MYDOGE",
"type": "UTXO",
@@ -12207,7 +10149,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12222,6 +10164,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12232,10 +10180,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12285,59 +10229,6 @@
],
"explorer_block_url": "block/"
},
- "DOGEDASH-BEP20": {
- "coin": "DOGEDASH-BEP20",
- "type": "BEP-20",
- "name": "Doge Dash",
- "coinpaprika_id": "dogedash-doge-dash",
- "coingecko_id": "doge-dash",
- "livecoinwatch_id": "DOGEDASH",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Doge Dash",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"DOGGY-BEP20": {
"coin": "DOGGY-BEP20",
"type": "BEP-20",
@@ -12357,7 +10248,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12372,6 +10263,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12382,10 +10279,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12410,7 +10303,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12431,6 +10324,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12441,52 +10340,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DP": {
- "coin": "DP",
- "type": "Smart Chain",
- "name": "DigitalPrice",
- "coinpaprika_id": "dp-digitalprice",
- "coingecko_id": "digitalprice",
- "livecoinwatch_id": "DP",
- "explorer_url": "https://dp.explorer.dexstats.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "DP",
- "fname": "DigitalPrice",
- "is_privacy_coin": true,
- "rpcport": 28388,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [],
- "explorer_block_url": "block/"
- },
"DOI": {
"coin": "DOI",
"type": "UTXO",
@@ -12540,6 +10398,16 @@
}
]
},
+ {
+ "url": "pink-deer-69.doi.works:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
{
"url": "ugly-bird-70.doi.works:50002",
"protocol": "SSL",
@@ -12593,11 +10461,6 @@
"url": "electrum1.egulden.org:50002",
"protocol": "SSL",
"disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true
}
],
"explorer_block_url": "block.dws?"
@@ -12621,7 +10484,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12642,6 +10505,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12652,80 +10521,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "EILN-ERC20": {
- "coin": "EILN-ERC20",
- "type": "ERC-20",
- "name": "eIlien",
- "coinpaprika_id": "eiln-e-ilien",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "eIlien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"ELF-BEP20": {
"coin": "ELF-BEP20",
"type": "BEP-20",
@@ -12745,7 +10545,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12766,6 +10566,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12776,10 +10582,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12822,23 +10624,11 @@
},
"contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12849,8 +10639,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12950,23 +10739,11 @@
},
"contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12977,8 +10754,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13027,14 +10803,14 @@
],
"explorer_block_url": "block/"
},
- "ENJ-PLG20": {
- "coin": "ENJ-PLG20",
- "type": "Matic",
- "name": "Enjin Coin",
- "coinpaprika_id": "enj-enjin-coin",
- "coingecko_id": "enjincoin",
- "livecoinwatch_id": "ENJ",
- "explorer_url": "https://polygonscan.com/",
+ "ENS-ERC20": {
+ "coin": "ENS-ERC20",
+ "type": "ERC-20",
+ "name": "Ethereum Name Service",
+ "coinpaprika_id": "ens-ethereum-name-service",
+ "coingecko_id": "ethereum-name-service",
+ "livecoinwatch_id": "ENS",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -13042,45 +10818,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Enjin Coin",
+ "fname": "Ethereum Name Service",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
+ "platform": "ETH",
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ens.domains"
+ },
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13104,7 +10877,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13125,6 +10898,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13135,10 +10914,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13163,7 +10938,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 61,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -13182,13 +10956,14 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://etc.etcdesktop.com"
+ "url": "https://0xrpc.io/etc",
+ "ws_url": "wss://0xrpc.io/etc"
},
{
"url": "https://etc.rivet.link"
},
{
- "url": "https://rpc.etcinscribe.com"
+ "url": "https://ethereum-classic-mainnet.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -13213,7 +10988,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13228,6 +11003,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13238,10 +11019,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13267,8 +11044,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -13280,23 +11055,13 @@
},
"trezor_coin": "Ethereum",
"derivation_path": "m/44'/60'",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13305,6 +11070,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -13345,10 +11113,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -13357,8 +11121,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -13395,21 +11165,24 @@
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"estimate_gas_mult": 1.3,
+ "gas_limit": {
+ "eth_send_coins": 50000
+ },
"swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/",
@@ -13454,11 +11227,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -13486,7 +11255,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13507,6 +11276,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13517,10 +11292,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13602,23 +11373,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -13639,6 +11398,160 @@
"explorer_block_url": "block/",
"binance_id": "ETH"
},
+ "ETHFI-ERC20": {
+ "coin": "ETHFI-ERC20",
+ "type": "ERC-20",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.ether.fi"
+ },
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-ARB20": {
+ "coin": "ETHFI-ARB20",
+ "type": "Arbitrum",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-BASE": {
+ "coin": "ETHFI-BASE",
+ "type": "Base",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"EURC-AVX20": {
"coin": "EURC-AVX20",
"type": "AVX-20",
@@ -13674,10 +11587,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -13686,8 +11595,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -13732,11 +11647,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -13779,23 +11690,11 @@
},
"contract_address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13806,8 +11705,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13850,19 +11748,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -13899,23 +11793,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13926,20 +11808,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "EURE-PLG20": {
- "coin": "EURE-PLG20",
- "type": "Matic",
+ "EURE-GNO": {
+ "coin": "EURE-GNO",
+ "type": "Gnosis",
"name": "Monerium EUR",
"coinpaprika_id": "eure-monerium-eur-emoney",
"coingecko_id": "monerium-eur-money",
"livecoinwatch_id": "EURE",
- "explorer_url": "https://polygonscan.com/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -13950,126 +11831,44 @@
"fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 100,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 90000,
- "erc20_payment": 150000,
- "erc20_receiver_spend": 120000,
- "erc20_sender_refund": 120000
- },
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-ERC20": {
- "coin": "EUROE-ERC20",
- "type": "ERC-20",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "euroe-euroe-stablecoin",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "platform": "XDAI",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "EUROE-PLG20": {
- "coin": "EUROE-PLG20",
+ "EURE-PLG20": {
+ "coin": "EURE-PLG20",
"type": "Matic",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
+ "name": "Monerium EUR",
+ "coinpaprika_id": "eure-monerium-eur-emoney",
+ "coingecko_id": "monerium-eur-money",
+ "livecoinwatch_id": "EURE",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14078,38 +11877,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "EUROe Stablecoin",
+ "fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "decimals": 6,
+ "decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 110000,
+ "erc20_payment": 170000,
+ "erc20_receiver_spend": 140000,
+ "erc20_sender_refund": 140000
},
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -14166,23 +11959,11 @@
},
"contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14193,8 +11974,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14229,23 +12009,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -14268,7 +12036,7 @@
"EWT": {
"coin": "EWT",
"type": "EWT",
- "name": "Energy Web",
+ "name": "Energy Web (OLD)",
"coinpaprika_id": "ewt-energy-web-token",
"coingecko_id": "energy-web-token",
"livecoinwatch_id": "EWT",
@@ -14279,12 +12047,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Energy Web",
+ "wallet_only": true,
+ "fname": "Energy Web (OLD)",
"rpcport": 80,
"mm2": 1,
"chain_id": 246,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 5,
@@ -14309,14 +12076,14 @@
],
"explorer_block_url": "block/"
},
- "EXN-BEP20": {
- "coin": "EXN-BEP20",
- "type": "BEP-20",
- "name": "Expoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "EWT-ERC20": {
+ "coin": "EWT-ERC20",
+ "type": "ERC-20",
+ "name": "Energy Web",
+ "coinpaprika_id": "ewt-energy-web-token",
+ "coingecko_id": "energy-web-token",
+ "livecoinwatch_id": "EWT",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -14324,43 +12091,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Expoin",
+ "fname": "Energy Web",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360"
+ "platform": "ETH",
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://www.energyweb.org"
+ },
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FDUSD-ERC20": {
@@ -14398,23 +12166,11 @@
},
"contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14425,8 +12181,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14451,7 +12206,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14475,6 +12230,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14485,10 +12246,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14526,23 +12283,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14553,8 +12298,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14591,23 +12335,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14618,8 +12350,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14644,7 +12375,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14659,6 +12390,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14669,10 +12406,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14713,10 +12446,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -14755,7 +12484,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14776,6 +12505,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14786,10 +12521,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14827,23 +12558,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14854,8 +12573,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14954,7 +12672,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14964,8 +12682,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -14977,6 +12693,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14987,10 +12709,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15000,9 +12718,9 @@
"coin": "FIX",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -15061,9 +12779,9 @@
"coin": "FIX-segwit",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -15145,7 +12863,7 @@
"wiftype": 164,
"segwit": true,
"bech32_hrp": "fc",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -15207,7 +12925,7 @@
"format": "segwit"
},
"orderbook_ticker": "FJC",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -15242,13 +12960,13 @@
],
"explorer_block_url": "block/"
},
- "FJC-BEP20": {
- "coin": "FJC-BEP20",
+ "FJCB-BEP20": {
+ "coin": "FJCB-BEP20",
"type": "BEP-20",
- "name": "Fujicoin",
- "coinpaprika_id": "fjc-fujicoin",
- "coingecko_id": "fujicoin",
- "livecoinwatch_id": "FJC",
+ "name": "FJCB Fujicoin",
+ "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -15257,25 +12975,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Fujicoin",
+ "fname": "FJCB Fujicoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf"
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf",
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15286,23 +13010,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FJCB-BEP20": {
- "coin": "FJCB-BEP20",
- "type": "BEP-20",
- "name": "FJCB Fujicoin",
- "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "FLC": {
+ "coin": "FLC",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
"coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -15310,42 +13030,109 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "FJCB Fujicoin",
- "rpcport": 80,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "txfee": 0,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "dust": 1000,
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLC-segwit": {
+ "coin": "FLC-segwit",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "FLC",
+ "txfee": 0,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FLOKI-BEP20": {
@@ -15367,7 +13154,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15388,6 +13175,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15398,80 +13191,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "STFIRO-ERC20": {
- "coin": "STFIRO-ERC20",
- "type": "ERC-20",
- "name": "StakedFIRO",
- "coinpaprika_id": "",
- "coingecko_id": "stakehound",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "StakedFIRO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"FLOW-BEP20": {
"coin": "FLOW-BEP20",
"type": "BEP-20",
@@ -15492,7 +13216,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15502,8 +13226,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -15515,6 +13237,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15525,10 +13253,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15594,18 +13318,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -15674,18 +13386,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -15709,7 +13409,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15724,6 +13424,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15734,10 +13440,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15779,23 +13481,11 @@
},
"contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15806,8 +13496,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15832,7 +13521,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15853,6 +13542,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15863,10 +13558,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15876,7 +13567,7 @@
"coin": "FXS-ERC20",
"type": "ERC-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://etherscan.io/",
@@ -15904,23 +13595,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15931,8 +13610,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15941,7 +13619,7 @@
"coin": "FXS-PLG20",
"type": "Matic",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://polygonscan.com/",
@@ -15967,23 +13645,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16007,7 +13673,7 @@
"coin": "FXS-AVX20",
"type": "AVX-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://snowtrace.io/",
@@ -16038,10 +13704,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -16050,64 +13712,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "FXS-MVR20": {
- "coin": "FXS-MVR20",
- "type": "Moonriver",
- "name": "Frax Share",
- "coinpaprika_id": "",
- "coingecko_id": "frax-share",
- "livecoinwatch_id": "FXS",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Frax Share",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "decimals": 18,
- "avg_blocktime": 6,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 1000000,
- "erc20_payment": 1000000,
- "erc20_receiver_spend": 1000000,
- "erc20_sender_refund": 1000000
- },
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -16138,29 +13750,17 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16171,66 +13771,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "GALA-BEP20": {
- "coin": "GALA-BEP20",
- "type": "BEP-20",
- "name": "Gala",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "GALA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Gala",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"GAME-ERC20": {
"coin": "GAME-ERC20",
"type": "ERC-20",
@@ -16263,23 +13808,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16290,8 +13823,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16326,23 +13858,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16362,6 +13882,56 @@
],
"explorer_block_url": "block/"
},
+ "GBPE-GNO": {
+ "coin": "GBPE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium GBP",
+ "coinpaprika_id": "",
+ "coingecko_id": "monerium-gbp-emoney",
+ "livecoinwatch_id": "GBP",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium GBP",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "forex_id": "GBP"
+ },
"GBX-BEP20": {
"coin": "GBX-BEP20",
"type": "BEP-20",
@@ -16382,7 +13952,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16397,6 +13967,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16407,10 +13983,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16436,7 +14008,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16457,6 +14029,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16467,10 +14045,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16530,7 +14104,7 @@
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://gleec.explorer.dexstats.info/",
+ "explorer_url": "https://explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -16541,7 +14115,7 @@
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "GLEEC",
"fname": "Gleec (OLD)",
- "rpcport": 23226,
+ "rpcport": 23345,
"pubtype": 60,
"p2shtype": 85,
"wiftype": 188,
@@ -16549,7 +14123,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -16558,19 +14131,7 @@
"trezor_coin": "Komodo",
"electrum": [
{
- "url": "gleecold.electrum1.cipig.net:20022",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum2.cipig.net:20022",
+ "url": "gleec.electrum1.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -16582,7 +14143,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:20022",
+ "url": "gleec.electrum2.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -16598,12 +14159,12 @@
},
"GLEEC": {
"coin": "GLEEC",
- "type": "Smart Chain",
+ "type": "GRC-20",
"name": "Gleec",
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://explorer.gleec.com/",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -16611,60 +14172,68 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GLEEC",
"fname": "Gleec",
- "rpcport": 23345,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 4,
- "requires_notarization": false,
- "avg_blocktime": 60,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
},
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "gleec.electrum1.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum2.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "KMDT-GRC20": {
+ "coin": "KMDT-GRC20",
+ "type": "GRC-20",
+ "name": "KMD Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.gleec.dev/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "KMD Testnet",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEECT",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd",
+ "parent_coin": "GLEECT",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.gleec.dev"
}
],
"explorer_block_url": "block/"
@@ -16701,23 +14270,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16728,8 +14285,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16764,23 +14320,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16819,7 +14363,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16834,6 +14378,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16844,10 +14394,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16873,7 +14419,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16888,6 +14434,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16898,10 +14450,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16937,23 +14485,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -17011,19 +14547,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -17058,8 +14590,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -17071,10 +14601,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -17083,8 +14609,66 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNEISS-ERC20": {
+ "coin": "GNEISS-ERC20",
+ "type": "ERC-20",
+ "name": "GNEISS",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "GNEISS",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 8,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17125,23 +14709,11 @@
},
"contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17152,8 +14724,56 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNO-GNO": {
+ "coin": "GNO-GNO",
+ "type": "Gnosis",
+ "name": "Gnosis",
+ "coinpaprika_id": "gno-gnosis",
+ "coingecko_id": "gnosis",
+ "livecoinwatch_id": "GNO",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gnosis",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -17193,10 +14813,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -17254,19 +14870,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -17301,23 +14913,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -17378,15 +14978,6 @@
"discord": "orpheas#1503"
}
]
- },
- {
- "url": "electrum.niftybakes.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -17395,7 +14986,7 @@
"coin": "GRLC-ERC20",
"type": "ERC-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://etherscan.io/",
@@ -17423,23 +15014,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17450,8 +15029,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17460,7 +15038,7 @@
"coin": "GRLC-BEP20",
"type": "BEP-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://bscscan.com/",
@@ -17476,7 +15054,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17491,6 +15069,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17501,10 +15085,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17588,19 +15168,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -17640,10 +15216,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -17652,8 +15224,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -17695,23 +15273,11 @@
},
"contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17722,8 +15288,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17802,23 +15367,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -17858,7 +15411,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17873,6 +15426,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17883,10 +15442,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17924,23 +15479,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17951,69 +15494,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "GURU-BEP20": {
- "coin": "GURU-BEP20",
- "type": "BEP-20",
- "name": "MobilityGuru",
- "coinpaprika_id": "guru-mobilityguru-token",
- "coingecko_id": "",
- "livecoinwatch_id": "_GURU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "MobilityGuru",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464"
- }
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "homepage": "https://mobilityguru.org"
- },
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"GUSD-ERC20": {
"coin": "GUSD-ERC20",
"type": "ERC-20",
@@ -18046,23 +15531,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18073,8 +15546,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18117,6 +15589,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18127,10 +15605,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18173,23 +15647,11 @@
},
"contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18200,8 +15662,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18236,23 +15697,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -18304,23 +15753,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18331,8 +15768,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18372,10 +15808,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -18395,169 +15827,59 @@
],
"explorer_block_url": "block/"
},
- "HUSD-ERC20": {
- "coin": "HUSD-ERC20",
- "type": "ERC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-KRC20": {
- "coin": "HUSD-KRC20",
- "type": "KRC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "HTH": {
+ "coin": "HTH",
+ "type": "UTXO",
+ "name": "Help The Homeless",
+ "coinpaprika_id": "hth-help-the-homeless-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "HTH",
+ "explorer_url": "https://explorer.hthcoin.r4nd0m.us/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "HomelessCoin Signed Message:\n",
+ "fname": "Help The Homeless",
+ "is_privacy_coin": true,
+ "rpcport": 9998,
+ "pubtype": 100,
+ "p2shtype": 40,
+ "wiftype": 228,
+ "txfee": 10000,
+ "dust": 5460,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-PLG20": {
- "coin": "HUSD-PLG20",
- "type": "Matic",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91"
- }
+ "derivation_path": "m/44'/231'",
+ "links": {
+ "github": "https://github.com/HTHcoin/helpthehomelesscoin",
+ "homepage": "https://hth.foundation"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum.hth.foundation:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrumx.wattxchange.app:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -18594,23 +15916,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18621,8 +15931,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18647,7 +15956,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 2,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18662,6 +15971,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18672,10 +15987,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18711,23 +16022,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -18831,216 +16130,6 @@
],
"explorer_block_url": "block.dws?"
},
- "ILN": {
- "coin": "ILN",
- "type": "Smart Chain",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://explorer.ilien.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ILN",
- "fname": "Ilien",
- "is_privacy_coin": true,
- "rpcport": 12986,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "p2p": 12985,
- "magic": "feb4cb23",
- "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203",
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [],
- "explorer_block_url": "block/"
- },
- "ILN-BEP20": {
- "coin": "ILN-BEP20",
- "type": "BEP-20",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ILN-PLG20": {
- "coin": "ILN-PLG20",
- "type": "Matic",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNSW-PLG20": {
- "coin": "ILNSW-PLG20",
- "type": "Matic",
- "name": "Ilien Swap",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Swap",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ILV-ERC20": {
"coin": "ILV-ERC20",
"type": "ERC-20",
@@ -19073,23 +16162,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19100,8 +16177,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19126,7 +16202,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19147,6 +16223,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19157,10 +16239,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19198,23 +16276,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19225,8 +16291,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19250,7 +16315,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19271,6 +16336,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19281,10 +16352,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19321,23 +16388,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19348,8 +16403,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19373,7 +16427,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19394,6 +16448,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19404,10 +16464,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19432,7 +16488,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19453,6 +16509,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19463,10 +16525,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19507,10 +16565,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -19562,23 +16616,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19589,8 +16631,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19615,7 +16656,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19636,6 +16677,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19646,23 +16693,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JDB-BEP20": {
- "coin": "JDB-BEP20",
- "type": "BEP-20",
- "name": "Jeet Detector Bot",
- "coinpaprika_id": "jdb-jeet-detector-bot",
- "coingecko_id": "jeet-detector-bot",
- "livecoinwatch_id": "JDB",
- "explorer_url": "https://bscscan.com/",
+ "JPYC-AVX20": {
+ "coin": "JPYC-AVX20",
+ "type": "AVX-20",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19670,51 +16713,53 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jeet Detector Bot",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272"
+ "platform": "AVAX",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JAUD-PLG20": {
- "coin": "JAUD-PLG20",
+ "JPYC-PLG20": {
+ "coin": "JPYC-PLG20",
"type": "Matic",
- "name": "Jarvis Australian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AUD",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19723,7 +16768,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Australian Dollar",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -19734,27 +16779,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133"
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -19772,16 +16805,15 @@
"ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "explorer_block_url": "block/",
- "forex_id": "AUD"
+ "explorer_block_url": "block/"
},
- "JBRL-BEP20": {
- "coin": "JBRL-BEP20",
+ "JST-BEP20": {
+ "coin": "JST-BEP20",
"type": "BEP-20",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
+ "name": "JUST",
+ "coinpaprika_id": "jst-just",
+ "coingecko_id": "just",
+ "livecoinwatch_id": "JST",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19790,26 +16822,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Brazilian Real",
+ "fname": "JUST",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603"
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19820,210 +16864,224 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JBRL-PLG20": {
- "coin": "JBRL-PLG20",
- "type": "Matic",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
- "explorer_url": "https://polygonscan.com/",
+ "KCN": {
+ "coin": "KCN",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Brazilian Real",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JCAD-PLG20": {
- "coin": "JCAD-PLG20",
- "type": "Matic",
- "name": "Jarvis Canadian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
+ "KCN-segwit": {
+ "coin": "KCN-segwit",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Canadian Dollar",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "KCN",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/84'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
+ "electrum": [
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "CAD"
- },
- "JCHF-AVX20": {
- "coin": "JCHF-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "JCHF-BEP20": {
- "coin": "JCHF-BEP20",
+ "KCN-BEP20": {
+ "coin": "KCN-BEP20",
"type": "BEP-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -20032,26 +17090,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "Kylacoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "decimals": 12,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f"
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f",
+ "gas_limit": {
+ "eth_send_erc20": 55000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -20062,23 +17132,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JCHF-ERC20": {
- "coin": "JCHF-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://etherscan.io/",
+ "KCS": {
+ "coin": "KCS",
+ "type": "KRC-20",
+ "name": "KuCoin Token",
+ "coinpaprika_id": "kcs-kucoin-token",
+ "coingecko_id": "kucoin-shares",
+ "livecoinwatch_id": "KCS",
+ "explorer_url": "https://explorer.kcc.io/en/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20086,64 +17152,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "KuCoin Token",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
+ "chain_id": 321,
+ "max_eth_tx_type": 2,
"required_confirmations": 3,
+ "avg_blocktime": 3,
"protocol": {
- "type": "ERC20",
+ "type": "ETH",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0"
+ "chain_id": 321
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "trezor_coin": "KCC",
+ "links": {
+ "homepage": "https://kcc.io"
+ },
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://kcc-rpc.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc-mainnet.kcc.network"
}
],
"explorer_block_url": "block/"
},
- "JCHF-PLG20": {
- "coin": "JCHF-PLG20",
- "type": "Matic",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://polygonscan.com/",
+ "KMD": {
+ "coin": "KMD",
+ "type": "Smart Chain",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://kmdexplorer.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20151,65 +17197,114 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "Komodo",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "txfee": 1000,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/komodoplatform/komodo",
+ "homepage": "https://komodoplatform.com"
},
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "kmd.electrum1.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "kmd.electrum2.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCNY-PLG20": {
- "coin": "JCNY-PLG20",
- "type": "Matic",
- "name": "Jarvis Chinese Yuan",
+ "KMDCL": {
+ "coin": "KMDCL",
+ "type": "Smart Chain",
+ "name": "KomodoClassic",
"coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "CNY",
- "explorer_url": "https://polygonscan.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.kmdclassic.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "KomodoClassic",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x64726d6e",
+ "txfee": 1000,
+ "mm2": 1,
+ "required_confirmations": 2,
+ "requires_notarization": true,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/kmdclassic/KmdClassic",
+ "homepage": "https://kmdclassic.com/"
+ },
+ "electrum": [
+ {
+ "url": "electrum.kmdclassic.com:50002",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
+ },
+ "KMD-BEP20": {
+ "coin": "KMD-BEP20",
+ "type": "BEP-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20217,66 +17312,60 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Chinese Yuan",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772"
+ "platform": "BNB",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
+ "eth_send_erc20": 60000,
"erc20_payment": 110000,
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/",
- "forex_id": "CNY"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
},
- "JEUR-AVX20": {
- "coin": "JEUR-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://snowtrace.io/",
+ "KMD-GRC20": {
+ "coin": "KMD-GRC20",
+ "type": "GRC-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20284,51 +17373,40 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 2.4,
"required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702"
+ "platform": "GLEEC",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "JEUR-BEP20": {
- "coin": "JEUR-BEP20",
+ "KNC-BEP20": {
+ "coin": "KNC-BEP20",
"type": "BEP-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -20337,26 +17415,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8"
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8",
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -20367,22 +17450,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JEUR-ERC20": {
- "coin": "JEUR-ERC20",
+ "KNC-ERC20": {
+ "coin": "KNC-ERC20",
"type": "ERC-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -20391,40 +17470,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B"
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B",
+ "trezor_coin": "Kyber Network",
+ "links": {
+ "github": "https://github.com/KyberNetwork",
+ "homepage": "https://kyber.network"
+ },
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20435,19 +17506,18 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "JEUR-PLG20": {
- "coin": "JEUR-PLG20",
+ "KNC-PLG20": {
+ "coin": "KNC-PLG20",
"type": "Matic",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -20456,7 +17526,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -20467,27 +17537,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c"
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c",
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20507,14 +17565,14 @@
],
"explorer_block_url": "block/"
},
- "JGBP-BEP20": {
- "coin": "JGBP-BEP20",
- "type": "BEP-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://bscscan.com/",
+ "KNC-AVX20": {
+ "coin": "KNC-AVX20",
+ "type": "AVX-20",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20522,53 +17580,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
+ "chain_id": 43114,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e"
+ "platform": "AVAX",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-ERC20": {
- "coin": "JGBP-ERC20",
- "type": "ERC-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://etherscan.io/",
+ "KSM-BEP20": {
+ "coin": "KSM-BEP20",
+ "type": "BEP-20",
+ "name": "Kusama",
+ "coinpaprika_id": "ksm-kusama",
+ "coingecko_id": "kusama",
+ "livecoinwatch_id": "KSM",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20576,1937 +17635,61 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kusama",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 56,
"decimals": 18,
- "avg_blocktime": 15,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283"
+ "platform": "BNB",
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-PLG20": {
- "coin": "JGBP-PLG20",
- "type": "Matic",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JGOLD-PLG20": {
- "coin": "JGOLD-PLG20",
- "type": "Matic",
- "name": "Jarvis Gold",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "XAU",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Gold",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "XAU"
- },
- "JJPY-PLG20": {
- "coin": "JJPY-PLG20",
- "type": "Matic",
- "name": "Jarvis Japanese Yen",
- "coinpaprika_id": "jjpy-jarvis-synthetic-japanese-yen",
- "coingecko_id": "jarvis-synthetic-japanese-yen",
- "livecoinwatch_id": "JPY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Japanese Yen",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "JPY"
- },
- "JKRW-PLG20": {
- "coin": "JKRW-PLG20",
- "type": "Matic",
- "name": "Jarvis South Korean Won",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "KRW",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis South Korean Won",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "KRW"
- },
- "JMXN-PLG20": {
- "coin": "JMXN-PLG20",
- "type": "Matic",
- "name": "Jarvis Mexican Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "MXN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Mexican Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "MXN"
- },
- "JNZD-PLG20": {
- "coin": "JNZD-PLG20",
- "type": "Matic",
- "name": "Jarvis New Zealand Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis New Zealand Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "NZD"
- },
- "JPHP-PLG20": {
- "coin": "JPHP-PLG20",
- "type": "Matic",
- "name": "Jarvis Philippine Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PHP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Philippine Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PHP"
- },
- "JPLN-PLG20": {
- "coin": "JPLN-PLG20",
- "type": "Matic",
- "name": "Jarvis Polish Zloty",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PLN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Polish Zloty",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PLN"
- },
- "JPYC-AVX20": {
- "coin": "JPYC-AVX20",
- "type": "AVX-20",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JPYC-PLG20": {
- "coin": "JPYC-PLG20",
- "type": "Matic",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-ERC20": {
- "coin": "JRT-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-PLG20": {
- "coin": "JRT-PLG20",
- "type": "Matic",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JSEK-PLG20": {
- "coin": "JSEK-PLG20",
- "type": "Matic",
- "name": "Jarvis Swedish Krona",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SEK",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swedish Krona",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SEK"
- },
- "JSGD-PLG20": {
- "coin": "JSGD-PLG20",
- "type": "Matic",
- "name": "Jarvis Singapore Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SGD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Singapore Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SGD"
- },
- "JTRY-PLG20": {
- "coin": "JTRY-PLG20",
- "type": "Matic",
- "name": "Jarvis Turkish Lira",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Turkish Lira",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "TRY"
- },
- "JUSD-PLG20": {
- "coin": "JUSD-PLG20",
- "type": "Matic",
- "name": "Jarvis United States Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis United States Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "USD"
- },
- "JST-BEP20": {
- "coin": "JST-BEP20",
- "type": "BEP-20",
- "name": "JUST",
- "coinpaprika_id": "jst-just",
- "coingecko_id": "just",
- "livecoinwatch_id": "JST",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JUST",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCN": {
- "coin": "KCN",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-segwit": {
- "coin": "KCN-segwit",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "KCN",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-BEP20": {
- "coin": "KCN-BEP20",
- "type": "BEP-20",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kylacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 12,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCS": {
- "coin": "KCS",
- "type": "KRC-20",
- "name": "KuCoin Token",
- "coinpaprika_id": "kcs-kucoin-token",
- "coingecko_id": "kucoin-shares",
- "livecoinwatch_id": "KCS",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "KuCoin Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "required_confirmations": 3,
- "avg_blocktime": 3,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 321
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "KCC",
- "links": {
- "homepage": "https://kcc.io"
- },
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KMD": {
- "coin": "KMD",
- "type": "Smart Chain",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "fname": "Komodo",
- "rpcport": 7771,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "links": {
- "github": "https://github.com/komodoplatform/komodo",
- "homepage": "https://komodoplatform.com"
- },
- "electrum": [
- {
- "url": "kmd.electrum1.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "is_claimable": true,
- "minimal_claim_amount": "10"
- },
- "KMD-BEP20": {
- "coin": "KMD-BEP20",
- "type": "BEP-20",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Komodo",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-BEP20": {
- "coin": "KNC-BEP20",
- "type": "BEP-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-ERC20": {
- "coin": "KNC-ERC20",
- "type": "ERC-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Kyber Network",
- "links": {
- "github": "https://github.com/KyberNetwork",
- "homepage": "https://kyber.network"
- },
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "KNC-PLG20": {
- "coin": "KNC-PLG20",
- "type": "Matic",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KNC-AVX20": {
- "coin": "KNC-AVX20",
- "type": "AVX-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "KOIN": {
- "coin": "KOIN",
- "type": "Smart Chain",
- "name": "Koinon",
- "coinpaprika_id": "koin-koinon",
- "coingecko_id": "koinon",
- "livecoinwatch_id": "",
- "explorer_url": "https://block.koinon.cloud/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "KOIN",
- "fname": "Koinon",
- "is_privacy_coin": true,
- "rpcport": 10702,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "koin.electrum1.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum2.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum3.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KSM-BEP20": {
- "coin": "KSM-BEP20",
- "type": "BEP-20",
- "name": "Kusama",
- "coinpaprika_id": "ksm-kusama",
- "coingecko_id": "kusama",
- "livecoinwatch_id": "KSM",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kusama",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "LBC": {
- "coin": "LBC",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
+ "LBC": {
+ "coin": "LBC",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -22541,11 +17724,6 @@
"url": "lbc.electrum2.cipig.net:20067",
"disable_cert_verification": false,
"protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
}
],
"explorer_block_url": "block/"
@@ -22596,11 +17774,108 @@
"url": "lbc.electrum2.cipig.net:20067",
"disable_cert_verification": false,
"protocol": "SSL"
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "LC2": {
+ "coin": "LC2",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
{
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
+ "url": "electrum01.lc2.online:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "LC2-segwit": {
+ "coin": "LC2-segwit",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LC2",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum01.lc2.online:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -22641,11 +17916,11 @@
"derivation_path": "m/44'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50002",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -22701,11 +17976,11 @@
"derivation_path": "m/84'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50002",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -22947,7 +18222,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22968,6 +18243,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22978,10 +18259,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23019,23 +18296,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23046,8 +18311,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23082,23 +18346,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -23154,23 +18406,11 @@
},
"contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23181,66 +18421,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "LEO-PLG20": {
- "coin": "LEO-PLG20",
- "type": "Matic",
- "name": "LEO Token",
- "coinpaprika_id": "leo-leo-token",
- "coingecko_id": "leo-token",
- "livecoinwatch_id": "LEO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "LEO Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23276,23 +18457,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23303,8 +18472,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23344,10 +18512,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -23356,8 +18520,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -23381,7 +18551,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23396,6 +18566,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23406,10 +18582,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23489,23 +18661,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -23545,7 +18705,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23563,6 +18723,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23573,10 +18739,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23602,7 +18764,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23617,6 +18779,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23627,10 +18795,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23673,23 +18837,11 @@
},
"contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23700,8 +18852,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23726,7 +18877,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23747,6 +18898,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23757,73 +18914,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "LRC-PLG20": {
- "coin": "LRC-PLG20",
- "type": "Matic",
- "name": "Loopring",
- "coinpaprika_id": "lrc-loopring",
- "coingecko_id": "loopring",
- "livecoinwatch_id": "LRC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Loopring",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"LEASH-ERC20": {
"coin": "LEASH-ERC20",
"type": "ERC-20",
@@ -23855,23 +18950,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x27C70Cd1946795B66be9d954418546998b546634",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23882,8 +18965,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23925,23 +19007,11 @@
},
"contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23952,8 +19022,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23978,7 +19047,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23999,6 +19068,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24009,10 +19084,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24053,23 +19124,11 @@
},
"contract_address": "0x58b6A8A3302369DAEc383334672404Ee733aB239",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24080,8 +19139,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24124,19 +19182,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -24161,7 +19215,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24176,6 +19230,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24186,10 +19246,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24257,18 +19313,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -24340,18 +19384,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -24449,23 +19481,11 @@
},
"contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24476,8 +19496,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24502,7 +19521,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24517,6 +19536,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24527,10 +19552,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24610,23 +19631,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -24666,7 +19675,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24681,6 +19690,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24691,10 +19706,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24732,23 +19743,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24759,8 +19758,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24795,23 +19793,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -24850,9 +19836,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
@@ -24861,14 +19844,20 @@
"chain_id": 137
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
{
"url": "https://polygon-bor-rpc.publicnode.com",
"ws_url": "wss://polygon-bor-rpc.publicnode.com"
@@ -24904,7 +19893,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24925,6 +19914,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24935,10 +19930,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24981,23 +19972,11 @@
},
"contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25008,8 +19987,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -25060,125 +20038,6 @@
"explorer_block_url": "block/",
"binance_id": "MATIC"
},
- "MC-ERC20": {
- "coin": "MC-ERC20",
- "type": "ERC-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "MC-BEP20": {
- "coin": "MC-BEP20",
- "type": "BEP-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"MCL": {
"coin": "MCL",
"type": "Smart Chain",
@@ -25206,7 +20065,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -25237,18 +20095,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mcl.electrum3.cipig.net:20023",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -25280,7 +20126,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -25314,18 +20159,48 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MDX-GRC20": {
+ "coin": "MDX-GRC20",
+ "type": "GRC-20",
+ "name": "Mandala",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
+ "livecoinwatch_id": "MDX",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Mandala",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "mdx.electrum3.cipig.net:20005",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -25334,8 +20209,8 @@
"coin": "MDX-ERC20",
"type": "ERC-20",
"name": "Mandala",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
"livecoinwatch_id": "MDX",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
@@ -25362,23 +20237,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x947AEb02304391f8fbE5B25D7D98D649b57b1788",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25389,8 +20252,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25431,23 +20293,11 @@
},
"contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25458,8 +20308,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25484,7 +20333,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25499,6 +20348,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25509,10 +20364,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25550,23 +20401,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25577,8 +20416,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25603,7 +20441,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25618,6 +20456,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25628,10 +20472,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25672,10 +20512,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -25684,8 +20520,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -25709,7 +20551,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25724,6 +20566,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25734,10 +20582,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25780,23 +20624,11 @@
},
"contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25807,8 +20639,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25887,23 +20718,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -25958,23 +20777,11 @@
},
"contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25985,8 +20792,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -26026,10 +20832,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -26038,8 +20840,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -26064,7 +20872,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26079,6 +20887,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26089,65 +20903,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "MM-MVR20": {
- "coin": "MM-MVR20",
- "type": "Moonriver",
- "name": "Million",
- "coinpaprika_id": "mm-million",
- "coingecko_id": "million",
- "livecoinwatch_id": "_MM",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Million",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"MM-PLG20": {
"coin": "MM-PLG20",
"type": "Matic",
@@ -26183,10 +20943,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -26322,23 +21078,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26349,8 +21093,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -26393,19 +21136,118 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-ERC20": {
+ "coin": "MORPHO-ERC20",
+ "type": "ERC-20",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://morpho.org"
+ },
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-BASE": {
+ "coin": "MORPHO-BASE",
+ "type": "Base",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -26424,7 +21266,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonriver",
"rpcport": 80,
"mm2": 1,
@@ -26437,12 +21279,11 @@
"chain_id": 1285
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Moonriver",
"links": {
"homepage": "https://moonbeam.network/networks/moonriver/"
},
- "use_access_list": true,
+ "derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"gas_limit": {
@@ -26458,12 +21299,8 @@
"ws_url": "wss://moonriver-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://moonriver.api.onfinality.io/public",
+ "ws_url": "wss://moonriver.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -26483,12 +21320,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonbeam",
"rpcport": 80,
"mm2": 1,
"chain_id": 1284,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -26507,12 +21343,12 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://moonbeam.drpc.org",
- "ws_url": "wss://moonbeam.drpc.org"
+ "url": "https://moonbeam-rpc.publicnode.com",
+ "ws_url": "wss://moonbeam-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonbeam.network",
- "ws_url": "wss://wss.api.moonbeam.network"
+ "url": "https://moonbeam.api.onfinality.io/public",
+ "ws_url": "wss://moonbeam.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -26583,7 +21419,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26598,6 +21434,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26608,10 +21450,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26636,7 +21474,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26657,6 +21495,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26667,10 +21511,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26769,7 +21609,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26784,6 +21624,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26794,10 +21640,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26839,23 +21681,11 @@
},
"contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26866,8 +21696,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -26946,23 +21775,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -27182,7 +21999,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27203,6 +22020,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27213,10 +22036,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27286,141 +22105,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-ERC20": {
- "coin": "NZDS-ERC20",
- "type": "ERC-20",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-PLG20": {
- "coin": "NZDS-PLG20",
- "type": "Matic",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -27494,7 +22178,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27510,58 +22194,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "OCEAN-BEP20": {
- "coin": "OCEAN-BEP20",
- "type": "BEP-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27572,142 +22209,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "OCEAN-ERC20": {
- "coin": "OCEAN-ERC20",
- "type": "ERC-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ocean Token",
- "links": {
- "github": "https://github.com/oceanprotocol",
- "homepage": "https://oceanprotocol.com"
- },
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "OCEAN-PLG20": {
- "coin": "OCEAN-PLG20",
- "type": "Matic",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"OM-ERC20": {
"coin": "OM-ERC20",
"type": "ERC-20",
@@ -27740,23 +22246,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27767,8 +22261,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27793,7 +22286,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27814,6 +22307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27824,10 +22323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27863,23 +22358,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -27936,23 +22419,11 @@
},
"contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27963,20 +22434,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "OMG-PLG20": {
- "coin": "OMG-PLG20",
- "type": "Matic",
- "name": "OMG Network",
- "coinpaprika_id": "omg-omg-network",
- "coingecko_id": "omisego",
- "livecoinwatch_id": "OMG",
- "explorer_url": "https://polygonscan.com/",
+ "ONDO-ERC20": {
+ "coin": "ONDO-ERC20",
+ "type": "ERC-20",
+ "name": "Ondo",
+ "coinpaprika_id": "ondo-ondo",
+ "coingecko_id": "ondo-finance",
+ "livecoinwatch_id": "ONDO",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -27984,45 +22454,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OMG Network",
+ "fname": "Ondo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170"
+ "platform": "ETH",
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ondo.finance"
+ },
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28046,7 +22513,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1666600000,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -28061,17 +22527,7 @@
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://1rpc.io/one"
- },
- {
- "url": "https://api.harmony.one"
- },
- {
- "url": "https://api.s0.t.hmny.io"
- },
- {
- "url": "https://harmony-0.drpc.org",
- "ws_url": "wss://harmony-0.drpc.org"
+ "url": "https://one-mainnet-s0.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -28096,7 +22552,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28118,127 +22574,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "PAX-ERC20": {
- "coin": "PAX-ERC20",
- "type": "ERC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Paxos Standard (PAX)",
- "links": {
- "github": "https://github.com/paxosglobal",
- "homepage": "https://www.paxos.com/standard"
- },
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-BEP20": {
- "coin": "PAX-BEP20",
- "type": "BEP-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28249,117 +22589,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "PAX-KRC20": {
- "coin": "PAX-KRC20",
- "type": "KRC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-PLG20": {
- "coin": "PAX-PLG20",
- "type": "Matic",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"PAXG-ERC20": {
"coin": "PAXG-ERC20",
"type": "ERC-20",
@@ -28397,23 +22631,11 @@
},
"contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28424,8 +22646,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28460,23 +22681,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -28539,15 +22748,6 @@
"discord": "technovision"
}
]
- },
- {
- "url": "electrumx2.flopcoin.net:10004",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -28589,23 +22789,20 @@
},
"electrum": [
{
- "url": "electrum.pepeblocks.com:50002",
+ "url": "electrum.pepe.tips:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "pep.electrum3.cipig.net:20076",
+ "url": "electrum.pepeblocks.com:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
}
@@ -28650,19 +22847,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -28699,23 +22892,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x808507121B80c02388fAd14726482e061B8da827",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28726,8 +22907,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28752,7 +22932,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28767,6 +22947,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28777,10 +22963,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28821,23 +23003,11 @@
},
"contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28848,8 +23018,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28874,7 +23043,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28892,6 +23061,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28902,10 +23077,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28952,59 +23123,72 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
},
- "PINK": {
- "coin": "PINK",
- "type": "UTXO",
- "name": "Pinkcoin",
- "coinpaprika_id": "pink-pinkcoin",
- "coingecko_id": "pinkcoin",
- "livecoinwatch_id": "PINK",
- "explorer_url": "https://chainz.cryptoid.info/pink/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "PGX-PLG20": {
+ "coin": "PGX-PLG20",
+ "type": "Matic",
+ "name": "Pegaxy Stone",
+ "coinpaprika_id": "",
+ "coingecko_id": "pegaxy-stone",
+ "livecoinwatch_id": "PGX",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Pinkcoin Signed Message:\n",
- "fname": "Pinkcoin",
- "rpcport": 9135,
- "isPoS": 1,
- "pubtype": 3,
- "p2shtype": 28,
- "wiftype": 131,
- "txfee": 10000,
+ "wallet_only": false,
+ "fname": "Pegaxy Stone",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/117'",
- "links": {
- "github": "https://github.com/Pink2Dev/Pink2",
- "homepage": "https://getstarted.with.pink"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ }
},
- "electrum": [],
- "explorer_block_url": "block.dws?"
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
},
"PIVX": {
"coin": "PIVX",
@@ -29189,23 +23373,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29216,8 +23388,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29252,23 +23423,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -29324,23 +23483,11 @@
},
"contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29351,66 +23498,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "POWR-PLG20": {
- "coin": "POWR-PLG20",
- "type": "Matic",
- "name": "Power Ledger",
- "coinpaprika_id": "powr-power-ledger",
- "coingecko_id": "power-ledger",
- "livecoinwatch_id": "POWR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Power Ledger",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29456,11 +23544,6 @@
"homepage": "https://peercoin.net"
},
"electrum": [
- {
- "url": "allingas.peercoinexplorer.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
{
"url": "electrum.peercoinexplorer.net:50002",
"protocol": "SSL",
@@ -29501,23 +23584,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29528,8 +23599,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29569,10 +23639,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -29611,7 +23677,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29626,6 +23692,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29636,10 +23708,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29677,23 +23745,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29704,8 +23760,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29745,10 +23800,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -29800,23 +23851,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29827,8 +23866,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29863,23 +23901,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -29918,7 +23944,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29933,6 +23959,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29943,10 +23975,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29987,23 +24015,11 @@
},
"contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30014,8 +24030,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30094,23 +24109,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -30137,7 +24140,7 @@
"coinpaprika_id": "shic-shibacoin",
"coingecko_id": "shibacoin",
"livecoinwatch_id": "SHIC",
- "explorer_url": "https://shibaexplorer.com/",
+ "explorer_url": "https://explorer.shibacoinshic.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -30168,7 +24171,7 @@
},
"electrum": [
{
- "url": "electrum.shibaexplorer.com:50003",
+ "url": "electrum.shibacoinshic.org:50003",
"protocol": "SSL",
"contact": [
{
@@ -30184,7 +24187,7 @@
"type": "UTXO",
"name": "TrumPow",
"coinpaprika_id": "trmp-trumpow",
- "coingecko_id": "",
+ "coingecko_id": "trumpow",
"livecoinwatch_id": "_TRMP",
"explorer_url": "https://explorer.trumpow.meme/",
"explorer_tx_url": "tx/",
@@ -30309,98 +24312,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "QIAIR-QRC20": {
- "coin": "QIAIR-QRC20",
- "type": "QRC-20",
- "name": "Qi Airdrop Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Qi Airdrop Token",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -30469,18 +24380,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -30504,7 +24403,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30525,6 +24424,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30535,10 +24440,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30579,23 +24480,11 @@
},
"contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30606,8 +24495,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30649,23 +24537,11 @@
},
"contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30676,8 +24552,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30726,60 +24601,6 @@
],
"explorer_block_url": "block/"
},
- "QRC20": {
- "coin": "QRC20",
- "type": "QRC-20",
- "name": "QRC20",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://testnet.qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "QRC20",
- "pubtype": 120,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "mm2": 1,
- "mature_confirmations": 2000,
- "required_confirmations": 1,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "tQTUM",
- "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44"
- },
- "derivation_path": "m/44'/1'"
- },
- "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44",
- "parent_coin": "tQTUM",
- "swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"QTUM": {
"coin": "QTUM",
"type": "QRC-20",
@@ -30845,18 +24666,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -30898,23 +24707,11 @@
},
"contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30925,64 +24722,12 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
"binance_id": "QTUM"
},
- "tQTUM": {
- "coin": "tQTUM",
- "type": "QRC-20",
- "name": "QTUM Testnet",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://testnet.qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Qtum Signed Message:\n",
- "fname": "QTUM Testnet",
- "rpcport": 13889,
- "pubtype": 120,
- "p2shtype": 110,
- "wiftype": 239,
- "segwit": true,
- "bech32_hrp": "tq",
- "txfee": 400000,
- "mm2": 1,
- "required_confirmations": 1,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QTUM",
- "chain_variant": "QTUM"
- },
- "derivation_path": "m/44'/1'",
- "swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"RAPH": {
"coin": "RAPH",
"type": "Smart Chain",
@@ -31010,7 +24755,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -31041,18 +24785,48 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RAPH-GRC20": {
+ "coin": "RAPH-GRC20",
+ "type": "GRC-20",
+ "name": "Raphael",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Raphael",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "raph.electrum3.cipig.net:20004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -31149,23 +24923,11 @@
},
"contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31176,8 +24938,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31217,23 +24978,11 @@
},
"contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31244,8 +24993,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31282,23 +25030,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31309,8 +25045,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31345,23 +25080,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -31446,18 +25169,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ric.electrum3.cipig.net:20074",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -31531,30 +25242,95 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "RIN": {
+ "coin": "RIN",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
+ {
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "ric.electrum3.cipig.net:20074",
+ "url": "peer2.rincoin.tech:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
}
]
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "RIC-BEP20": {
- "coin": "RIC-BEP20",
- "type": "BEP-20",
- "name": "Riecoin",
- "coinpaprika_id": "ric-riecoin",
- "coingecko_id": "riecoin",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "RIN-segwit": {
+ "coin": "RIN-segwit",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -31562,43 +25338,70 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Riecoin",
- "rpcport": 80,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "RIN",
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
+ "derivation_path": "m/84'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "peer2.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOC": {
@@ -31608,7 +25411,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://doc.komodo.earth/",
+ "explorer_url": "https://doc.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -31628,7 +25431,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -31659,18 +25461,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "doc.electrum3.cipig.net:20020",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -31682,7 +25472,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://marty.komodo.earth/",
+ "explorer_url": "https://marty.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -31702,7 +25492,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -31733,18 +25522,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "marty.electrum3.cipig.net:20021",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -31785,23 +25562,11 @@
},
"contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31812,66 +25577,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "RLC-PLG20": {
- "coin": "RLC-PLG20",
- "type": "Matic",
- "name": "iExec RLC",
- "coinpaprika_id": "rlc-iexec-rlc",
- "coingecko_id": "iexec-rlc",
- "livecoinwatch_id": "RLC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "iExec RLC",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 9,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31908,23 +25614,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31935,8 +25629,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31971,23 +25664,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x61299774020dA444Af134c82fa83E3810b309991",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32039,23 +25720,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32066,8 +25735,106 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-ARB20": {
+ "coin": "RSR-ARB20",
+ "type": "Arbitrum",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-BASE": {
+ "coin": "RSR-BASE",
+ "type": "Base",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -32109,23 +25876,11 @@
},
"contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32136,8 +25891,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32208,7 +25962,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32223,6 +25977,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32233,10 +25993,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32266,7 +26022,7 @@
"segwit": true,
"txfee": 1000000,
"mm2": 1,
- "required_confirmations": 3,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO",
@@ -32302,23 +26058,59 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "rvn.electrum3.cipig.net:20051",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "RVN"
},
+ "RXD": {
+ "coin": "RXD",
+ "type": "UTXO",
+ "name": "Radiant",
+ "coinpaprika_id": "rxd-radiant",
+ "coingecko_id": "radiant",
+ "livecoinwatch_id": "RXD",
+ "explorer_url": "https://explorer.radiantblockchain.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Radiant",
+ "rpcport": 7332,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10000000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "signature_version": "fork_id_rxd",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/512'",
+ "links": {
+ "github": "https://github.com/Radiant-Core/Radiant-Core",
+ "homepage": "https://radiantblockchain.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.radiant4people.com:50012",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx2.radiant4people.com:50012",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"SAND-ERC20": {
"coin": "SAND-ERC20",
"type": "ERC-20",
@@ -32351,23 +26143,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32378,8 +26158,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32404,7 +26183,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32419,6 +26198,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32429,10 +26214,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32468,23 +26249,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32524,7 +26293,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32545,6 +26314,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32555,10 +26330,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32584,7 +26355,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32605,6 +26376,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32615,13 +26392,64 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "SKY-ERC20": {
+ "coin": "SKY-ERC20",
+ "type": "ERC-20",
+ "name": "Sky",
+ "coinpaprika_id": "sky-sky",
+ "coingecko_id": "sky",
+ "livecoinwatch_id": "__________SKY",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Sky",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://sky.money"
+ },
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"SNX-AVX20": {
@@ -32659,10 +26487,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -32671,8 +26495,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -32696,7 +26526,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32711,6 +26541,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32721,10 +26557,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32767,23 +26599,11 @@
},
"contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32794,8 +26614,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32874,23 +26693,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32930,7 +26737,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32945,6 +26752,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32955,10 +26768,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32994,23 +26803,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -33061,23 +26858,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33088,82 +26873,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACECOIN": {
- "coin": "SPACECOIN",
- "type": "Smart Chain",
- "name": "Spacecoin",
- "coinpaprika_id": "space-spacecoin7367",
- "coingecko_id": "",
- "livecoinwatch_id": "__________SPACE",
- "explorer_url": "https://explorer.spaceworks.co/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "SPACE",
- "fname": "Spacecoin",
- "is_privacy_coin": true,
- "rpcport": 35593,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 6,
- "requires_notarization": false,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "spacecoin.electrum1.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33206,72 +26916,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
- },
- {
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACE-AVX20_OLD": {
- "coin": "SPACE-AVX20_OLD",
- "type": "AVX-20",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -33311,10 +26964,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -33323,8 +26972,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -33348,7 +27003,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33363,6 +27018,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33373,81 +27034,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "SPACE-PLG20_OLD": {
- "coin": "SPACE-PLG20_OLD",
- "type": "Matic",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "space-space-token",
- "coingecko_id": "space-token-bsc",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-PLG20": {
"coin": "SPACE-PLG20",
"type": "Matic",
@@ -33478,23 +27069,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -33546,23 +27125,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33573,66 +27140,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SRM-PLG20": {
- "coin": "SRM-PLG20",
- "type": "Matic",
- "name": "Serum",
- "coinpaprika_id": "srm-serum",
- "coingecko_id": "serum",
- "livecoinwatch_id": "SRM",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Serum",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33675,6 +27183,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33685,10 +27199,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33729,10 +27239,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -33741,8 +27247,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -33766,7 +27278,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33781,6 +27293,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33791,10 +27309,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33837,23 +27351,11 @@
},
"contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33864,8 +27366,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33914,56 +27415,6 @@
],
"explorer_block_url": "block/"
},
- "SUSHI-MVR20": {
- "coin": "SUSHI-MVR20",
- "type": "Moonriver",
- "name": "Sushi",
- "coinpaprika_id": "sushi-sushi",
- "coingecko_id": "sushi",
- "livecoinwatch_id": "SUSHI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Sushi",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"SUSHI-PLG20": {
"coin": "SUSHI-PLG20",
"type": "Matic",
@@ -33994,23 +27445,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34049,7 +27488,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34064,6 +27503,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34074,10 +27519,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34102,7 +27543,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34117,6 +27558,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34127,10 +27574,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34168,23 +27611,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34195,8 +27626,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34234,15 +27664,19 @@
"nodes": [
{
"url": "https://rpc.smartbch.org",
- "contact": {
- "email": "contact@smartbch.org"
- }
+ "contact": [
+ {
+ "email": "contact@smartbch.org"
+ }
+ ]
},
{
"url": "https://smartbch.greyh.at",
- "contact": {
- "email": "quest@mac.com"
- }
+ "contact": [
+ {
+ "email": "quest@mac.com"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -34279,23 +27713,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34306,8 +27728,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34332,7 +27753,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34347,6 +27768,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34357,10 +27784,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34396,23 +27819,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34467,10 +27878,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -34479,8 +27886,117 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-ERC20": {
+ "coin": "SYRUP-ERC20",
+ "type": "ERC-20",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://maple.finance"
+ },
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-BASE": {
+ "coin": "SYRUP-BASE",
+ "type": "Base",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -34546,22 +28062,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"SYS-segwit": {
"coin": "SYS-segwit",
@@ -34628,22 +28131,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"TAMA-ERC20": {
"coin": "TAMA-ERC20",
@@ -34677,23 +28167,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34704,8 +28182,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34730,7 +28207,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34745,6 +28222,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34755,10 +28238,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34802,19 +28281,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -34859,11 +28334,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -34903,23 +28374,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34930,8 +28389,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34966,23 +28424,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -35033,20 +28479,7 @@
"type": "UTXO"
},
"derivation_path": "m/44'/1'",
- "electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
"explorer_block_url": "block/"
},
"TESTBTC-segwit": {
@@ -35084,20 +28517,7 @@
"type": "UTXO"
},
"derivation_path": "m/84'/1'",
- "electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
"explorer_block_url": "block/"
},
"TEL-ERC20": {
@@ -35132,23 +28552,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35159,8 +28567,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35239,23 +28646,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -35295,7 +28690,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 7,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35316,6 +28711,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35326,23 +28727,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "THC-BEP20": {
- "coin": "THC-BEP20",
- "type": "BEP-20",
- "name": "HempCoin",
- "coinpaprika_id": "thc-hempcoin",
- "coingecko_id": "hempcoin-thc",
- "livecoinwatch_id": "THC",
- "explorer_url": "https://bscscan.com/",
+ "TKL": {
+ "coin": "TKL",
+ "type": "Smart Chain",
+ "name": "Tokel",
+ "coinpaprika_id": "tkl-tokel",
+ "coingecko_id": "tokel",
+ "livecoinwatch_id": "TKL",
+ "explorer_url": "https://explorer.tokel.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -35350,43 +28747,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HempCoin",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "asset": "TOKEL",
+ "fname": "Tokel",
+ "is_privacy_coin": true,
+ "rpcport": 29405,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "electrum": [
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "1.eu.tokel.electrum.dexstats.info:11077",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"TON-ERC20": {
@@ -35421,23 +28813,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35448,8 +28828,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35474,7 +28853,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 9,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35489,6 +28868,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35499,10 +28884,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35552,59 +28933,6 @@
],
"explorer_block_url": "block.dws?"
},
- "TRX-BEP20_OLD": {
- "coin": "TRX-BEP20_OLD",
- "type": "BEP-20",
- "name": "TRON (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRX",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "TRON (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"TRX-BEP20": {
"coin": "TRX-BEP20",
"type": "BEP-20",
@@ -35624,7 +28952,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"decimals": 6,
"required_confirmations": 3,
"protocol": {
@@ -35646,6 +28974,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35656,14 +28990,165 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "TRX"
+ },
+ "TRX": {
+ "coin": "TRX",
+ "type": "TRX",
+ "name": "TRON",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "TRX",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "TRON",
+ "mm2": 1,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Mainnet"
+ }
+ },
+ "nodes": [
+ {
+ "url": "https://api.trongrid.io"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://tron-rpc.publicnode.com"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "#/block/",
+ "binance_id": "TRX"
+ },
+ "USDT-TRC20": {
+ "coin": "USDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "USDT",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRX",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
+ }
+ },
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
+ "parent_coin": "TRX",
+ "nodes": [
+ {
+ "url": "https://api.trongrid.io"
+ },
+ {
+ "url": "https://public-trx-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
+ "TRXT": {
+ "coin": "TRXT",
+ "type": "TRX",
+ "name": "TRON Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "TRON Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Nile"
+ }
+ },
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
+ "TESTUSDT-TRC20": {
+ "coin": "TESTUSDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRXT",
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf"
+ }
+ },
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
+ "parent_coin": "TRXT",
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ],
+ "explorer_block_url": "#/block/"
},
"TRYB-AVX20": {
"coin": "TRYB-AVX20",
@@ -35695,8 +29180,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -35708,10 +29191,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -35720,8 +29199,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -35766,11 +29251,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -35797,7 +29278,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35812,6 +29293,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35822,10 +29309,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35861,23 +29344,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -35928,23 +29399,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35955,8 +29414,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35981,7 +29439,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35996,6 +29454,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -36006,10 +29470,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36051,23 +29511,11 @@
},
"contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36078,8 +29526,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36119,10 +29566,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -36131,8 +29574,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -36216,10 +29665,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -36259,7 +29704,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36274,6 +29719,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -36284,10 +29735,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36329,23 +29776,11 @@
},
"contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36356,8 +29791,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36397,10 +29831,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -36420,54 +29850,6 @@
],
"explorer_block_url": "block/"
},
- "UIS-OLD": {
- "coin": "UIS-OLD",
- "type": "UTXO",
- "name": "Unitus (OLD)",
- "coinpaprika_id": "uis-unitus",
- "coingecko_id": "unitus",
- "livecoinwatch_id": "UIS",
- "explorer_url": "https://explorer.unitus.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Unitus Signed Message:\n",
- "fname": "Unitus (OLD)",
- "rpcport": 50604,
- "pubtype": 68,
- "p2shtype": 10,
- "wiftype": 132,
- "txfee": 2000000,
- "dust": 6000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/723'",
- "links": {
- "github": "https://github.com/unitusdev/unitus",
- "homepage": "https://unituscurrency.com"
- },
- "electrum": [
- {
- "url": "failover.trc-uis.ewmcx.biz:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- }
- ],
- "explorer_block_url": "block/"
- },
"UIS": {
"coin": "UIS",
"type": "UTXO",
@@ -36506,7 +29888,11 @@
},
"electrum": [
{
- "url": "uis-ex-one.ewmci.online:50002",
+ "url": "failover.trc-uis.ewmcx.biz:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50002",
"protocol": "SSL"
}
],
@@ -36547,10 +29933,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -36559,8 +29941,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -36597,23 +29985,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36624,8 +30000,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36665,10 +30040,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -36723,10 +30094,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -36735,8 +30102,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -36777,23 +30150,11 @@
},
"contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36804,8 +30165,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36829,7 +30189,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36844,6 +30204,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -36854,10 +30220,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36937,23 +30299,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37063,19 +30413,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -37120,11 +30466,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -37167,10 +30509,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -37179,61 +30517,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDC-AVX20_OLD": {
- "coin": "USDC-AVX20_OLD",
- "type": "AVX-20",
- "name": "USD Coin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "USD Coin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -37274,23 +30565,11 @@
},
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37301,8 +30580,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37326,7 +30604,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37347,6 +30625,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37357,10 +30641,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37410,52 +30690,51 @@
],
"explorer_block_url": "block/"
},
- "USDC-MVR20": {
- "coin": "USDC-MVR20",
- "type": "Moonriver",
+ "USDC-GNO": {
+ "coin": "USDC-GNO",
+ "type": "Gnosis",
"name": "USD Coin",
"coinpaprika_id": "usdc-usd-coin",
"coingecko_id": "usd-coin",
"livecoinwatch_id": "USDC",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "USD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 100,
"decimals": 6,
- "required_confirmations": 6,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
+ "platform": "XDAI",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -37490,23 +30769,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37561,10 +30834,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37604,7 +30873,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37619,6 +30888,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37629,10 +30904,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37670,23 +30941,66 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "USDP-ERC20": {
+ "coin": "USDP-ERC20",
+ "type": "ERC-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pax Dollar",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.paxos.com/usdp"
+ },
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37697,60 +31011,65 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "USDT-MVR20": {
- "coin": "USDT-MVR20",
- "type": "Moonriver",
- "name": "Tether",
- "coinpaprika_id": "usdt-tether",
- "coingecko_id": "tether",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "USDP-BEP20": {
+ "coin": "USDP-BEP20",
+ "type": "BEP-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether",
+ "wallet_only": false,
+ "fname": "Pax Dollar",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 6,
- "required_confirmations": 6,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C"
+ "platform": "BNB",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"USDT-KRC20": {
@@ -37827,23 +31146,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37901,19 +31214,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -37948,8 +31257,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -37961,10 +31268,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -37973,61 +31276,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDT-AVX20_OLD": {
- "coin": "USDT-AVX20_OLD",
- "type": "AVX-20",
- "name": "Tether (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -38051,7 +31307,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38072,6 +31328,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38082,10 +31344,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38105,7 +31363,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "Tether",
"rpcport": 80,
"mm2": 1,
@@ -38126,23 +31384,11 @@
},
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38153,8 +31399,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38197,6 +31442,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38207,10 +31458,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38273,18 +31520,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "varrr.electrum3.cipig.net:20009",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -38346,18 +31581,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "vdex.electrum3.cipig.net:20010",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -38453,7 +31676,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38474,6 +31697,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38484,10 +31713,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38524,23 +31749,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38551,8 +31764,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38589,23 +31801,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38616,20 +31816,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "VGX-PLG20": {
- "coin": "VGX-PLG20",
- "type": "Matic",
- "name": "Voyager",
- "coinpaprika_id": "ethos-ethos",
- "coingecko_id": "ethos",
- "livecoinwatch_id": "VGX",
- "explorer_url": "https://polygonscan.com/",
+ "VIRTUAL-ERC20": {
+ "coin": "VIRTUAL-ERC20",
+ "type": "ERC-20",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38637,57 +31836,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Voyager",
+ "fname": "Virtuals Protocol",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf"
+ "platform": "ETH",
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://www.virtuals.io"
+ },
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "VIA": {
- "coin": "VIA",
- "type": "UTXO",
- "name": "Viacoin",
- "coinpaprika_id": "via-viacoin",
- "coingecko_id": "viacoin",
- "livecoinwatch_id": "VIA",
- "explorer_url": "https://explorer.viacoin.org/",
+ "VIRTUAL-BASE": {
+ "coin": "VIRTUAL-BASE",
+ "type": "Base",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38695,99 +31891,35 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Viacoin Signed Message:\n",
- "fname": "Viacoin",
- "rpcport": 5222,
- "pubtype": 71,
- "p2shtype": 33,
- "wiftype": 199,
- "txfee": 100000,
- "dust": 54600,
- "required_confirmations": 7,
- "mature_confirmations": 3600,
- "avg_blocktime": 24,
- "segwit": true,
- "bech32_hrp": "via",
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
- },
- "electrum": [
- {
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
}
- ],
- "explorer_block_url": "block/"
- },
- "VIA-segwit": {
- "coin": "VIA-segwit",
- "type": "UTXO",
- "name": "Viacoin",
- "coinpaprika_id": "via-viacoin",
- "coingecko_id": "viacoin",
- "livecoinwatch_id": "VIA",
- "explorer_url": "https://explorer.viacoin.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Viacoin Signed Message:\n",
- "fname": "Viacoin",
- "rpcport": 5222,
- "pubtype": 71,
- "p2shtype": 33,
- "wiftype": 199,
- "txfee": 100000,
- "dust": 54600,
- "required_confirmations": 7,
- "mature_confirmations": 3600,
- "avg_blocktime": 24,
- "segwit": true,
- "bech32_hrp": "via",
- "address_format": {
- "format": "segwit"
},
- "orderbook_ticker": "VIA",
- "mm2": 1,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
- },
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -38811,7 +31943,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38832,6 +31964,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38842,10 +31980,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39040,6 +32174,57 @@
],
"explorer_block_url": "block.dws?"
},
+ "VVV-BASE": {
+ "coin": "VVV-BASE",
+ "type": "Base",
+ "name": "Venice Token",
+ "coinpaprika_id": "vvv-venice-token",
+ "coingecko_id": "venice-token",
+ "livecoinwatch_id": "_VVV",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Venice Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://venice.ai"
+ },
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"WAVES-BEP20": {
"coin": "WAVES-BEP20",
"type": "BEP-20",
@@ -39060,7 +32245,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39075,6 +32260,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39085,13 +32276,60 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "WBTC-ARB20": {
+ "coin": "WBTC-ARB20",
+ "type": "Arbitrum",
+ "name": "Wrapped Bitcoin",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
+ "coingecko_id": "wrapped-bitcoin",
+ "livecoinwatch_id": "WBTC",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Wrapped Bitcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 8,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"WBTC-ERC20": {
@@ -39131,23 +32369,11 @@
},
"contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39158,8 +32384,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39168,7 +32393,7 @@
"coin": "WBTC-PLG20",
"type": "Matic",
"name": "Wrapped Bitcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
"coingecko_id": "wrapped-bitcoin",
"livecoinwatch_id": "WBTC",
"explorer_url": "https://polygonscan.com/",
@@ -39194,23 +32419,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39262,23 +32475,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39289,8 +32490,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39327,23 +32527,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39354,8 +32542,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39398,19 +32585,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -39450,10 +32633,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -39462,8 +32641,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -39488,7 +32673,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39503,6 +32688,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39513,10 +32704,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39552,23 +32739,176 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-ERC20": {
+ "coin": "XAUT-ERC20",
+ "type": "ERC-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://gold.tether.to"
+ },
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-BEP20": {
+ "coin": "XAUT-BEP20",
+ "type": "BEP-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XAUT-PLG20": {
+ "coin": "XAUT-PLG20",
+ "type": "Matic",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 6,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39588,6 +32928,112 @@
],
"explorer_block_url": "block/"
},
+ "XAUT-AVX20": {
+ "coin": "XAUT-AVX20",
+ "type": "AVX-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://api.avax.network/ext/bc/C/rpc"
+ },
+ {
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-ARB20": {
+ "coin": "XAUT-ARB20",
+ "type": "Arbitrum",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 6,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"XCN-ERC20": {
"coin": "XCN-ERC20",
"type": "ERC-20",
@@ -39620,23 +33066,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39647,8 +33081,55 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XCN-BASE": {
+ "coin": "XCN-BASE",
+ "type": "Base",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -39657,7 +33138,7 @@
"coin": "XCN-BEP20",
"type": "BEP-20",
"name": "Onyxcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "xcn-chain",
"coingecko_id": "chain-2",
"livecoinwatch_id": "XCN",
"explorer_url": "https://bscscan.com/",
@@ -39673,7 +33154,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39688,6 +33169,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39698,13 +33185,59 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XDAI": {
+ "coin": "XDAI",
+ "type": "Gnosis",
+ "name": "XDAI",
+ "coinpaprika_id": "dpos-xdai",
+ "coingecko_id": "xdai",
+ "livecoinwatch_id": "XDAI",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "XDAI",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 5,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 100
+ }
+ },
+ "links": {
+ "homepage": "https://www.gnosis.io"
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"XEP-segwit": {
@@ -39796,7 +33329,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39811,6 +33344,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39821,10 +33360,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39862,23 +33397,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39889,8 +33412,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39899,7 +33421,7 @@
"coin": "XIDR-PLG20",
"type": "Matic",
"name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
"coingecko_id": "straitsx-indonesia-rupiah",
"livecoinwatch_id": "XIDR",
"explorer_url": "https://polygonscan.com/",
@@ -39925,23 +33447,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39980,7 +33490,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40001,6 +33511,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40011,10 +33527,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40052,15 +33564,6 @@
},
"derivation_path": "m/44'/90'",
"electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
@@ -40109,15 +33612,6 @@
},
"derivation_path": "m/84'/90'",
"electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
@@ -40166,18 +33660,6 @@
"homepage": "https://neurai.org"
},
"electrum": [
- {
- "url": "electrumx-dex-01.neuraiexplorer.com:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
- },
{
"url": "electrumx-dex-02.neuraiexplorer.com:50001",
"protocol": "SSL",
@@ -40239,7 +33721,12 @@
"github": "https://github.com/primecoin/primecoin",
"homepage": "https://primecoin.io"
},
- "electrum": [],
+ "electrum": [
+ {
+ "url": "electrumx.xpm.systems:50002",
+ "protocol": "SSL"
+ }
+ ],
"explorer_block_url": "block/"
},
"XRG": {
@@ -40282,18 +33769,6 @@
"homepage": "https://ergon.moe"
},
"electrum": [
- {
- "url": "fulcrum.ergon.network:52138",
- "protocol": "SSL",
- "contact": [
- {
- "email": "licho@ergon.moe"
- },
- {
- "telegram": "licho92karol"
- }
- ]
- },
{
"url": "la.ask.systems:52138",
"protocol": "SSL",
@@ -40330,7 +33805,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40351,6 +33826,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40361,10 +33842,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40402,23 +33879,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40429,8 +33894,110 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-AVX20": {
+ "coin": "XSGD-AVX20",
+ "type": "AVX-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://api.avax.network/ext/bc/C/rpc"
+ },
+ {
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-BASE": {
+ "coin": "XSGD-BASE",
+ "type": "Base",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -40438,7 +34005,7 @@
"XSGD-ERC20": {
"coin": "XSGD-ERC20",
"type": "ERC-20",
- "name": "StraitsX Singapore Dollar",
+ "name": "StraitsX SGD",
"coinpaprika_id": "xsgd-xsgd",
"coingecko_id": "xsgd",
"livecoinwatch_id": "XSGD",
@@ -40450,7 +34017,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -40472,23 +34039,11 @@
},
"contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40499,8 +34054,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40508,7 +34062,7 @@
"XSGD-PLG20": {
"coin": "XSGD-PLG20",
"type": "Matic",
- "name": "StraitsX Singapore Dollar",
+ "name": "StraitsX SGD",
"coinpaprika_id": "xsgd-xsgd",
"coingecko_id": "xsgd",
"livecoinwatch_id": "XSGD",
@@ -40520,7 +34074,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -40535,23 +34089,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -40590,7 +34132,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40611,6 +34153,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40621,10 +34169,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40705,7 +34249,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40720,6 +34264,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40730,10 +34280,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40803,18 +34349,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -40886,7 +34420,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40907,6 +34441,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40917,10 +34457,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40961,10 +34497,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -40973,8 +34505,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -40998,7 +34536,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41019,6 +34557,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41029,10 +34573,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41075,23 +34615,11 @@
},
"contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41102,8 +34630,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41182,23 +34709,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -41237,7 +34752,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41252,6 +34767,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41262,10 +34783,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41308,23 +34825,11 @@
},
"contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41335,181 +34840,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "ZEC": {
- "coin": "ZEC",
- "type": "UTXO",
- "name": "Zcash",
- "coinpaprika_id": "zec-zcash",
- "coingecko_id": "zcash",
- "livecoinwatch_id": "ZEC",
- "explorer_url": "https://blockchair.com/zcash/",
- "explorer_tx_url": "transaction/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zcash Signed Message:\n",
- "fname": "Zcash",
- "is_privacy_coin": true,
- "rpcport": 8232,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "segwit": true,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x4dec4df0",
- "txfee": 100000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 75,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/133'",
- "trezor_coin": "Zcash",
- "links": {
- "github": "https://github.com/zcash/zcash",
- "homepage": "https://z.cash"
- },
- "electrum": [
- {
- "url": "zec.electrum1.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zec.electrum2.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zec.electrum3.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "binance_id": "ZEC"
- },
- "ZER": {
- "coin": "ZER",
- "type": "UTXO",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://insight.zerocurrency.io/insight/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zero Signed Message:\n",
- "fname": "Zero",
- "is_privacy_coin": true,
- "rpcport": 23811,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x7361707a",
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 120,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/323'",
- "links": {
- "github": "https://github.com/zerocurrencycoin/Zero",
- "homepage": "https://zero.directory"
- },
- "electrum": [
- {
- "url": "zer.electrum1.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zer.electrum2.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zer.electrum3.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "ZER-BEP20": {
- "coin": "ZER-BEP20",
- "type": "BEP-20",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://bscscan.com/",
+ "ZAMA-ERC20": {
+ "coin": "ZAMA-ERC20",
+ "type": "ERC-20",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41517,110 +34860,53 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zero",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
+ "platform": "ETH",
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://www.zama.org"
+ },
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZET": {
- "coin": "ZET",
- "type": "UTXO",
- "name": "Zetacoin",
- "coinpaprika_id": "zet-zetacoin",
- "coingecko_id": "zetacoin",
- "livecoinwatch_id": "ZET",
- "explorer_url": "https://chainz.cryptoid.info/zet/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zetacoin Signed Message:\n",
- "fname": "Zetacoin",
- "isPoS": 1,
- "rpcport": 22014,
- "pubtype": 20,
- "p2shtype": 85,
- "wiftype": 153,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "mature_confirmations": 500,
- "required_confirmations": 7,
- "avg_blocktime": 45,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/719'",
- "links": {
- "github": "https://github.com/WikiMin3R/ZetacoinE",
- "homepage": "https://zetacoin.io"
- },
- "electrum": [
- {
- "url": "zet-ex-four.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "zet-ex-three.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "ZIL-BEP20": {
- "coin": "ZIL-BEP20",
+ "ZAMA-BEP20": {
+ "coin": "ZAMA-BEP20",
"type": "BEP-20",
- "name": "Zilliqa",
- "coinpaprika_id": "zil-zilliqa",
- "coingecko_id": "zilliqa",
- "livecoinwatch_id": "ZIL",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -41629,31 +34915,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zilliqa",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41664,22 +34951,69 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-ARB20": {
+ "coin": "ZCHF-ARB20",
+ "type": "Arbitrum",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZRX-AVX20": {
- "coin": "ZRX-AVX20",
+ "ZCHF-AVX20": {
+ "coin": "ZCHF-AVX20",
"type": "AVX-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
"explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -41688,30 +35022,26 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
"decimals": 18,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "AVAX",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
"parent_coin": "AVAX",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -41720,19 +35050,73 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ZRX-ERC20": {
- "coin": "ZRX-ERC20",
+ "ZCHF-BASE": {
+ "coin": "ZCHF-BASE",
+ "type": "Base",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-ERC20": {
+ "coin": "ZCHF-ERC20",
"type": "ERC-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -41741,7 +35125,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -41752,34 +35136,20 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "0x Project",
"links": {
- "github": "https://github.com/0xProject",
- "homepage": "https://0xproject.com"
+ "homepage": "https://www.frankencoin.com"
},
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41790,19 +35160,67 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-GNO": {
+ "coin": "ZCHF-GNO",
+ "type": "Gnosis",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "ZRX-PLG20": {
- "coin": "ZRX-PLG20",
+ "ZCHF-PLG20": {
+ "coin": "ZCHF-PLG20",
"type": "Matic",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -41811,7 +35229,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -41822,19 +35240,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -41854,62 +35268,50 @@
],
"explorer_block_url": "block/"
},
- "INK-QRC20": {
- "coin": "INK-QRC20",
- "type": "QRC-20",
- "name": "INK",
- "coinpaprika_id": "ink-ink",
- "coingecko_id": "ink",
- "livecoinwatch_id": "INK",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
+ "ZEC": {
+ "coin": "ZEC",
+ "type": "UTXO",
+ "name": "Zcash",
+ "coinpaprika_id": "zec-zcash",
+ "coingecko_id": "zcash",
+ "livecoinwatch_id": "ZEC",
+ "explorer_url": "https://blockchair.com/zcash/",
+ "explorer_tx_url": "transaction/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "INK",
- "rpcport": 3889,
+ "sign_message_prefix": "Zcash Signed Message:\n",
+ "fname": "Zcash",
+ "is_privacy_coin": true,
+ "rpcport": 8232,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "segwit": true,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x37a5165b",
+ "txfee": 100000,
"mm2": 1,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "avg_blocktime": 75,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/133'",
+ "trezor_coin": "Zcash",
+ "links": {
+ "github": "https://github.com/zcash/zcash",
+ "homepage": "https://z.cash"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "zec.electrum1.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -41921,7 +35323,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:20050",
+ "url": "zec.electrum2.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -41933,16 +35335,17 @@
]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "ZEC"
},
- "FLUX": {
- "coin": "FLUX",
+ "ZER": {
+ "coin": "ZER",
"type": "UTXO",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://explorer.runonflux.io/",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://insight.zerocurrency.io/insight/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41950,10 +35353,10 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zelcash Signed Message:\n",
- "fname": "Flux",
+ "sign_message_prefix": "Zero Signed Message:\n",
+ "fname": "Zero",
"is_privacy_coin": true,
- "rpcport": 16124,
+ "rpcport": 23811,
"taddr": 28,
"pubtype": 184,
"p2shtype": 189,
@@ -41961,31 +35364,55 @@
"txversion": 4,
"overwintered": 1,
"version_group_id": "0x892f2085",
- "consensus_branch_id": "0x76b809bb",
- "txfee": 10000,
+ "consensus_branch_id": "0x7361707a",
+ "txfee": 1000,
"mm2": 1,
- "required_confirmations": 2,
+ "required_confirmations": 4,
"avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/19167'",
+ "derivation_path": "m/44'/323'",
"links": {
- "github": "https://github.com/RunOnFlux/fluxd",
- "homepage": "https://www.runonflux.io"
+ "github": "https://github.com/zerocurrencycoin/Zero",
+ "homepage": "https://zero.directory"
},
- "electrum": [],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "electrum": [
+ {
+ "url": "zer.electrum1.cipig.net:20065",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ {
+ "url": "zer.electrum2.cipig.net:20065",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
},
- "FLUX-ERC20": {
- "coin": "FLUX-ERC20",
- "type": "ERC-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://etherscan.io/",
+ "ZER-BEP20": {
+ "coin": "ZER-BEP20",
+ "type": "BEP-20",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41993,64 +35420,93 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Zero",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ "platform": "BNB",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
},
- "FLUX-BEP20": {
- "coin": "FLUX-BEP20",
+ "ZET": {
+ "coin": "ZET",
+ "type": "UTXO",
+ "name": "Zetacoin",
+ "coinpaprika_id": "zet-zetacoin",
+ "coingecko_id": "zetacoin",
+ "livecoinwatch_id": "ZET",
+ "explorer_url": "https://chainz.cryptoid.info/zet/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zetacoin Signed Message:\n",
+ "fname": "Zetacoin",
+ "isPoS": 1,
+ "rpcport": 22014,
+ "pubtype": 20,
+ "p2shtype": 85,
+ "wiftype": 153,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "mature_confirmations": 500,
+ "required_confirmations": 7,
+ "avg_blocktime": 45,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/719'",
+ "links": {
+ "github": "https://github.com/WikiMin3R/ZetacoinE",
+ "homepage": "https://zetacoin.io"
+ },
+ "electrum": [],
+ "explorer_block_url": "block.dws?"
+ },
+ "ZIL-BEP20": {
+ "coin": "ZIL-BEP20",
"type": "BEP-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
+ "name": "Zilliqa",
+ "coinpaprika_id": "zil-zilliqa",
+ "coingecko_id": "zilliqa",
+ "livecoinwatch_id": "ZIL",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -42059,18 +35515,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Zilliqa",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
}
},
"derivation_path": "m/44'/60'",
@@ -42080,120 +35535,40 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
- },
- "HPY-QRC20": {
- "coin": "HPY-QRC20",
- "type": "QRC-20",
- "name": "HyperPay",
- "coinpaprika_id": "hpy-hyper-pay",
- "coingecko_id": "hyper-pay",
- "livecoinwatch_id": "HPY",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "HyperPay",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "HLC-QRC20": {
- "coin": "HLC-QRC20",
- "type": "QRC-20",
- "name": "HalalChain",
- "coinpaprika_id": "hlc-halalchain",
- "coingecko_id": "halalchain",
- "livecoinwatch_id": "HLC",
- "explorer_url": "https://qtum.info/",
+ "ZRX-AVX20": {
+ "coin": "ZRX-AVX20",
+ "type": "AVX-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -42201,80 +35576,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HalalChain",
- "rpcport": 3889,
+ "fname": "0x",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 43114,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "avg_blocktime": 2.4,
+ "decimals": 18,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9"
+ "platform": "AVAX",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "MED-QRC20": {
- "coin": "MED-QRC20",
- "type": "QRC-20",
- "name": "Medibloc",
- "coinpaprika_id": "med-medibloc-qrc20",
- "coingecko_id": "medibloc",
- "livecoinwatch_id": "MED",
- "explorer_url": "https://qtum.info/",
+ "ZRX-ERC20": {
+ "coin": "ZRX-ERC20",
+ "type": "ERC-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -42282,79 +35631,55 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Medibloc",
- "rpcport": 3889,
+ "fname": "0x",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae"
+ "platform": "ETH",
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "0x Project",
+ "links": {
+ "github": "https://github.com/0xProject",
+ "homepage": "https://0xproject.com"
+ },
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "LSTR-QRC20": {
- "coin": "LSTR-QRC20",
+ "INK-QRC20": {
+ "coin": "INK-QRC20",
"type": "QRC-20",
- "name": "Luna Stars",
- "coinpaprika_id": "lstr-luna-stars",
- "coingecko_id": "meetluna",
- "livecoinwatch_id": "",
+ "name": "INK",
+ "coinpaprika_id": "ink-ink",
+ "coingecko_id": "ink",
+ "livecoinwatch_id": "INK",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -42363,7 +35688,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Luna Stars",
+ "fname": "INK",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -42376,16 +35701,16 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420"
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
}
},
"pubtype": 58,
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
- "decimals": 8,
+ "decimals": 9,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420",
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -42413,30 +35738,18 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
},
- "QBT-QRC20": {
- "coin": "QBT-QRC20",
- "type": "QRC-20",
- "name": "Qbao",
- "coinpaprika_id": "qbt-qbao",
- "coingecko_id": "qbao",
- "livecoinwatch_id": "QBT",
- "explorer_url": "https://qtum.info/",
+ "FLUX": {
+ "coin": "FLUX",
+ "type": "UTXO",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://explorer.runonflux.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -42444,80 +35757,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Qbao",
- "rpcport": 3889,
+ "sign_message_prefix": "Zelcash Signed Message:\n",
+ "fname": "Flux",
+ "is_privacy_coin": true,
+ "rpcport": 16124,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x76b809bb",
+ "txfee": 10000,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "required_confirmations": 2,
+ "avg_blocktime": 120,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5"
- }
+ "type": "UTXO"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
+ "derivation_path": "m/44'/19167'",
+ "links": {
+ "github": "https://github.com/RunOnFlux/fluxd",
+ "homepage": "https://www.runonflux.io"
+ },
+ "electrum": [],
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "TSL-QRC20": {
- "coin": "TSL-QRC20",
- "type": "QRC-20",
- "name": "Energo TSL",
- "coinpaprika_id": "tsl-energo",
- "coingecko_id": "energo",
- "livecoinwatch_id": "TSL",
- "explorer_url": "https://qtum.info/",
+ "FLUX-ERC20": {
+ "coin": "FLUX-ERC20",
+ "type": "ERC-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -42525,80 +35800,52 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Energo TSL",
- "rpcport": 3889,
+ "fname": "Flux",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 8,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c"
+ "platform": "ETH",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 18,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "OC-QRC20": {
- "coin": "OC-QRC20",
- "type": "QRC-20",
- "name": "OceanChain",
- "coinpaprika_id": "oc-oceanchain",
- "coingecko_id": "oceanchain",
- "livecoinwatch_id": "OC",
- "explorer_url": "https://qtum.info/",
+ "FLUX-BEP20": {
+ "coin": "FLUX-BEP20",
+ "type": "BEP-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -42606,79 +35853,61 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OceanChain",
- "rpcport": 3889,
+ "fname": "Flux",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9"
+ "platform": "BNB",
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "PUT-QRC20": {
- "coin": "PUT-QRC20",
+ "HPY-QRC20": {
+ "coin": "HPY-QRC20",
"type": "QRC-20",
- "name": "Profile Utility Token",
- "coinpaprika_id": "put-profile-utility-token",
- "coingecko_id": "profile-utility-token",
- "livecoinwatch_id": "",
+ "name": "HyperPay",
+ "coinpaprika_id": "hpy-hyper-pay",
+ "coingecko_id": "hyper-pay",
+ "livecoinwatch_id": "HPY",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -42687,7 +35916,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Profile Utility Token",
+ "fname": "HyperPay",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -42700,7 +35929,7 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95"
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
}
},
"pubtype": 58,
@@ -42709,7 +35938,7 @@
"segwit": false,
"decimals": 8,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95",
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -42737,18 +35966,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -42790,23 +36007,11 @@
},
"contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42817,8 +36022,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42859,23 +36063,11 @@
},
"contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42886,8 +36078,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42929,23 +36120,11 @@
},
"contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42956,8 +36135,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42999,23 +36177,11 @@
},
"contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43026,8 +36192,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43064,23 +36229,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43091,8 +36244,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43129,23 +36281,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43156,8 +36296,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43198,88 +36337,11 @@
},
"contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "DX-ERC20": {
- "coin": "DX-ERC20",
- "type": "ERC-20",
- "name": "DxChain",
- "coinpaprika_id": "dx-dxchain-token",
- "coingecko_id": "dxchain",
- "livecoinwatch_id": "DX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "DxChain",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43290,8 +36352,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43333,23 +36394,11 @@
},
"contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43360,8 +36409,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43402,23 +36450,11 @@
},
"contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43429,8 +36465,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43472,23 +36507,11 @@
},
"contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43499,8 +36522,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43537,23 +36559,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43564,8 +36574,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43606,23 +36615,11 @@
},
"contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43633,8 +36630,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43676,23 +36672,11 @@
},
"contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43703,8 +36687,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43741,23 +36724,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43768,8 +36739,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43806,23 +36776,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43833,8 +36791,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43875,23 +36832,11 @@
},
"contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43902,8 +36847,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43940,23 +36884,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43967,8 +36899,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44005,23 +36936,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44032,8 +36951,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44058,7 +36976,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44073,6 +36991,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44083,10 +37007,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44124,23 +37044,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44151,8 +37059,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44177,7 +37084,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44192,6 +37099,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44202,10 +37115,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44469,112 +37378,6 @@
"explorer_block_url": "block/",
"binance_id": "XEC"
},
- "SIBM-BEP20": {
- "coin": "SIBM-BEP20",
- "type": "BEP-20",
- "name": "SibMining",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "SibMining",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZINU-BEP20": {
- "coin": "ZINU-BEP20",
- "type": "BEP-20",
- "name": "Zombie Inu",
- "coinpaprika_id": "zombie-inu",
- "coingecko_id": "zinu-zombie-inu",
- "livecoinwatch_id": "ZINU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Zombie Inu",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"RUNES": {
"coin": "RUNES",
"type": "UTXO",
@@ -44625,66 +37428,6 @@
"discord": "Bago#7842"
}
]
- },
- {
- "url": "electrum3.runebase.io:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "ACTN": {
- "coin": "ACTN",
- "type": "Smart Chain",
- "name": "Action Coin",
- "coinpaprika_id": "actn-action-coin",
- "coingecko_id": "action-coin",
- "livecoinwatch_id": "ACTN",
- "explorer_url": "https://exp.actioncoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ACTN",
- "fname": "Action Coin",
- "is_privacy_coin": true,
- "rpcport": 51677,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrumx2.actioncoin.com:30001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -44708,7 +37451,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44723,6 +37466,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44733,10 +37482,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44819,9 +37564,6 @@
},
"derivation_path": "m/44'/118'",
"rpc_urls": [
- {
- "url": "https://iris-rpc.publicnode.com"
- },
{
"url": "https://rpc.cosmos.directory/irisnet"
},
@@ -44851,7 +37593,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44866,6 +37608,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44876,10 +37624,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -45100,11 +37844,78 @@
],
"explorer_block_url": "block/"
},
+ "NITO": {
+ "coin": "NITO",
+ "type": "UTXO",
+ "name": "NITO",
+ "coinpaprika_id": "nito-nito-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_NITO",
+ "explorer_url": "https://explorer.nito.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"NITO-segwit": {
"coin": "NITO-segwit",
"type": "UTXO",
"name": "NITO",
- "coinpaprika_id": "",
+ "coinpaprika_id": "nito-nito-coin",
"coingecko_id": "",
"livecoinwatch_id": "_NITO",
"explorer_url": "https://explorer.nito.network/",
@@ -45114,22 +37925,24 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"sign_message_prefix": "Nito Signed Message:\n",
"fname": "NITO",
"rpcport": 8825,
"pubtype": 0,
"p2shtype": 5,
"wiftype": 128,
- "txfee": 10000,
"segwit": true,
"bech32_hrp": "nito",
"address_format": {
"format": "segwit"
},
"orderbook_ticker": "NITO",
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
"required_confirmations": 3,
+ "mature_confirmations": 101,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -45139,7 +37952,34 @@
"github": "https://github.com/NitoNetwork/Nito-core",
"homepage": "https://nito.network"
},
- "electrum": [],
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
"explorer_block_url": "block/"
},
"EVR": {
@@ -45297,7 +38137,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -45312,6 +38152,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -45322,10 +38168,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -45338,9 +38180,9 @@
"coinpaprika_id": "mewc-meowcoin",
"coingecko_id": "meowcoin",
"livecoinwatch_id": "MEWC",
- "explorer_url": "https://mewc.cryptoscope.io/",
- "explorer_tx_url": "tx/?txid=",
- "explorer_address_url": "address/?address=",
+ "explorer_url": "https://explorer.mewccrypto.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
@@ -45369,7 +38211,7 @@
},
"electrum": [
{
- "url": "electrum.mewccrypto.com:50002",
+ "url": "electrs.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -45378,7 +38220,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50002",
+ "url": "electrs2.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -45387,52 +38229,34 @@
]
},
{
- "url": "meowelectrum.xyz:50002",
+ "url": "electrs3.meowcoin.org:50002",
"protocol": "SSL",
"contact": [
{
"discord": "Meowmancer#2099"
}
]
- }
- ],
- "explorer_block_url": "block/"
- },
- "IRISTEST": {
- "coin": "IRISTEST",
- "type": "TENDERMINT",
- "name": "Iris Test",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://nyancat.iobscan.io/",
- "explorer_tx_url": "#/txs/",
- "explorer_address_url": "#/address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "avg_blocktime": 7,
- "fname": "Iris Test",
- "mm2": 1,
- "protocol": {
- "type": "TENDERMINT",
- "protocol_data": {
- "decimals": 6,
- "denom": "unyan",
- "account_prefix": "iaa",
- "chain_id": "nyancat-9",
- "gas_price": 0.5
- }
- },
- "derivation_path": "m/44'/118'",
- "rpc_urls": [
+ },
{
- "url": "http://34.80.202.172:26657"
+ "url": "electrs4.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
}
],
- "explorer_block_url": "#/blocks/"
+ "explorer_block_url": "block/"
},
"IRISTEST-IBC_NUCLEUSTEST": {
"coin": "IRISTEST-IBC_NUCLEUSTEST",
@@ -45613,23 +38437,11 @@
},
"derivation_path": "m/44'/60'",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45640,8 +38452,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45682,10 +38493,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -45694,8 +38501,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -45716,7 +38529,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -45736,6 +38549,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -45746,10 +38565,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -45791,10 +38606,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -45882,5 +38693,166 @@
}
],
"explorer_block_url": "block/"
+ },
+ "JUMP": {
+ "coin": "JUMP",
+ "type": "UTXO",
+ "name": "Jumpcoin",
+ "coinpaprika_id": "jump-jumpcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_JUMP",
+ "explorer_url": "https://explorer.jumpcoin.net/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Jumpcoin Signed Message:\n",
+ "fname": "Jumpcoin",
+ "isPoS": 1,
+ "rpcport": 31240,
+ "pubtype": 43,
+ "p2shtype": 122,
+ "wiftype": 171,
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "mature_confirmations": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/278'",
+ "links": {
+ "homepage": "https://jumpcoin.net",
+ "explorer": "https://explorer.jumpcoin.net",
+ "github": "https://github.com/jumpcoin"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.jumpcoin.net:50002",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "CAT": {
+ "coin": "CAT",
+ "type": "UTXO",
+ "name": "Catcoin",
+ "coinpaprika_id": "cat-catcoin",
+ "coingecko_id": "catcoin",
+ "livecoinwatch_id": "________________________CAT",
+ "explorer_url": "https://chainz.cryptoid.info/cat/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Catcoin Signed Message:\n",
+ "fname": "Catcoin",
+ "isPoS": 0,
+ "rpcport": 9332,
+ "pubtype": 21,
+ "p2shtype": 88,
+ "wiftype": 149,
+ "txfee": 1000000,
+ "dust": 5431,
+ "segwit": false,
+ "mm2": 1,
+ "decimals": 8,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/760'",
+ "links": {
+ "homepage": "https://catcoin.org",
+ "explorer": "https://chainz.cryptoid.info/cat/",
+ "github": "https://github.com/CatcoinCore"
+ },
+ "electrum": [
+ {
+ "url": "cat-electrum2.tbtechvn.com:51001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "FIVETRAT": {
+ "coin": "FIVETRAT",
+ "type": "UTXO",
+ "name": "5TRAT Coin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer1.5trat.net/explorer/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "5TRAT Coin",
+ "rpcport": 57576,
+ "pubtype": 125,
+ "p2shtype": 80,
+ "wiftype": 181,
+ "txfee": 1000,
+ "dust": 1000,
+ "decimals": 8,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "5trat"
+ },
+ "mm2": 1,
+ "required_confirmations": 2,
+ "mature_confirmations": 100,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/5755'",
+ "links": {
+ "github": "https://github.com/WillItMod/5trat-core",
+ "homepage": "https://5trat.com"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
}
}
\ No newline at end of file
diff --git a/utils/coins_config_tcp.json b/utils/coins_config_tcp.json
index 8ac522e9b7..97704e5689 100644
--- a/utils/coins_config_tcp.json
+++ b/utils/coins_config_tcp.json
@@ -92,128 +92,26 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNF-PLG20": {
- "coin": "ILNF-PLG20",
- "type": "Matic",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ILNF-BEP20": {
- "coin": "ILNF-BEP20",
- "type": "BEP-20",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"1INCH-BEP20": {
"coin": "1INCH-BEP20",
"type": "BEP-20",
@@ -233,7 +131,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -254,6 +152,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -264,10 +168,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -305,23 +205,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x111111111117dC0aa78b770fA6A738034120C302",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -330,67 +218,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "GNEISS-ERC20": {
- "coin": "GNEISS-ERC20",
- "type": "ERC-20",
- "name": "GNEISS",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "GNEISS",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -469,14 +299,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -501,14 +323,14 @@
],
"explorer_block_url": "block/"
},
- "PGX-PLG20": {
- "coin": "PGX-PLG20",
- "type": "Matic",
- "name": "Pegaxy Stone",
+ "A29-GRC20": {
+ "coin": "A29-GRC20",
+ "type": "GRC-20",
+ "name": "A29",
"coinpaprika_id": "",
- "coingecko_id": "pegaxy-stone",
- "livecoinwatch_id": "PGX",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -516,49 +338,29 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Pegaxy Stone",
+ "fname": "A29",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ "platform": "GLEEC",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -598,16 +400,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -631,7 +439,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -652,6 +460,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -662,10 +476,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -708,23 +518,11 @@
},
"contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -733,6 +531,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -811,14 +612,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -880,24 +673,6 @@
"homepage": "https://artbyte.art"
},
"electrum": [
- {
- "url": "aby-ex-four.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
@@ -929,7 +704,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -950,6 +725,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -960,10 +741,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -988,7 +765,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1009,6 +786,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1019,10 +802,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1064,23 +843,11 @@
},
"contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1089,293 +856,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-AVX20": {
- "coin": "AGEUR-AVX20",
- "type": "AVX-20",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-ERC20": {
- "coin": "AGEUR-ERC20",
- "type": "ERC-20",
- "name": "agEUR",
- "coinpaprika_id": "ageur-ageur",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-PLG20": {
- "coin": "AGEUR-PLG20",
- "type": "Matic",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-ERC20": {
- "coin": "AGIX-ERC20",
- "type": "ERC-20",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-PLG20": {
- "coin": "AGIX-PLG20",
- "type": "Matic",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1410,6 +893,10 @@
}
},
"derivation_path": "m/44'/60'",
+ "links": {
+ "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
+ "homepage": "aipowergrid.io"
+ },
"contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608",
"parent_coin": "ETH-BASE",
"swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
@@ -1420,11 +907,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -1451,7 +934,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1466,6 +949,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1476,10 +965,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1516,23 +1001,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1541,6 +1014,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1575,14 +1051,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -1645,15 +1113,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -1690,23 +1158,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1715,6 +1171,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1758,65 +1217,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "APE-BEP20_OLD": {
- "coin": "APE-BEP20_OLD",
- "type": "BEP-20",
- "name": "ApeCoin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "APE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "ApeCoin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1827,10 +1232,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1866,14 +1267,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -1930,23 +1323,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1955,6 +1336,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1997,15 +1381,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -2029,7 +1413,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2050,6 +1434,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2060,10 +1450,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2100,23 +1486,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2125,6 +1499,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2159,14 +1536,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -2198,7 +1567,7 @@
"coinpaprika_id": "arrr-pirate",
"coingecko_id": "pirate-chain",
"livecoinwatch_id": "ARRR",
- "explorer_url": "https://pirate.explorer.dragonhound.info/",
+ "explorer_url": "https://pirate.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -2260,8 +1629,8 @@
}
},
"derivation_path": "m/44'/141'",
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
+ "requires_notarization": false,
"checkpoint_height": 1900000,
"checkpoint_blocktime": 1652512363,
"electrum": [
@@ -2288,18 +1657,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "arrr.electrum3.cipig.net:20008",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -2324,7 +1681,7 @@
"mm2": 1,
"decimals": 8,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2339,6 +1696,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2349,10 +1712,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2377,7 +1736,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2398,6 +1757,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2408,10 +1773,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2448,14 +1809,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -2535,63 +1888,10 @@
],
"explorer_block_url": "block.dws?"
},
- "AVA-BEP20": {
- "coin": "AVA-BEP20",
- "type": "BEP-20",
- "name": "Travala.com",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AVA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Travala.com",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"AVA-ERC20": {
"coin": "AVA-ERC20",
"type": "ERC-20",
- "name": "AVA",
+ "name": "AVA (Travala)",
"coinpaprika_id": "ava-travala",
"coingecko_id": "concierge-io",
"livecoinwatch_id": "AVA",
@@ -2603,7 +1903,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "AVA",
+ "fname": "AVA (Travala)",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -2620,23 +1920,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2645,6 +1933,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2705,9 +1996,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
@@ -2716,24 +2004,32 @@
"chain_id": 43114
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -2758,7 +2054,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2779,6 +2075,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2789,10 +2091,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2948,23 +2246,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2973,6 +2259,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2984,7 +2273,7 @@
"coinpaprika_id": "axe-axe",
"coingecko_id": "axe",
"livecoinwatch_id": "AXE",
- "explorer_url": "https://axe-explorer.arcpool.com/",
+ "explorer_url": "https://explorer.axe-1.zelcore.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -3037,18 +2326,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "axe.electrum3.cipig.net:20057",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -3072,7 +2349,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3093,6 +2370,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3103,10 +2386,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3148,23 +2427,11 @@
},
"contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3173,100 +2440,11 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AYA": {
- "coin": "AYA",
- "type": "UTXO",
- "name": "Aryacoin",
- "coinpaprika_id": "aya-aryacoin",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://explorer.aryacoin.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aryacoin Signed Message:\n",
- "fname": "Aryacoin",
- "rpcport": 9332,
- "pubtype": 23,
- "p2shtype": 5,
- "wiftype": 176,
- "txfee": 100000,
- "dust": 54600,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/357'",
- "electrum": [
- {
- "url": "159.69.73.223:5151",
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AYA-BEP20": {
- "coin": "AYA-BEP20",
- "type": "BEP-20",
- "name": "Aryacoin",
- "coinpaprika_id": "",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Aryacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BABYDOGE-BEP20": {
@@ -3288,7 +2466,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3303,6 +2481,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3313,10 +2497,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3360,15 +2540,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -3408,16 +2588,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -3441,7 +2627,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3456,6 +2642,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3466,10 +2658,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3512,23 +2700,11 @@
},
"contract_address": "0xba100000625a3754423978a60c9317c58a424e3D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3537,6 +2713,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3615,14 +2794,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -3666,7 +2837,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3681,6 +2852,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3691,10 +2868,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3719,7 +2892,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3740,6 +2913,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3750,10 +2929,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3791,23 +2966,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3816,60 +2979,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "BAND-PLG20": {
- "coin": "BAND-PLG20",
- "type": "Matic",
- "name": "Band Protocol",
- "coinpaprika_id": "band-band-protocol",
- "coingecko_id": "band-protocol",
- "livecoinwatch_id": "BAND",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Band Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3909,16 +3021,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -3958,23 +3076,11 @@
},
"contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3983,6 +3089,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4006,7 +3115,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4027,6 +3136,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4037,10 +3152,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4181,7 +3292,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4242,7 +3353,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4262,6 +3373,48 @@
],
"explorer_block_url": "block/"
},
+ "BCASH-GRC20": {
+ "coin": "BCASH-GRC20",
+ "type": "GRC-20",
+ "name": "B-CASH",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "B-CASH",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
+ {
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BCH": {
"coin": "BCH",
"type": "UTXO",
@@ -4328,18 +3481,6 @@
}
]
},
- {
- "url": "bch.electrum3.cipig.net:20055",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "bch.imaginary.cash:50002",
"protocol": "SSL"
@@ -4356,173 +3497,6 @@
"explorer_block_url": "block/",
"binance_id": "BCH"
},
- "FLEXUSD-ERC20": {
- "coin": "FLEXUSD-ERC20",
- "type": "ERC-20",
- "name": "flexUSD",
- "coinpaprika_id": "",
- "coingecko_id": "flex-usd",
- "livecoinwatch_id": "FLEXUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "flexUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JOY-PLG20": {
- "coin": "JOY-PLG20",
- "type": "Matic",
- "name": "Joystick.club",
- "coinpaprika_id": "",
- "coingecko_id": "joystick-club",
- "livecoinwatch_id": "JOY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Joystick.club",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JKC": {
- "coin": "JKC",
- "type": "UTXO",
- "name": "JunkCoin",
- "coinpaprika_id": "jkc-junkcoin",
- "coingecko_id": "junkcoin",
- "livecoinwatch_id": "JKC",
- "explorer_url": "https://explorer.junk-coin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "JunkCoin Signed Message:\n",
- "fname": "JunkCoin",
- "rpcport": 9771,
- "pubtype": 16,
- "p2shtype": 5,
- "wiftype": 144,
- "decimals": 8,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "mature_confirmations": 70,
- "derivation_path": "m/44'/2013'",
- "links": {
- "github": "https://github.com/Junkcoin-Foundation/junkcoin-core",
- "homepage": "https://junk-coin.com"
- },
- "electrum": [
- {
- "url": "electrum.junkiewally.xyz:50004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"BBK": {
"coin": "BBK",
"type": "UTXO",
@@ -4564,15 +3538,6 @@
"discord": "475820011634819072"
}
]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -4581,7 +3546,7 @@
"coin": "BBK-BEP20",
"type": "BEP-20",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://bscscan.com/",
@@ -4597,7 +3562,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4612,6 +3577,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4622,10 +3593,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4635,7 +3602,7 @@
"coin": "BBK-PLG20",
"type": "Matic",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://polygonscan.com/",
@@ -4717,23 +3684,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4742,6 +3697,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -4767,7 +3725,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4782,6 +3740,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4792,16 +3756,75 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BCH"
},
+ "BCH2": {
+ "coin": "BCH2",
+ "type": "UTXO",
+ "name": "Bitcoin Cash II",
+ "coinpaprika_id": "bch2-bitcoin-cash-ii",
+ "coingecko_id": "bitcoin-cash-ii",
+ "livecoinwatch_id": "BCH2",
+ "explorer_url": "https://explorer.bch2.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Bitcoin Cash II",
+ "rpcport": 8342,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 1000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "bitcoincashii"
+ },
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/145'",
+ "trezor_coin": "Bitcoin Cash",
+ "links": {
+ "github": "https://github.com/Bitcoin-II",
+ "homepage": "https://bch2.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BEAMX-BEP20": {
"coin": "BEAMX-BEP20",
"type": "BEP-20",
@@ -4840,6 +3863,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4850,10 +3879,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4894,16 +3919,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -4940,23 +3971,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4965,61 +3984,72 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "BIDR-BEP20": {
- "coin": "BIDR-BEP20",
- "type": "BEP-20",
- "name": "BIDR",
- "coinpaprika_id": "bidr-binanceidr",
- "coingecko_id": "binanceidr",
- "livecoinwatch_id": "BIDR",
- "explorer_url": "https://bscscan.com/",
+ "BITN": {
+ "coin": "BITN",
+ "type": "UTXO",
+ "name": "Bitnet",
+ "coinpaprika_id": "bit-bitnet",
+ "coingecko_id": "bitnet-io",
+ "livecoinwatch_id": "________BIT",
+ "explorer_url": "https://bitnet.outsidethebox.top/explorer/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BIDR",
- "rpcport": 80,
- "chain_id": 56,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitnet Signed Message:\n",
+ "fname": "Bitnet",
+ "rpcport": 9332,
+ "pubtype": 25,
+ "p2shtype": 22,
+ "wiftype": 158,
+ "txfee": 700000,
+ "segwit": true,
+ "bech32_hrp": "bit",
"mm2": 1,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 1,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "bit-e.minethepla.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "bitn-electrumx.wattxchange.app:50012",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "bitnet.outsidethebox.top:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BCZERO": {
@@ -5049,7 +4079,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -5083,30 +4112,60 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BCZERO-GRC20": {
+ "coin": "BCZERO-GRC20",
+ "type": "GRC-20",
+ "name": "Buggyra Coin Zero",
+ "coinpaprika_id": "bczero-buggyra-coin-zero",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BCZERO",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Buggyra Coin Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "bczero.electrum3.cipig.net:20003",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "BKC": {
- "coin": "BKC",
+ "HRC": {
+ "coin": "HRC",
"type": "UTXO",
- "name": "Briskcoin",
- "coinpaprika_id": "bkc-briskcoin",
+ "name": "Hypercoin",
+ "coinpaprika_id": "hrc-hypercoin",
"coingecko_id": "",
- "livecoinwatch_id": "__BKC",
- "explorer_url": "https://explorer.briskcoin.org/",
+ "livecoinwatch_id": "__HRC",
+ "explorer_url": "https://explorer.hypercoin.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -5114,34 +4173,34 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Briskcoin Signed Message:\n",
- "fname": "Briskcoin",
- "rpcport": 8552,
- "pubtype": 25,
- "p2shtype": 33,
- "wiftype": 153,
+ "sign_message_prefix": "Hypercoin Signed Message:\n",
+ "fname": "Hypercoin",
+ "rpcport": 8992,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
"txfee": 0,
"segwit": true,
- "bech32_hrp": "bc",
+ "bech32_hrp": "hc",
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1918'",
- "trezor_coin": "Briskcoin",
+ "derivation_path": "m/44'/1935'",
+ "trezor_coin": "Hypercoin",
"links": {
- "github": "https://github.com/briskcoin-project/briskcoin",
- "homepage": "https://briskcoin.org"
+ "github": "https://github.com/hypercoin-prj/hypercoin",
+ "homepage": "https://hypercoin.network"
},
"electrum": [
{
- "url": "electrumx1.briskcoin.org:50002",
+ "url": "electrumx1.hypercoin.network:50002",
"protocol": "SSL"
},
{
- "url": "electrumx2.briskcoin.org:50002",
+ "url": "electrumx2.hypercoin.network:50002",
"protocol": "SSL"
}
],
@@ -5234,7 +4293,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5249,6 +4308,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5259,10 +4324,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5350,7 +4411,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -5370,6 +4431,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5380,59 +4447,12 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BNB"
},
- "BOLI": {
- "coin": "BOLI",
- "type": "UTXO",
- "name": "Bolivarcoin",
- "coinpaprika_id": "boli-bolivarcoin",
- "coingecko_id": "bolivarcoin",
- "livecoinwatch_id": "BOLI",
- "explorer_url": "https://chainz.cryptoid.info/boli/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Bolivarcoin",
- "confpath": "USERHOME/.bolivarcoincore/bolivarcoin.conf",
- "rpcport": 3563,
- "pubtype": 85,
- "p2shtype": 5,
- "wiftype": 213,
- "segwit": false,
- "txfee": 10000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 180,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/278'",
- "links": {
- "github": "https://github.com/BOLI-Project/BolivarCoin",
- "homepage": "https://bolis.info"
- },
- "electrum": [
- {
- "url": "electrum2.bolivarcoin.tech:23001",
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block.dws?"
- },
"BONE-ERC20": {
"coin": "BONE-ERC20",
"type": "ERC-20",
@@ -5464,23 +4484,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5489,6 +4497,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -5598,7 +4609,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5619,6 +4630,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5629,10 +4646,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5675,23 +4688,11 @@
},
"contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5700,6 +4701,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -5794,23 +4798,11 @@
},
"contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5819,6 +4811,112 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-GNO": {
+ "coin": "BRLA-GNO",
+ "type": "Gnosis",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-PLG20": {
+ "coin": "BRLA-PLG20",
+ "type": "Matic",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -5843,7 +4941,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 4,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5858,6 +4956,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5868,10 +4972,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5909,23 +5009,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5934,6 +5022,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -5968,14 +5059,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -6035,16 +5118,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -6088,14 +5177,6 @@
{
"url": "bsty-main.coinmunity.gold:50012",
"protocol": "SSL"
- },
- {
- "url": "electrumserver01.globalboost.info:50014",
- "protocol": "SSL"
- },
- {
- "url": "electrumserver02.globalboost.info:50014",
- "protocol": "SSL"
}
],
"explorer_block_url": "block/"
@@ -6162,18 +5243,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -6245,18 +5314,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -6281,7 +5338,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6302,6 +5359,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6312,10 +5375,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6348,6 +5407,8 @@
"txfee": 10000,
"txversion": 4,
"overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0xe9ff75a6",
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 150,
@@ -6357,31 +5418,13 @@
"derivation_path": "m/44'/177'",
"electrum": [
{
- "url": "electrum1.btcz.rocks:50001",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum2.btcz.rocks:50001",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum3.btcz.rocks:50001",
+ "url": "electrum2.btcz.rocks:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "426842722436120577"
+ "discord": "517255090633965586"
}
- ],
- "protocol": "TCP"
+ ]
}
],
"explorer_block_url": "block/"
@@ -6406,7 +5449,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6421,6 +5464,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6431,10 +5480,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6612,57 +5657,54 @@
],
"explorer_block_url": "block/"
},
- "BTT-BEP20": {
- "coin": "BTT-BEP20",
- "type": "BEP-20",
- "name": "BitTorrent (OLD)",
- "coinpaprika_id": "btt-bittorrent",
- "coingecko_id": "bittorrent-old",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "BTGS": {
+ "coin": "BTGS",
+ "type": "UTXO",
+ "name": "Bitcoin Gold BTGS",
+ "coinpaprika_id": "btgs-bitcoingold",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BTGS",
+ "explorer_url": "https://explore.btgscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BitTorrent (OLD)",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "BitcoinGold Signed Message:\n",
+ "fname": "Bitcoin Gold BTGS",
+ "rpcport": 18888,
+ "pubtype": 38,
+ "p2shtype": 22,
+ "wiftype": 176,
+ "fork_id": "0x00",
+ "signature_version": "base",
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "bcg",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
+ "derivation_path": "m/44'/18888'",
+ "links": {
+ "github": "https://github.com/BTGSCOINDEV/BTGS",
+ "homepage": "https://bitcoingold.site",
+ "homepage2": "https://btgscoin.site"
+ },
+ "electrum": [
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.bitcoingold.site:50002",
+ "protocol": "SSL"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.btgscoin.site:50002",
+ "protocol": "SSL"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BTTC-BEP20": {
@@ -6685,7 +5727,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6706,6 +5748,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6716,10 +5764,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6762,23 +5806,11 @@
},
"contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6787,6 +5819,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6915,18 +5950,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -7005,18 +6028,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -7041,7 +6052,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7056,6 +6067,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7066,121 +6083,117 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "BUSD-AVX20": {
- "coin": "BUSD-AVX20",
- "type": "AVX-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://snowtrace.io/",
+ "CADC-ARB20": {
+ "coin": "CADC-ARB20",
+ "type": "Arbitrum",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
+ "explorer_url": "https://arbiscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
+ "chain_id": 42161,
"decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39"
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
},
- "BUSD-MVR20": {
- "coin": "BUSD-MVR20",
- "type": "Moonriver",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "CADC-BASE": {
+ "coin": "CADC-BASE",
+ "type": "Base",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 8453,
"decimals": 18,
- "required_confirmations": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818"
+ "platform": "ETH-BASE",
+ "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
},
- "BUSD-ERC20": {
- "coin": "BUSD-ERC20",
+ "CADC-ERC20": {
+ "coin": "CADC-ERC20",
"type": "ERC-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -7188,45 +6201,29 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "required_confirmations": 3,
+ "decimals": 18,
"avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53"
+ "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "Binance USD (BUSD)",
- "links": {
- "github": "https://github.com/paxosglobal/busd-contract",
- "homepage": "https://www.paxos.com/busd"
- },
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
+ "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -7235,70 +6232,20 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-BEP20": {
- "coin": "BUSD-BEP20",
- "type": "BEP-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "BUSD-PLG20": {
- "coin": "BUSD-PLG20",
+ "CADC-PLG20": {
+ "coin": "CADC-PLG20",
"type": "Matic",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -7306,8 +6253,8 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -7318,237 +6265,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
+ "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-ARB20": {
- "coin": "CADC-ARB20",
- "type": "Arbitrum",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://arbiscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 42161,
- "decimals": 18,
- "avg_blocktime": 0.25,
- "required_confirmations": 10,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH-ARB20",
- "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70",
- "parent_coin": "ETH-ARB20",
- "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
- "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
- "nodes": [
- {
- "url": "https://arb1.arbitrum.io/rpc"
- },
- {
- "url": "https://arb1.lava.build"
- },
- {
- "url": "https://arbitrum-one-rpc.publicnode.com",
- "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
- },
- {
- "url": "https://arbitrum.drpc.org"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-BASE": {
- "coin": "CADC-BASE",
- "type": "Base",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://basescan.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 8453,
- "decimals": 18,
- "avg_blocktime": 0.2,
- "required_confirmations": 10,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH-BASE",
- "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03",
- "parent_coin": "ETH-BASE",
- "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
- "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
- "nodes": [
- {
- "url": "https://base-rpc.publicnode.com",
- "ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
- },
- {
- "url": "https://mainnet.base.org"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-ERC20": {
- "coin": "CADC-ERC20",
- "type": "ERC-20",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-PLG20": {
- "coin": "CADC-PLG20",
- "type": "Matic",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
- "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
+ "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -7591,7 +6312,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7613,59 +6334,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "CASE-BEP20": {
- "coin": "CASE-BEP20",
- "type": "BEP-20",
- "name": "Case Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Case Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7676,89 +6349,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CCL": {
- "coin": "CCL",
- "type": "Smart Chain",
- "name": "CoinCollect",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://ccl.kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CCL",
- "fname": "CoinCollect",
- "is_privacy_coin": true,
- "rpcport": 20849,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "ccl.electrum1.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"CDN": {
"coin": "CDN",
"type": "UTXO",
@@ -7798,7 +6393,12 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
@@ -7863,7 +6463,12 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
@@ -7971,23 +6576,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -7996,6 +6589,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8091,23 +6687,11 @@
},
"contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8116,6 +6700,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8140,7 +6727,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8161,6 +6748,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8171,10 +6764,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8218,15 +6807,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -8251,7 +6840,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8272,6 +6861,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8282,10 +6877,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8351,18 +6942,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "chips.electrum3.cipig.net:20012",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -8460,7 +7039,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8475,6 +7054,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8485,134 +7070,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CHSB-ERC20": {
- "coin": "CHSB-ERC20",
- "type": "ERC-20",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "SwissBorg",
- "links": {
- "homepage": "https://swissborg.com"
- },
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CHSB-PLG20": {
- "coin": "CHSB-PLG20",
- "type": "Matic",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CHZ-ERC20": {
"coin": "CHZ-ERC20",
"type": "ERC-20",
@@ -8645,23 +7107,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8670,6 +7120,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8772,102 +7225,41 @@
],
"explorer_block_url": "block/"
},
- "CLAM": {
- "coin": "CLAM",
- "type": "UTXO",
- "name": "Clams",
- "coinpaprika_id": "clam-clams",
- "coingecko_id": "clams",
- "livecoinwatch_id": "CLAM",
- "explorer_url": "https://chainz.cryptoid.info/clam/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "CLC": {
+ "coin": "CLC",
+ "type": "Smart Chain",
+ "name": "Collider Coin",
+ "coinpaprika_id": "clc-collider-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://clc.explorer.dexstats.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Clam Signed Message:\n",
- "fname": "Clams",
- "isPoS": 1,
- "rpcport": 30174,
- "pubtype": 137,
- "p2shtype": 13,
- "wiftype": 133,
- "segwit": false,
- "txfee": 100000,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "asset": "CLC",
+ "fname": "Collider Coin",
+ "rpcport": 31034,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/23'",
- "links": {
- "github": "https://github.com/nochowderforyou/clams",
- "homepage": "http://clamclient.com"
- },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
"electrum": [
{
- "url": "clam-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:20075",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "CLC": {
- "coin": "CLC",
- "type": "Smart Chain",
- "name": "Collider Coin",
- "coinpaprika_id": "clc-collider-coin",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://clc.explorer.dexstats.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CLC",
- "fname": "Collider Coin",
- "rpcport": 31034,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "v2.cryptocollider.com:8443",
+ "url": "v2.cryptocollider.com:8443",
"protocol": "SSL",
"contact": [
{
@@ -8900,7 +7292,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8915,6 +7307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8925,10 +7323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8969,16 +7363,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -9002,7 +7402,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9023,6 +7423,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9033,10 +7439,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9079,23 +7481,11 @@
},
"contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9104,6 +7494,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9182,14 +7575,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -9246,23 +7631,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9271,6 +7644,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9437,18 +7813,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -9485,23 +7849,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9510,6 +7862,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9552,15 +7907,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -9600,16 +7955,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -9688,14 +8049,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -9739,7 +8092,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9754,6 +8107,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9764,10 +8123,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9792,7 +8147,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9807,6 +8162,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9817,10 +8178,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9858,23 +8215,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9883,6 +8228,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10040,16 +8388,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -10090,23 +8444,11 @@
},
"contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10115,6 +8457,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10138,7 +8483,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10159,6 +8504,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10169,65 +8520,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DAI-MVR20": {
- "coin": "DAI-MVR20",
- "type": "Moonriver",
- "name": "Dai",
- "coinpaprika_id": "dai-dai",
- "coingecko_id": "dai",
- "livecoinwatch_id": "DAI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Dai",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"DAI-PLG20": {
"coin": "DAI-PLG20",
"type": "Matic",
@@ -10258,14 +8555,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -10350,83 +8639,11 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dash.electrum3.cipig.net:20061",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "DASH"
},
- "DDD-ERC20": {
- "coin": "DDD-ERC20",
- "type": "ERC-20",
- "name": "Scry.info",
- "coinpaprika_id": "ddd-scryinfo",
- "coingecko_id": "scry-info",
- "livecoinwatch_id": "DDD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Scry.info",
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"DENT-ERC20": {
"coin": "DENT-ERC20",
"type": "ERC-20",
@@ -10462,23 +8679,11 @@
},
"contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10487,6 +8692,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10523,23 +8731,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10548,6 +8744,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10582,14 +8781,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -10675,18 +8866,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -10757,18 +8936,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -10804,15 +8971,6 @@
},
"derivation_path": "m/44'/18'",
"electrum": [
- {
- "url": "dgc-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "electrumx.dgc.ewmcx.org:50002",
"protocol": "SSL"
@@ -10857,23 +9015,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10882,6 +9028,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10906,7 +9055,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10927,6 +9076,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10937,10 +9092,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11030,68 +9181,6 @@
],
"explorer_block_url": "block/"
},
- "DIAC": {
- "coin": "DIAC",
- "type": "UTXO",
- "name": "Diabase",
- "coinpaprika_id": "diac-diabase",
- "coingecko_id": "diabase",
- "livecoinwatch_id": "DIAC",
- "explorer_url": "http://explorer.diabasecoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Diabase",
- "confpath": "USERHOME/.diabasecore/diabase.conf",
- "rpcport": 7676,
- "pubtype": 76,
- "p2shtype": 16,
- "wiftype": 204,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/diabasecoin/diabase",
- "homepage": "https://www.diabasecoin.com"
- },
- "electrum": [
- {
- "url": "diac.electrum1.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"DIME": {
"coin": "DIME",
"type": "UTXO",
@@ -11127,18 +9216,6 @@
"github": "https://github.com/dime-coin/dimecoin/"
},
"electrum": [
- {
- "url": "electrumx1.dimecoinnetwork.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
{
"url": "electrumx2.dimecoinnetwork.com:50002",
"protocol": "SSL",
@@ -11245,7 +9322,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11260,6 +9337,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11270,10 +9353,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11343,18 +9422,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -11414,7 +9481,25 @@
]
},
{
- "url": "elecx2.dingocoin.com:3342",
+ "url": "elecx2.kmsoftware.org:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3342",
"protocol": "SSL",
"contact": [
{
@@ -11445,7 +9530,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11459,6 +9544,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11469,10 +9560,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11516,15 +9603,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -11548,7 +9635,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11569,6 +9656,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11579,10 +9672,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11620,23 +9709,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11645,6 +9722,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11752,31 +9832,87 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DSV": {
+ "coin": "DSV",
+ "type": "UTXO",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
},
{
- "url": "doge.electrum3.cipig.net:20060",
+ "url": "node1.doriancoin.com:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "block/"
},
- "DEV": {
- "coin": "DEV",
+ "DSV-segwit": {
+ "coin": "DSV-segwit",
"type": "UTXO",
- "name": "DogecoinEV",
- "coinpaprika_id": "dev-dogecoinev",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "________DEV",
- "explorer_url": "https://explorer.dogecoinev.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -11784,49 +9920,169 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DogecoinEV Signed Message:\n",
- "fname": "DogecoinEV",
- "rpcport": 42069,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
"pubtype": 30,
- "p2shtype": 22,
- "wiftype": 158,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "DSV",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "WJK": {
+ "coin": "WJK",
+ "type": "UTXO",
+ "name": "WojakCoin",
+ "coinpaprika_id": "wjk-wojakcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "WJK",
+ "explorer_url": "https://explorer.wojakcoin.cash/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "WojakCoin Signed Message:\n",
+ "fname": "WojakCoin",
+ "rpcport": 20760,
+ "pubtype": 73,
+ "p2shtype": 5,
+ "wiftype": 201,
"segwit": false,
- "txfee": 1000000,
- "dingo_fee": true,
- "dust": 1000000,
+ "txfee": 100000,
+ "dust": 100000,
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1420'",
+ "derivation_path": "m/44'/20760'",
"links": {
- "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
- "homepage": "https://dogecoinev.com"
+ "github": "https://github.com/wojakcoinproj/wojakcore",
+ "homepage": "https://wojakcoin.cash"
},
"electrum": [
{
- "url": "api.dogecoinev.com:50003",
+ "url": "electrum1.wojakcoin.cash:50102",
"protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "api2.dogecoinev.com:50003",
+ "url": "electrum2.wojakcoin.cash:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "danny_utxo"
}
]
}
],
"explorer_block_url": "block/"
},
+ "MWC": {
+ "coin": "MWC",
+ "type": "UTXO",
+ "name": "MinersWorldCoin",
+ "coinpaprika_id": "mwc-minersworldcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__MWC",
+ "explorer_url": "https://miners-world-coin-mwc.github.io/explorer/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "MinersWorldCoin Signed Message:\n",
+ "fname": "MinersWorldCoin",
+ "rpcport": 5579,
+ "pubtype": 20,
+ "p2shtype": 10,
+ "wiftype": 123,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mwc",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/5579'",
+ "links": {
+ "github": "https://github.com/Miners-World-Coin-MWC/MinersWorldCoin",
+ "homepage": "https://minersworld.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.minersworld.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
"MYDOGE": {
"coin": "MYDOGE",
"type": "UTXO",
@@ -11893,7 +10149,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11908,6 +10164,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11918,10 +10180,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11971,59 +10229,6 @@
],
"explorer_block_url": "block/"
},
- "DOGEDASH-BEP20": {
- "coin": "DOGEDASH-BEP20",
- "type": "BEP-20",
- "name": "Doge Dash",
- "coinpaprika_id": "dogedash-doge-dash",
- "coingecko_id": "doge-dash",
- "livecoinwatch_id": "DOGEDASH",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Doge Dash",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"DOGGY-BEP20": {
"coin": "DOGGY-BEP20",
"type": "BEP-20",
@@ -12043,7 +10248,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12058,6 +10263,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12068,10 +10279,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12096,7 +10303,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12117,6 +10324,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12127,62 +10340,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DP": {
- "coin": "DP",
- "type": "Smart Chain",
- "name": "DigitalPrice",
- "coinpaprika_id": "dp-digitalprice",
- "coingecko_id": "digitalprice",
- "livecoinwatch_id": "DP",
- "explorer_url": "https://dp.explorer.dexstats.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "DP",
- "fname": "DigitalPrice",
- "is_privacy_coin": true,
- "rpcport": 28388,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "1.eu.dp.electrum.dexstats.info:10021",
- "contact": [
- {
- "discord": "Zanzarismo#6500"
- }
- ],
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
"DOI": {
"coin": "DOI",
"type": "UTXO",
@@ -12236,6 +10398,16 @@
}
]
},
+ {
+ "url": "pink-deer-69.doi.works:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
{
"url": "ugly-bird-70.doi.works:50002",
"protocol": "SSL",
@@ -12289,11 +10461,6 @@
"url": "electrum1.egulden.org:50002",
"protocol": "SSL",
"disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true
}
],
"explorer_block_url": "block.dws?"
@@ -12317,7 +10484,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12338,6 +10505,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12348,76 +10521,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "EILN-ERC20": {
- "coin": "EILN-ERC20",
- "type": "ERC-20",
- "name": "eIlien",
- "coinpaprika_id": "eiln-e-ilien",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "eIlien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ELF-BEP20": {
"coin": "ELF-BEP20",
"type": "BEP-20",
@@ -12437,7 +10545,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12458,6 +10566,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12468,10 +10582,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12514,23 +10624,11 @@
},
"contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12539,6 +10637,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12638,23 +10739,11 @@
},
"contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12663,6 +10752,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12711,14 +10803,14 @@
],
"explorer_block_url": "block/"
},
- "ENJ-PLG20": {
- "coin": "ENJ-PLG20",
- "type": "Matic",
- "name": "Enjin Coin",
- "coinpaprika_id": "enj-enjin-coin",
- "coingecko_id": "enjincoin",
- "livecoinwatch_id": "ENJ",
- "explorer_url": "https://polygonscan.com/",
+ "ENS-ERC20": {
+ "coin": "ENS-ERC20",
+ "type": "ERC-20",
+ "name": "Ethereum Name Service",
+ "coinpaprika_id": "ens-ethereum-name-service",
+ "coingecko_id": "ethereum-name-service",
+ "livecoinwatch_id": "ENS",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -12726,41 +10818,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Enjin Coin",
+ "fname": "Ethereum Name Service",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
+ "platform": "ETH",
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ens.domains"
+ },
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12784,7 +10877,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12805,6 +10898,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12815,10 +10914,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12843,7 +10938,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 61,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -12862,13 +10956,14 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://etc.etcdesktop.com"
+ "url": "https://0xrpc.io/etc",
+ "ws_url": "wss://0xrpc.io/etc"
},
{
"url": "https://etc.rivet.link"
},
{
- "url": "https://rpc.etcinscribe.com"
+ "url": "https://ethereum-classic-mainnet.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -12893,7 +10988,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12908,6 +11003,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12918,10 +11019,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12947,8 +11044,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -12960,23 +11055,13 @@
},
"trezor_coin": "Ethereum",
"derivation_path": "m/44'/60'",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12985,6 +11070,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -13025,16 +11113,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -13071,21 +11165,24 @@
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"estimate_gas_mult": 1.3,
+ "gas_limit": {
+ "eth_send_coins": 50000
+ },
"swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/",
@@ -13130,11 +11227,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -13162,7 +11255,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13183,6 +11276,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13193,10 +11292,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13278,14 +11373,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -13311,6 +11398,160 @@
"explorer_block_url": "block/",
"binance_id": "ETH"
},
+ "ETHFI-ERC20": {
+ "coin": "ETHFI-ERC20",
+ "type": "ERC-20",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.ether.fi"
+ },
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-ARB20": {
+ "coin": "ETHFI-ARB20",
+ "type": "Arbitrum",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-BASE": {
+ "coin": "ETHFI-BASE",
+ "type": "Base",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"EURC-AVX20": {
"coin": "EURC-AVX20",
"type": "AVX-20",
@@ -13346,16 +11587,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -13400,11 +11647,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -13447,23 +11690,11 @@
},
"contract_address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13472,6 +11703,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13514,15 +11748,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -13559,23 +11793,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13584,18 +11806,21 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "EURE-PLG20": {
- "coin": "EURE-PLG20",
- "type": "Matic",
+ "EURE-GNO": {
+ "coin": "EURE-GNO",
+ "type": "Gnosis",
"name": "Monerium EUR",
"coinpaprika_id": "eure-monerium-eur-emoney",
"coingecko_id": "monerium-eur-money",
"livecoinwatch_id": "EURE",
- "explorer_url": "https://polygonscan.com/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -13606,118 +11831,44 @@
"fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 100,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 90000,
- "erc20_payment": 150000,
- "erc20_receiver_spend": 120000,
- "erc20_sender_refund": 120000
- },
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-ERC20": {
- "coin": "EUROE-ERC20",
- "type": "ERC-20",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "euroe-euroe-stablecoin",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "platform": "XDAI",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "EUROE-PLG20": {
- "coin": "EUROE-PLG20",
+ "EURE-PLG20": {
+ "coin": "EURE-PLG20",
"type": "Matic",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
+ "name": "Monerium EUR",
+ "coinpaprika_id": "eure-monerium-eur-emoney",
+ "coingecko_id": "monerium-eur-money",
+ "livecoinwatch_id": "EURE",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -13726,30 +11877,28 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "EUROe Stablecoin",
+ "fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "decimals": 6,
+ "decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 110000,
+ "erc20_payment": 170000,
+ "erc20_receiver_spend": 140000,
+ "erc20_sender_refund": 140000
},
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -13810,23 +11959,11 @@
},
"contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13835,6 +11972,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13869,14 +12009,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -13904,7 +12036,7 @@
"EWT": {
"coin": "EWT",
"type": "EWT",
- "name": "Energy Web",
+ "name": "Energy Web (OLD)",
"coinpaprika_id": "ewt-energy-web-token",
"coingecko_id": "energy-web-token",
"livecoinwatch_id": "EWT",
@@ -13915,12 +12047,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Energy Web",
+ "wallet_only": true,
+ "fname": "Energy Web (OLD)",
"rpcport": 80,
"mm2": 1,
"chain_id": 246,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 5,
@@ -13945,14 +12076,14 @@
],
"explorer_block_url": "block/"
},
- "EXN-BEP20": {
- "coin": "EXN-BEP20",
- "type": "BEP-20",
- "name": "Expoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "EWT-ERC20": {
+ "coin": "EWT-ERC20",
+ "type": "ERC-20",
+ "name": "Energy Web",
+ "coinpaprika_id": "ewt-energy-web-token",
+ "coingecko_id": "energy-web-token",
+ "livecoinwatch_id": "EWT",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -13960,43 +12091,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Expoin",
+ "fname": "Energy Web",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360"
+ "platform": "ETH",
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://www.energyweb.org"
+ },
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FDUSD-ERC20": {
@@ -14034,23 +12166,11 @@
},
"contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14059,6 +12179,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14083,7 +12206,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14107,6 +12230,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14117,10 +12246,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14158,23 +12283,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14183,6 +12296,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14219,23 +12335,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14244,6 +12348,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14268,7 +12375,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14283,6 +12390,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14293,10 +12406,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14375,7 +12484,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14396,6 +12505,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14406,10 +12521,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14447,23 +12558,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14472,6 +12571,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14570,7 +12672,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14580,8 +12682,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -14593,6 +12693,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14603,10 +12709,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14616,9 +12718,9 @@
"coin": "FIX",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14677,9 +12779,9 @@
"coin": "FIX-segwit",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14761,7 +12863,7 @@
"wiftype": 164,
"segwit": true,
"bech32_hrp": "fc",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -14823,7 +12925,7 @@
"format": "segwit"
},
"orderbook_ticker": "FJC",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -14858,13 +12960,13 @@
],
"explorer_block_url": "block/"
},
- "FJC-BEP20": {
- "coin": "FJC-BEP20",
+ "FJCB-BEP20": {
+ "coin": "FJCB-BEP20",
"type": "BEP-20",
- "name": "Fujicoin",
- "coinpaprika_id": "fjc-fujicoin",
- "coingecko_id": "fujicoin",
- "livecoinwatch_id": "FJC",
+ "name": "FJCB Fujicoin",
+ "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14873,25 +12975,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Fujicoin",
+ "fname": "FJCB Fujicoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf"
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf",
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14902,23 +13010,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FJCB-BEP20": {
- "coin": "FJCB-BEP20",
- "type": "BEP-20",
- "name": "FJCB Fujicoin",
- "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "FLC": {
+ "coin": "FLC",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
"coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -14926,42 +13030,109 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "FJCB Fujicoin",
- "rpcport": 80,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "txfee": 0,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "dust": 1000,
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLC-segwit": {
+ "coin": "FLC-segwit",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "FLC",
+ "txfee": 0,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FLOKI-BEP20": {
@@ -14983,7 +13154,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15004,6 +13175,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15014,76 +13191,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "STFIRO-ERC20": {
- "coin": "STFIRO-ERC20",
- "type": "ERC-20",
- "name": "StakedFIRO",
- "coinpaprika_id": "",
- "coingecko_id": "stakehound",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "StakedFIRO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"FLOW-BEP20": {
"coin": "FLOW-BEP20",
"type": "BEP-20",
@@ -15104,7 +13216,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15114,8 +13226,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -15127,6 +13237,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15137,10 +13253,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15206,18 +13318,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -15286,18 +13386,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -15321,7 +13409,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15336,6 +13424,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15346,10 +13440,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15391,23 +13481,11 @@
},
"contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15416,6 +13494,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15440,7 +13521,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15461,6 +13542,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15471,10 +13558,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15484,7 +13567,7 @@
"coin": "FXS-ERC20",
"type": "ERC-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://etherscan.io/",
@@ -15512,23 +13595,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15537,6 +13608,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15545,7 +13619,7 @@
"coin": "FXS-PLG20",
"type": "Matic",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://polygonscan.com/",
@@ -15571,14 +13645,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -15607,7 +13673,7 @@
"coin": "FXS-AVX20",
"type": "AVX-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://snowtrace.io/",
@@ -15638,72 +13704,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "FXS-MVR20": {
- "coin": "FXS-MVR20",
- "type": "Moonriver",
- "name": "Frax Share",
- "coinpaprika_id": "",
- "coingecko_id": "frax-share",
- "livecoinwatch_id": "FXS",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Frax Share",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "decimals": 18,
- "avg_blocktime": 6,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 1000000,
- "erc20_payment": 1000000,
- "erc20_receiver_spend": 1000000,
- "erc20_sender_refund": 1000000
- },
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ },
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -15734,29 +13750,17 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15765,62 +13769,11 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "GALA-BEP20": {
- "coin": "GALA-BEP20",
- "type": "BEP-20",
- "name": "Gala",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "GALA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Gala",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"GAME-ERC20": {
@@ -15855,23 +13808,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15880,6 +13821,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15914,14 +13858,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -15946,6 +13882,56 @@
],
"explorer_block_url": "block/"
},
+ "GBPE-GNO": {
+ "coin": "GBPE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium GBP",
+ "coinpaprika_id": "",
+ "coingecko_id": "monerium-gbp-emoney",
+ "livecoinwatch_id": "GBP",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium GBP",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "forex_id": "GBP"
+ },
"GBX-BEP20": {
"coin": "GBX-BEP20",
"type": "BEP-20",
@@ -15966,7 +13952,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15981,6 +13967,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15991,10 +13983,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16020,7 +14008,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16041,6 +14029,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16051,10 +14045,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16114,79 +14104,6 @@
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://gleec.explorer.dexstats.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GLEEC",
- "fname": "Gleec (OLD)",
- "rpcport": 23226,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 4,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "gleecold.electrum1.cipig.net:20022",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum2.cipig.net:20022",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum3.cipig.net:20022",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "GLEEC": {
- "coin": "GLEEC",
- "type": "Smart Chain",
- "name": "Gleec",
- "coinpaprika_id": "gleec-gleec-coin",
- "coingecko_id": "gleec-coin",
- "livecoinwatch_id": "GLEEC",
"explorer_url": "https://explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -16197,7 +14114,7 @@
"wallet_only": false,
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "GLEEC",
- "fname": "Gleec",
+ "fname": "Gleec (OLD)",
"rpcport": 23345,
"pubtype": 60,
"p2shtype": 85,
@@ -16206,7 +14123,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -16237,18 +14153,87 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GLEEC": {
+ "coin": "GLEEC",
+ "type": "GRC-20",
+ "name": "Gleec",
+ "coinpaprika_id": "gleec-gleec-coin",
+ "coingecko_id": "gleec-coin",
+ "livecoinwatch_id": "GLEEC",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gleec",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "KMDT-GRC20": {
+ "coin": "KMDT-GRC20",
+ "type": "GRC-20",
+ "name": "KMD Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.gleec.dev/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "KMD Testnet",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEECT",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd",
+ "parent_coin": "GLEECT",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
+ {
+ "url": "https://rpc.gleec.dev"
}
],
"explorer_block_url": "block/"
@@ -16285,23 +14270,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16310,6 +14283,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16344,14 +14320,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -16395,7 +14363,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16410,6 +14378,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16420,10 +14394,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16449,7 +14419,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16464,6 +14434,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16474,10 +14450,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16513,14 +14485,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -16583,15 +14547,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -16626,8 +14590,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -16639,16 +14601,74 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNEISS-ERC20": {
+ "coin": "GNEISS-ERC20",
+ "type": "ERC-20",
+ "name": "GNEISS",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "GNEISS",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 8,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16689,23 +14709,11 @@
},
"contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16714,6 +14722,58 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNO-GNO": {
+ "coin": "GNO-GNO",
+ "type": "Gnosis",
+ "name": "Gnosis",
+ "coinpaprika_id": "gno-gnosis",
+ "coingecko_id": "gnosis",
+ "livecoinwatch_id": "GNO",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gnosis",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -16810,15 +14870,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -16853,14 +14913,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -16926,15 +14978,6 @@
"discord": "orpheas#1503"
}
]
- },
- {
- "url": "electrum.niftybakes.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -16943,7 +14986,7 @@
"coin": "GRLC-ERC20",
"type": "ERC-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://etherscan.io/",
@@ -16971,23 +15014,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16996,6 +15027,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17004,7 +15038,7 @@
"coin": "GRLC-BEP20",
"type": "BEP-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://bscscan.com/",
@@ -17020,7 +15054,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17035,6 +15069,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17045,10 +15085,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17103,18 +15139,6 @@
}
],
"protocol": "TCP"
- },
- {
- "url": "electrum2.groestlcoin.org:50001",
- "contact": [
- {
- "email": "jackielove4u@hotmail.com"
- },
- {
- "discord": "jackielove4u#0412"
- }
- ],
- "protocol": "TCP"
}
],
"explorer_block_url": "block/"
@@ -17157,15 +15181,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -17205,16 +15229,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -17256,23 +15286,11 @@
},
"contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17281,6 +15299,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17359,14 +15380,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -17411,7 +15424,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17426,6 +15439,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17436,10 +15455,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17477,23 +15492,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17502,65 +15505,11 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "GURU-BEP20": {
- "coin": "GURU-BEP20",
- "type": "BEP-20",
- "name": "MobilityGuru",
- "coinpaprika_id": "guru-mobilityguru-token",
- "coingecko_id": "",
- "livecoinwatch_id": "_GURU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "MobilityGuru",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464"
- }
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "homepage": "https://mobilityguru.org"
- },
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"GUSD-ERC20": {
@@ -17595,23 +15544,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17620,6 +15557,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17662,6 +15602,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17672,10 +15618,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17718,23 +15660,11 @@
},
"contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17743,6 +15673,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17777,14 +15710,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -17841,23 +15766,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17866,6 +15779,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17924,161 +15840,59 @@
],
"explorer_block_url": "block/"
},
- "HUSD-ERC20": {
- "coin": "HUSD-ERC20",
- "type": "ERC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-KRC20": {
- "coin": "HUSD-KRC20",
- "type": "KRC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "HTH": {
+ "coin": "HTH",
+ "type": "UTXO",
+ "name": "Help The Homeless",
+ "coinpaprika_id": "hth-help-the-homeless-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "HTH",
+ "explorer_url": "https://explorer.hthcoin.r4nd0m.us/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "HomelessCoin Signed Message:\n",
+ "fname": "Help The Homeless",
+ "is_privacy_coin": true,
+ "rpcport": 9998,
+ "pubtype": 100,
+ "p2shtype": 40,
+ "wiftype": 228,
+ "txfee": 10000,
+ "dust": 5460,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-PLG20": {
- "coin": "HUSD-PLG20",
- "type": "Matic",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91"
- }
+ "derivation_path": "m/44'/231'",
+ "links": {
+ "github": "https://github.com/HTHcoin/helpthehomelesscoin",
+ "homepage": "https://hth.foundation"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum.hth.foundation:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrumx.wattxchange.app:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -18115,23 +15929,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18140,6 +15942,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18164,7 +15969,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 2,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18179,6 +15984,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18189,10 +16000,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18228,14 +16035,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -18344,233 +16143,6 @@
],
"explorer_block_url": "block.dws?"
},
- "ILN": {
- "coin": "ILN",
- "type": "Smart Chain",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://explorer.ilien.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ILN",
- "fname": "Ilien",
- "is_privacy_coin": true,
- "rpcport": 12986,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "p2p": 12985,
- "magic": "feb4cb23",
- "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203",
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrum1.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum2.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILN-BEP20": {
- "coin": "ILN-BEP20",
- "type": "BEP-20",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ILN-PLG20": {
- "coin": "ILN-PLG20",
- "type": "Matic",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNSW-PLG20": {
- "coin": "ILNSW-PLG20",
- "type": "Matic",
- "name": "Ilien Swap",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Swap",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ILV-ERC20": {
"coin": "ILV-ERC20",
"type": "ERC-20",
@@ -18603,23 +16175,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18628,6 +16188,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18652,7 +16215,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18673,6 +16236,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18683,10 +16252,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18724,23 +16289,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18749,6 +16302,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18772,7 +16328,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18793,6 +16349,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18803,10 +16365,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18843,23 +16401,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18868,6 +16414,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18891,7 +16440,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18912,6 +16461,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18922,10 +16477,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18950,7 +16501,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18971,6 +16522,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18981,10 +16538,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19076,23 +16629,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19101,6 +16642,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19125,7 +16669,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19146,6 +16690,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19156,23 +16706,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JDB-BEP20": {
- "coin": "JDB-BEP20",
- "type": "BEP-20",
- "name": "Jeet Detector Bot",
- "coinpaprika_id": "jdb-jeet-detector-bot",
- "coingecko_id": "jeet-detector-bot",
- "livecoinwatch_id": "JDB",
- "explorer_url": "https://bscscan.com/",
+ "JPYC-AVX20": {
+ "coin": "JPYC-AVX20",
+ "type": "AVX-20",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19180,51 +16726,53 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jeet Detector Bot",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272"
+ "platform": "AVAX",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JAUD-PLG20": {
- "coin": "JAUD-PLG20",
+ "JPYC-PLG20": {
+ "coin": "JPYC-PLG20",
"type": "Matic",
- "name": "Jarvis Australian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AUD",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19233,7 +16781,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Australian Dollar",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -19244,19 +16792,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133"
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -19278,16 +16818,15 @@
"ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "explorer_block_url": "block/",
- "forex_id": "AUD"
+ "explorer_block_url": "block/"
},
- "JBRL-BEP20": {
- "coin": "JBRL-BEP20",
+ "JST-BEP20": {
+ "coin": "JST-BEP20",
"type": "BEP-20",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
+ "name": "JUST",
+ "coinpaprika_id": "jst-just",
+ "coingecko_id": "just",
+ "livecoinwatch_id": "JST",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19296,26 +16835,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Brazilian Real",
+ "fname": "JUST",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603"
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19326,198 +16877,224 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JBRL-PLG20": {
- "coin": "JBRL-PLG20",
- "type": "Matic",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
- "explorer_url": "https://polygonscan.com/",
+ "KCN": {
+ "coin": "KCN",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Brazilian Real",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JCAD-PLG20": {
- "coin": "JCAD-PLG20",
- "type": "Matic",
- "name": "Jarvis Canadian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
+ "KCN-segwit": {
+ "coin": "KCN-segwit",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Canadian Dollar",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "KCN",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/84'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
+ "electrum": [
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "CAD"
- },
- "JCHF-AVX20": {
- "coin": "JCHF-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "JCHF-BEP20": {
- "coin": "JCHF-BEP20",
+ "KCN-BEP20": {
+ "coin": "KCN-BEP20",
"type": "BEP-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19526,26 +17103,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "Kylacoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "decimals": 12,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f"
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f",
+ "gas_limit": {
+ "eth_send_erc20": 55000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19556,23 +17145,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JCHF-ERC20": {
- "coin": "JCHF-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://etherscan.io/",
+ "KCS": {
+ "coin": "KCS",
+ "type": "KRC-20",
+ "name": "KuCoin Token",
+ "coinpaprika_id": "kcs-kucoin-token",
+ "coingecko_id": "kucoin-shares",
+ "livecoinwatch_id": "KCS",
+ "explorer_url": "https://explorer.kcc.io/en/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19580,60 +17165,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "KuCoin Token",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
+ "chain_id": 321,
+ "max_eth_tx_type": 2,
"required_confirmations": 3,
+ "avg_blocktime": 3,
"protocol": {
- "type": "ERC20",
+ "type": "ETH",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0"
+ "chain_id": 321
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "trezor_coin": "KCC",
+ "links": {
+ "homepage": "https://kcc.io"
+ },
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://kcc-rpc.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://rpc-mainnet.kcc.network"
}
],
"explorer_block_url": "block/"
},
- "JCHF-PLG20": {
- "coin": "JCHF-PLG20",
- "type": "Matic",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://polygonscan.com/",
+ "KMD": {
+ "coin": "KMD",
+ "type": "Smart Chain",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://kmdexplorer.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19641,61 +17210,114 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "Komodo",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "txfee": 1000,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/komodoplatform/komodo",
+ "homepage": "https://komodoplatform.com"
},
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "kmd.electrum1.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "kmd.electrum2.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCNY-PLG20": {
- "coin": "JCNY-PLG20",
- "type": "Matic",
- "name": "Jarvis Chinese Yuan",
+ "KMDCL": {
+ "coin": "KMDCL",
+ "type": "Smart Chain",
+ "name": "KomodoClassic",
"coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "CNY",
- "explorer_url": "https://polygonscan.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.kmdclassic.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "KomodoClassic",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x64726d6e",
+ "txfee": 1000,
+ "mm2": 1,
+ "required_confirmations": 2,
+ "requires_notarization": true,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/kmdclassic/KmdClassic",
+ "homepage": "https://kmdclassic.com/"
+ },
+ "electrum": [
+ {
+ "url": "electrum.kmdclassic.com:50002",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
+ },
+ "KMD-BEP20": {
+ "coin": "KMD-BEP20",
+ "type": "BEP-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19703,62 +17325,60 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Chinese Yuan",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772"
+ "platform": "BNB",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
+ "eth_send_erc20": 60000,
"erc20_payment": 110000,
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/",
- "forex_id": "CNY"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
},
- "JEUR-AVX20": {
- "coin": "JEUR-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://snowtrace.io/",
+ "KMD-GRC20": {
+ "coin": "KMD-GRC20",
+ "type": "GRC-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19766,47 +17386,40 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 2.4,
"required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702"
+ "platform": "GLEEC",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "JEUR-BEP20": {
- "coin": "JEUR-BEP20",
+ "KNC-BEP20": {
+ "coin": "KNC-BEP20",
"type": "BEP-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19815,26 +17428,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8"
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8",
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19845,22 +17463,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JEUR-ERC20": {
- "coin": "JEUR-ERC20",
+ "KNC-ERC20": {
+ "coin": "KNC-ERC20",
"type": "ERC-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19869,40 +17483,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B"
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B",
+ "trezor_coin": "Kyber Network",
+ "links": {
+ "github": "https://github.com/KyberNetwork",
+ "homepage": "https://kyber.network"
+ },
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19911,17 +17517,20 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "JEUR-PLG20": {
- "coin": "JEUR-PLG20",
+ "KNC-PLG20": {
+ "coin": "KNC-PLG20",
"type": "Matic",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -19930,7 +17539,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -19941,19 +17550,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c"
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c",
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -19977,14 +17578,14 @@
],
"explorer_block_url": "block/"
},
- "JGBP-BEP20": {
- "coin": "JGBP-BEP20",
- "type": "BEP-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://bscscan.com/",
+ "KNC-AVX20": {
+ "coin": "KNC-AVX20",
+ "type": "AVX-20",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19992,53 +17593,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
+ "chain_id": 43114,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e"
+ "platform": "AVAX",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-ERC20": {
- "coin": "JGBP-ERC20",
- "type": "ERC-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://etherscan.io/",
+ "KSM-BEP20": {
+ "coin": "KSM-BEP20",
+ "type": "BEP-20",
+ "name": "Kusama",
+ "coinpaprika_id": "ksm-kusama",
+ "coingecko_id": "kusama",
+ "livecoinwatch_id": "KSM",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20046,60 +17648,61 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kusama",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 56,
"decimals": 18,
- "avg_blocktime": 15,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283"
+ "platform": "BNB",
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-PLG20": {
- "coin": "JGBP-PLG20",
- "type": "Matic",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://polygonscan.com/",
+ "LBC": {
+ "coin": "LBC",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20107,61 +17710,45 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
+ "sign_message_prefix": "LBRYcrd Signed Message:\n",
+ "fname": "LBRY Credits",
+ "rpcport": 9245,
+ "pubtype": 85,
+ "p2shtype": 122,
+ "wiftype": 28,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "lbc",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "type": "UTXO",
+ "chain_variant": "LBC"
},
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "derivation_path": "m/44'/140'",
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "lbc.electrum1.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "lbc.electrum2.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
}
],
"explorer_block_url": "block/"
},
- "JGOLD-PLG20": {
- "coin": "JGOLD-PLG20",
- "type": "Matic",
- "name": "Jarvis Gold",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "XAU",
- "explorer_url": "https://polygonscan.com/",
+ "LBC-segwit": {
+ "coin": "LBC-segwit",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20169,54 +17756,49 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Gold",
- "rpcport": 80,
+ "sign_message_prefix": "LBRYcrd Signed Message:\n",
+ "fname": "LBRY Credits",
+ "rpcport": 9245,
+ "pubtype": 85,
+ "p2shtype": 122,
+ "wiftype": 28,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "lbc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LBC",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c"
- }
+ "type": "UTXO",
+ "chain_variant": "LBC"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "derivation_path": "m/84'/140'",
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "lbc.electrum1.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "lbc.electrum2.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
}
],
- "explorer_block_url": "block/",
- "forex_id": "XAU"
+ "explorer_block_url": "block/"
},
- "JJPY-PLG20": {
- "coin": "JJPY-PLG20",
- "type": "Matic",
- "name": "Jarvis Japanese Yen",
- "coinpaprika_id": "jjpy-jarvis-synthetic-japanese-yen",
- "coingecko_id": "jarvis-synthetic-japanese-yen",
- "livecoinwatch_id": "JPY",
- "explorer_url": "https://polygonscan.com/",
+ "LC2": {
+ "coin": "LC2",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20224,62 +17806,48 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Japanese Yen",
- "rpcport": 80,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
},
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
+ "electrum": [
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum01.lc2.online:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "forex_id": "JPY"
+ "explorer_block_url": "block/"
},
- "JKRW-PLG20": {
- "coin": "JKRW-PLG20",
- "type": "Matic",
- "name": "Jarvis South Korean Won",
- "coinpaprika_id": "",
+ "LC2-segwit": {
+ "coin": "LC2-segwit",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
"coingecko_id": "",
- "livecoinwatch_id": "KRW",
- "explorer_url": "https://polygonscan.com/",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -20287,1714 +17855,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis South Korean Won",
- "rpcport": 80,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LC2",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "derivation_path": "m/84'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "KRW"
- },
- "JMXN-PLG20": {
- "coin": "JMXN-PLG20",
- "type": "Matic",
- "name": "Jarvis Mexican Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "MXN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Mexican Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "MXN"
- },
- "JNZD-PLG20": {
- "coin": "JNZD-PLG20",
- "type": "Matic",
- "name": "Jarvis New Zealand Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis New Zealand Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "NZD"
- },
- "JPHP-PLG20": {
- "coin": "JPHP-PLG20",
- "type": "Matic",
- "name": "Jarvis Philippine Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PHP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Philippine Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PHP"
- },
- "JPLN-PLG20": {
- "coin": "JPLN-PLG20",
- "type": "Matic",
- "name": "Jarvis Polish Zloty",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PLN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Polish Zloty",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PLN"
- },
- "JPYC-AVX20": {
- "coin": "JPYC-AVX20",
- "type": "AVX-20",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JPYC-PLG20": {
- "coin": "JPYC-PLG20",
- "type": "Matic",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-ERC20": {
- "coin": "JRT-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-PLG20": {
- "coin": "JRT-PLG20",
- "type": "Matic",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JSEK-PLG20": {
- "coin": "JSEK-PLG20",
- "type": "Matic",
- "name": "Jarvis Swedish Krona",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SEK",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swedish Krona",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SEK"
- },
- "JSGD-PLG20": {
- "coin": "JSGD-PLG20",
- "type": "Matic",
- "name": "Jarvis Singapore Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SGD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Singapore Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SGD"
- },
- "JTRY-PLG20": {
- "coin": "JTRY-PLG20",
- "type": "Matic",
- "name": "Jarvis Turkish Lira",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Turkish Lira",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "TRY"
- },
- "JUSD-PLG20": {
- "coin": "JUSD-PLG20",
- "type": "Matic",
- "name": "Jarvis United States Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis United States Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "USD"
- },
- "JST-BEP20": {
- "coin": "JST-BEP20",
- "type": "BEP-20",
- "name": "JUST",
- "coinpaprika_id": "jst-just",
- "coingecko_id": "just",
- "livecoinwatch_id": "JST",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JUST",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCN": {
- "coin": "KCN",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-segwit": {
- "coin": "KCN-segwit",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "KCN",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-BEP20": {
- "coin": "KCN-BEP20",
- "type": "BEP-20",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kylacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 12,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCS": {
- "coin": "KCS",
- "type": "KRC-20",
- "name": "KuCoin Token",
- "coinpaprika_id": "kcs-kucoin-token",
- "coingecko_id": "kucoin-shares",
- "livecoinwatch_id": "KCS",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "KuCoin Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "required_confirmations": 3,
- "avg_blocktime": 3,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 321
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "KCC",
- "links": {
- "homepage": "https://kcc.io"
- },
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KMD": {
- "coin": "KMD",
- "type": "Smart Chain",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "fname": "Komodo",
- "rpcport": 7771,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "links": {
- "github": "https://github.com/komodoplatform/komodo",
- "homepage": "https://komodoplatform.com"
- },
- "electrum": [
- {
- "url": "kmd.electrum1.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "is_claimable": true,
- "minimal_claim_amount": "10"
- },
- "KMD-BEP20": {
- "coin": "KMD-BEP20",
- "type": "BEP-20",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Komodo",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-BEP20": {
- "coin": "KNC-BEP20",
- "type": "BEP-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-ERC20": {
- "coin": "KNC-ERC20",
- "type": "ERC-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Kyber Network",
- "links": {
- "github": "https://github.com/KyberNetwork",
- "homepage": "https://kyber.network"
- },
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KNC-PLG20": {
- "coin": "KNC-PLG20",
- "type": "Matic",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KNC-AVX20": {
- "coin": "KNC-AVX20",
- "type": "AVX-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KOIN": {
- "coin": "KOIN",
- "type": "Smart Chain",
- "name": "Koinon",
- "coinpaprika_id": "koin-koinon",
- "coingecko_id": "koinon",
- "livecoinwatch_id": "",
- "explorer_url": "https://block.koinon.cloud/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "KOIN",
- "fname": "Koinon",
- "is_privacy_coin": true,
- "rpcport": 10702,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "koin.electrum1.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum2.cipig.net:20024",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum3.cipig.net:20024",
+ "url": "electrum01.lc2.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
]
}
],
"explorer_block_url": "block/"
},
- "KSM-BEP20": {
- "coin": "KSM-BEP20",
- "type": "BEP-20",
- "name": "Kusama",
- "coinpaprika_id": "ksm-kusama",
- "coingecko_id": "kusama",
- "livecoinwatch_id": "KSM",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kusama",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "LBC": {
- "coin": "LBC",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "LBRYcrd Signed Message:\n",
- "fname": "LBRY Credits",
- "rpcport": 9245,
- "pubtype": 85,
- "p2shtype": 122,
- "wiftype": 28,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "lbc",
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "LBC"
- },
- "derivation_path": "m/44'/140'",
- "electrum": [
- {
- "url": "lbc.electrum1.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum2.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- }
- ],
- "explorer_block_url": "block/"
- },
- "LBC-segwit": {
- "coin": "LBC-segwit",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "LBRYcrd Signed Message:\n",
- "fname": "LBRY Credits",
- "rpcport": 9245,
- "pubtype": 85,
- "p2shtype": 122,
- "wiftype": 28,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "lbc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "LBC",
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "LBC"
- },
- "derivation_path": "m/84'/140'",
- "electrum": [
- {
- "url": "lbc.electrum1.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum2.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- }
- ],
- "explorer_block_url": "block/"
- },
"LCC": {
"coin": "LCC",
"type": "UTXO",
@@ -22031,11 +17929,11 @@
"derivation_path": "m/44'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50002",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -22091,11 +17989,11 @@
"derivation_path": "m/84'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50002",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -22337,7 +18235,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22358,6 +18256,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22368,10 +18272,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22409,23 +18309,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22434,6 +18322,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22468,14 +18359,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -22536,23 +18419,11 @@
},
"contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22561,60 +18432,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "LEO-PLG20": {
- "coin": "LEO-PLG20",
- "type": "Matic",
- "name": "LEO Token",
- "coinpaprika_id": "leo-leo-token",
- "coingecko_id": "leo-token",
- "livecoinwatch_id": "LEO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "LEO Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22650,23 +18470,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22675,6 +18483,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22714,16 +18525,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -22747,7 +18564,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22762,6 +18579,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22772,10 +18595,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22855,14 +18674,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -22907,7 +18718,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22925,6 +18736,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22935,10 +18752,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22964,7 +18777,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22979,6 +18792,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22989,10 +18808,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23035,23 +18850,11 @@
},
"contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23060,6 +18863,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23084,7 +18890,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23105,6 +18911,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23115,69 +18927,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "LRC-PLG20": {
- "coin": "LRC-PLG20",
- "type": "Matic",
- "name": "Loopring",
- "coinpaprika_id": "lrc-loopring",
- "coingecko_id": "loopring",
- "livecoinwatch_id": "LRC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Loopring",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"LEASH-ERC20": {
"coin": "LEASH-ERC20",
"type": "ERC-20",
@@ -23209,23 +18963,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x27C70Cd1946795B66be9d954418546998b546634",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23234,6 +18976,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23275,23 +19020,11 @@
},
"contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23300,6 +19033,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23324,7 +19060,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23345,6 +19081,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23355,10 +19097,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23399,23 +19137,11 @@
},
"contract_address": "0x58b6A8A3302369DAEc383334672404Ee733aB239",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23424,6 +19150,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23466,15 +19195,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -23499,7 +19228,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23514,6 +19243,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23524,10 +19259,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23595,18 +19326,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -23678,18 +19397,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -23787,23 +19494,11 @@
},
"contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23812,6 +19507,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -23836,7 +19534,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23851,6 +19549,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23861,10 +19565,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23944,14 +19644,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -23996,7 +19688,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24011,6 +19703,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24021,10 +19719,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24062,23 +19756,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24087,6 +19769,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24121,14 +19806,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -24172,9 +19849,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
@@ -24183,14 +19857,20 @@
"chain_id": 137
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
{
"url": "https://polygon-bor-rpc.publicnode.com",
"ws_url": "wss://polygon-bor-rpc.publicnode.com"
@@ -24226,7 +19906,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24247,6 +19927,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24257,10 +19943,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24303,23 +19985,11 @@
},
"contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24328,6 +19998,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -24378,121 +20051,6 @@
"explorer_block_url": "block/",
"binance_id": "MATIC"
},
- "MC-ERC20": {
- "coin": "MC-ERC20",
- "type": "ERC-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "MC-BEP20": {
- "coin": "MC-BEP20",
- "type": "BEP-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"MCL": {
"coin": "MCL",
"type": "Smart Chain",
@@ -24520,7 +20078,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -24551,18 +20108,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mcl.electrum3.cipig.net:20023",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -24594,7 +20139,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -24628,18 +20172,48 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MDX-GRC20": {
+ "coin": "MDX-GRC20",
+ "type": "GRC-20",
+ "name": "Mandala",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
+ "livecoinwatch_id": "MDX",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Mandala",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "mdx.electrum3.cipig.net:20005",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -24648,8 +20222,8 @@
"coin": "MDX-ERC20",
"type": "ERC-20",
"name": "Mandala",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
"livecoinwatch_id": "MDX",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
@@ -24676,23 +20250,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x947AEb02304391f8fbE5B25D7D98D649b57b1788",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24701,6 +20263,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24741,23 +20306,11 @@
},
"contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24766,6 +20319,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24790,7 +20346,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24805,6 +20361,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24815,10 +20377,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24856,23 +20414,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -24881,6 +20427,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -24905,7 +20454,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24920,6 +20469,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -24930,10 +20485,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24974,16 +20525,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -25007,7 +20564,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25022,6 +20579,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25032,10 +20595,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25078,23 +20637,11 @@
},
"contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25103,6 +20650,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25181,14 +20731,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -25248,23 +20790,11 @@
},
"contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25273,6 +20803,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25312,16 +20845,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -25346,7 +20885,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25361,6 +20900,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25371,65 +20916,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "MM-MVR20": {
- "coin": "MM-MVR20",
- "type": "Moonriver",
- "name": "Million",
- "coinpaprika_id": "mm-million",
- "coingecko_id": "million",
- "livecoinwatch_id": "_MM",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Million",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"MM-PLG20": {
"coin": "MM-PLG20",
"type": "Matic",
@@ -25626,23 +21117,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -25651,6 +21130,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -25694,14 +21176,117 @@
"url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "https://arb1.lava.build"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-ERC20": {
+ "coin": "MORPHO-ERC20",
+ "type": "ERC-20",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://morpho.org"
+ },
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-BASE": {
+ "coin": "MORPHO-BASE",
+ "type": "Base",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://arbitrum-one-rpc.publicnode.com",
- "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -25720,7 +21305,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonriver",
"rpcport": 80,
"mm2": 1,
@@ -25733,12 +21318,11 @@
"chain_id": 1285
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Moonriver",
"links": {
"homepage": "https://moonbeam.network/networks/moonriver/"
},
- "use_access_list": true,
+ "derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"gas_limit": {
@@ -25754,12 +21338,8 @@
"ws_url": "wss://moonriver-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://moonriver.api.onfinality.io/public",
+ "ws_url": "wss://moonriver.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -25779,12 +21359,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonbeam",
"rpcport": 80,
"mm2": 1,
"chain_id": 1284,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -25803,12 +21382,12 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://moonbeam.drpc.org",
- "ws_url": "wss://moonbeam.drpc.org"
+ "url": "https://moonbeam-rpc.publicnode.com",
+ "ws_url": "wss://moonbeam-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonbeam.network",
- "ws_url": "wss://wss.api.moonbeam.network"
+ "url": "https://moonbeam.api.onfinality.io/public",
+ "ws_url": "wss://moonbeam.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -25879,7 +21458,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25894,6 +21473,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25904,10 +21489,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25932,7 +21513,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25953,6 +21534,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -25963,10 +21550,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26065,7 +21648,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26080,6 +21663,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26090,10 +21679,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26135,23 +21720,11 @@
},
"contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26160,6 +21733,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -26238,14 +21814,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -26470,7 +22038,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26491,6 +22059,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26501,10 +22075,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26574,133 +22144,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-ERC20": {
- "coin": "NZDS-ERC20",
- "type": "ERC-20",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-PLG20": {
- "coin": "NZDS-PLG20",
- "type": "Matic",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -26774,7 +22217,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26790,58 +22233,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "OCEAN-BEP20": {
- "coin": "OCEAN-BEP20",
- "type": "BEP-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26852,134 +22248,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "OCEAN-ERC20": {
- "coin": "OCEAN-ERC20",
- "type": "ERC-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ocean Token",
- "links": {
- "github": "https://github.com/oceanprotocol",
- "homepage": "https://oceanprotocol.com"
- },
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "OCEAN-PLG20": {
- "coin": "OCEAN-PLG20",
- "type": "Matic",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"OM-ERC20": {
"coin": "OM-ERC20",
"type": "ERC-20",
@@ -27012,23 +22285,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27037,6 +22298,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27061,7 +22325,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27082,6 +22346,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27092,255 +22362,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "OM-PLG20": {
- "coin": "OM-PLG20",
- "type": "Matic",
- "name": "MANTRA",
- "coinpaprika_id": "om-mantra-dao",
- "coingecko_id": "mantra-dao",
- "livecoinwatch_id": "OM",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "MANTRA",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "OMG-ERC20": {
- "coin": "OMG-ERC20",
- "type": "ERC-20",
- "name": "OMG Network",
- "coinpaprika_id": "omg-omg-network",
- "coingecko_id": "omisego",
- "livecoinwatch_id": "OMG",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "OMG Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "OmiseGO",
- "links": {
- "github": "https://github.com/omisego",
- "homepage": "https://omg.omise.co"
- },
- "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "OMG-PLG20": {
- "coin": "OMG-PLG20",
- "type": "Matic",
- "name": "OMG Network",
- "coinpaprika_id": "omg-omg-network",
- "coingecko_id": "omisego",
- "livecoinwatch_id": "OMG",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "OMG Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ONE": {
- "coin": "ONE",
- "type": "HRC-20",
- "name": "Harmony",
- "coinpaprika_id": "one-harmony",
- "coingecko_id": "harmony",
- "livecoinwatch_id": "ONE",
- "explorer_url": "https://explorer.harmony.one/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Harmony",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1666600000,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 1666600000
- }
- },
- "derivation_path": "m/44'/60'",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://1rpc.io/one"
- },
- {
- "url": "https://api.harmony.one"
- },
- {
- "url": "https://api.s0.t.hmny.io"
- },
- {
- "url": "https://harmony-0.drpc.org",
- "ws_url": "wss://harmony-0.drpc.org"
- }
- ],
- "explorer_block_url": "block/",
- "binance_id": "ONE"
+ "explorer_block_url": "block/"
},
- "ONT-BEP20": {
- "coin": "ONT-BEP20",
- "type": "BEP-20",
- "name": "Ontology",
- "coinpaprika_id": "ont-ontology",
- "coingecko_id": "ontology",
- "livecoinwatch_id": "ONT",
- "explorer_url": "https://bscscan.com/",
+ "OM-PLG20": {
+ "coin": "OM-PLG20",
+ "type": "Matic",
+ "name": "MANTRA",
+ "coinpaprika_id": "om-mantra-dao",
+ "coingecko_id": "mantra-dao",
+ "livecoinwatch_id": "OM",
+ "explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -27348,57 +22382,52 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Ontology",
+ "fname": "MANTRA",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335"
+ "platform": "MATIC",
+ "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "PAX-ERC20": {
- "coin": "PAX-ERC20",
+ "OMG-ERC20": {
+ "coin": "OMG-ERC20",
"type": "ERC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
+ "name": "OMG Network",
+ "coinpaprika_id": "omg-omg-network",
+ "coingecko_id": "omisego",
+ "livecoinwatch_id": "OMG",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -27407,44 +22436,33 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Paxos Standard",
+ "fname": "OMG Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "required_confirmations": 3,
+ "decimals": 18,
"avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "Paxos Standard (PAX)",
+ "trezor_coin": "OmiseGO",
"links": {
- "github": "https://github.com/paxosglobal",
- "homepage": "https://www.paxos.com/standard"
+ "github": "https://github.com/omisego",
+ "homepage": "https://omg.omise.co"
},
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
+ "contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27453,18 +22471,21 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "PAX-BEP20": {
- "coin": "PAX-BEP20",
- "type": "BEP-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://bscscan.com/",
+ "ONDO-ERC20": {
+ "coin": "ONDO-ERC20",
+ "type": "ERC-20",
+ "name": "Ondo",
+ "coinpaprika_id": "ondo-ondo",
+ "coingecko_id": "ondo-finance",
+ "livecoinwatch_id": "ONDO",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -27472,52 +22493,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Paxos Standard",
+ "fname": "Ondo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094"
+ "platform": "ETH",
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://ondo.finance"
+ },
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "PAX-KRC20": {
- "coin": "PAX-KRC20",
- "type": "KRC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "ONE": {
+ "coin": "ONE",
+ "type": "HRC-20",
+ "name": "Harmony",
+ "coinpaprika_id": "one-harmony",
+ "coingecko_id": "harmony",
+ "livecoinwatch_id": "ONE",
+ "explorer_url": "https://explorer.harmony.one/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -27525,43 +22548,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Paxos Standard",
+ "fname": "Harmony",
"rpcport": 80,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
+ "chain_id": 1666600000,
+ "max_eth_tx_type": 2,
"required_confirmations": 3,
+ "avg_blocktime": 15,
"protocol": {
- "type": "ERC20",
+ "type": "ETH",
"protocol_data": {
- "platform": "KCS",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590"
+ "chain_id": 1666600000
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590",
- "parent_coin": "KCS",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
+ "url": "https://one-mainnet-s0.gateway.tatum.io"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "ONE"
},
- "PAX-PLG20": {
- "coin": "PAX-PLG20",
- "type": "Matic",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://polygonscan.com/",
+ "ONT-BEP20": {
+ "coin": "ONT-BEP20",
+ "type": "BEP-20",
+ "name": "Ontology",
+ "coinpaprika_id": "ont-ontology",
+ "coingecko_id": "ontology",
+ "livecoinwatch_id": "ONT",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -27569,43 +22587,50 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Paxos Standard",
+ "fname": "Ontology",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e"
+ "platform": "BNB",
+ "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xFd7B3A77848f1C2D67E05E54d78d174a0C850335",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"PAXG-ERC20": {
@@ -27645,23 +22670,11 @@
},
"contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27670,6 +22683,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27704,14 +22720,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -27779,15 +22787,6 @@
"discord": "technovision"
}
]
- },
- {
- "url": "electrumx2.flopcoin.net:10004",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -27829,23 +22828,20 @@
},
"electrum": [
{
- "url": "electrum.pepeblocks.com:50002",
+ "url": "electrum.pepe.tips:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "pep.electrum3.cipig.net:20076",
+ "url": "electrum.pepeblocks.com:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
}
@@ -27890,15 +22886,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -27935,23 +22931,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x808507121B80c02388fAd14726482e061B8da827",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27960,6 +22944,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27984,7 +22971,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27999,6 +22986,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28009,10 +23002,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28053,23 +23042,11 @@
},
"contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28078,6 +23055,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28102,7 +23082,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28120,6 +23100,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28130,10 +23116,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28180,284 +23162,26 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
- }
- ],
- "explorer_block_url": "block/"
- },
- "PINK": {
- "coin": "PINK",
- "type": "UTXO",
- "name": "Pinkcoin",
- "coinpaprika_id": "pink-pinkcoin",
- "coingecko_id": "pinkcoin",
- "livecoinwatch_id": "PINK",
- "explorer_url": "https://chainz.cryptoid.info/pink/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Pinkcoin Signed Message:\n",
- "fname": "Pinkcoin",
- "rpcport": 9135,
- "isPoS": 1,
- "pubtype": 3,
- "p2shtype": 28,
- "wiftype": 131,
- "txfee": 10000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/117'",
- "links": {
- "github": "https://github.com/Pink2Dev/Pink2",
- "homepage": "https://getstarted.with.pink"
- },
- "electrum": [
- {
- "url": "pink-one.ewm-cx.net:50001",
- "protocol": "TCP"
- },
- {
- "url": "pink-two.ewm-cx.net:50001",
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "PIVX": {
- "coin": "PIVX",
- "type": "UTXO",
- "name": "PIVX",
- "coinpaprika_id": "pivx-pivx",
- "coingecko_id": "pivx",
- "livecoinwatch_id": "PIVX",
- "explorer_url": "https://chainz.cryptoid.info/pivx/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkNet Signed Message:\n",
- "fname": "PIVX",
- "is_privacy_coin": true,
- "rpcport": 51473,
- "pubtype": 30,
- "p2shtype": 13,
- "wiftype": 212,
- "txfee": 100000,
- "dust": 5460,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "PIVX"
- },
- "derivation_path": "m/44'/119'",
- "electrum": [
- {
- "url": "electrum01.chainster.org:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "312541186793406465"
- }
- ]
- },
- {
- "url": "electrum02.chainster.org:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "312541186793406465"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?",
- "binance_id": "PIVX"
- },
- "PND": {
- "coin": "PND",
- "type": "UTXO",
- "name": "Pandacoin",
- "coinpaprika_id": "pnd-pandacoin",
- "coingecko_id": "pandacoin",
- "livecoinwatch_id": "PND",
- "explorer_url": "https://chainz.cryptoid.info/pnd/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Pandacoin Signed Message:\n",
- "fname": "Pandacoin",
- "isPoS": 1,
- "rpcport": 22444,
- "pubtype": 55,
- "p2shtype": 22,
- "wiftype": 183,
- "decimals": 6,
- "txfee": 10000000,
- "dust": 1000000,
- "segwit": true,
- "bech32_hrp": "pn",
- "mm2": 1,
- "required_confirmations": 1,
- "avg_blocktime": 600,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/37'",
- "links": {
- "github": "https://github.com/DigitalPandacoin/pandacoin",
- "homepage": "https://pandacoin.tech"
- },
- "electrum": [
- {
- "url": "electrum.thepandacoin.net:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "374235093348253706"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "POT": {
- "coin": "POT",
- "type": "UTXO",
- "name": "PotCoin",
- "coinpaprika_id": "pot-potcoin",
- "coingecko_id": "potcoin",
- "livecoinwatch_id": "_POT",
- "explorer_url": "https://chainz.cryptoid.info/pot/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Potcoin Signed Message:\n",
- "fname": "PotCoin",
- "isPoSV": 1,
- "rpcport": 42000,
- "pubtype": 55,
- "p2shtype": 5,
- "wiftype": 183,
- "txversion": 4,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "mature_confirmations": 240,
- "required_confirmations": 5,
- "avg_blocktime": 40,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/81'",
- "electrum": [
- {
- "url": "pot-duo.ewmcx.net:50012",
- "protocol": "SSL"
- },
- {
- "url": "pot-uno.ewmcx.net:50002",
- "protocol": "SSL"
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "POT-ERC20": {
- "coin": "POT-ERC20",
- "type": "ERC-20",
- "name": "PotCoin",
- "coinpaprika_id": "",
- "coingecko_id": "potcoin",
- "livecoinwatch_id": "_POT",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "PotCoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
},
- "POT-PLG20": {
- "coin": "POT-PLG20",
+ "PGX-PLG20": {
+ "coin": "PGX-PLG20",
"type": "Matic",
- "name": "PotCoin",
+ "name": "Pegaxy Stone",
"coinpaprika_id": "",
- "coingecko_id": "potcoin",
- "livecoinwatch_id": "_POT",
+ "coingecko_id": "pegaxy-stone",
+ "livecoinwatch_id": "PGX",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -28466,7 +23190,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "PotCoin",
+ "fname": "Pegaxy Stone",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -28477,19 +23201,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB"
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -28513,13 +23229,164 @@
],
"explorer_block_url": "block/"
},
- "POWR-ERC20": {
- "coin": "POWR-ERC20",
+ "PIVX": {
+ "coin": "PIVX",
+ "type": "UTXO",
+ "name": "PIVX",
+ "coinpaprika_id": "pivx-pivx",
+ "coingecko_id": "pivx",
+ "livecoinwatch_id": "PIVX",
+ "explorer_url": "https://chainz.cryptoid.info/pivx/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "DarkNet Signed Message:\n",
+ "fname": "PIVX",
+ "is_privacy_coin": true,
+ "rpcport": 51473,
+ "pubtype": 30,
+ "p2shtype": 13,
+ "wiftype": 212,
+ "txfee": 100000,
+ "dust": 5460,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "PIVX"
+ },
+ "derivation_path": "m/44'/119'",
+ "electrum": [
+ {
+ "url": "electrum01.chainster.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "312541186793406465"
+ }
+ ]
+ },
+ {
+ "url": "electrum02.chainster.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "312541186793406465"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?",
+ "binance_id": "PIVX"
+ },
+ "PND": {
+ "coin": "PND",
+ "type": "UTXO",
+ "name": "Pandacoin",
+ "coinpaprika_id": "pnd-pandacoin",
+ "coingecko_id": "pandacoin",
+ "livecoinwatch_id": "PND",
+ "explorer_url": "https://chainz.cryptoid.info/pnd/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Pandacoin Signed Message:\n",
+ "fname": "Pandacoin",
+ "isPoS": 1,
+ "rpcport": 22444,
+ "pubtype": 55,
+ "p2shtype": 22,
+ "wiftype": 183,
+ "decimals": 6,
+ "txfee": 10000000,
+ "dust": 1000000,
+ "segwit": true,
+ "bech32_hrp": "pn",
+ "mm2": 1,
+ "required_confirmations": 1,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/37'",
+ "links": {
+ "github": "https://github.com/DigitalPandacoin/pandacoin",
+ "homepage": "https://pandacoin.tech"
+ },
+ "electrum": [
+ {
+ "url": "electrum.thepandacoin.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "374235093348253706"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "POT": {
+ "coin": "POT",
+ "type": "UTXO",
+ "name": "PotCoin",
+ "coinpaprika_id": "pot-potcoin",
+ "coingecko_id": "potcoin",
+ "livecoinwatch_id": "_POT",
+ "explorer_url": "https://chainz.cryptoid.info/pot/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "sign_message_prefix": "Potcoin Signed Message:\n",
+ "fname": "PotCoin",
+ "isPoSV": 1,
+ "rpcport": 42000,
+ "pubtype": 55,
+ "p2shtype": 5,
+ "wiftype": 183,
+ "txversion": 4,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "mature_confirmations": 240,
+ "required_confirmations": 5,
+ "avg_blocktime": 40,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/81'",
+ "electrum": [
+ {
+ "url": "pot-duo.ewmcx.net:50012",
+ "protocol": "SSL"
+ },
+ {
+ "url": "pot-uno.ewmcx.net:50002",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "POT-ERC20": {
+ "coin": "POT-ERC20",
"type": "ERC-20",
- "name": "Power Ledger",
- "coinpaprika_id": "powr-power-ledger",
- "coingecko_id": "power-ledger",
- "livecoinwatch_id": "POWR",
+ "name": "PotCoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "potcoin",
+ "livecoinwatch_id": "_POT",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -28528,44 +23395,28 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Power Ledger",
+ "fname": "PotCoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 6,
+ "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269"
+ "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "PowerLedger",
- "links": {
- "homepage": "https://powerledger.io"
- },
- "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
+ "contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28574,17 +23425,20 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "POWR-PLG20": {
- "coin": "POWR-PLG20",
+ "POT-PLG20": {
+ "coin": "POT-PLG20",
"type": "Matic",
- "name": "Power Ledger",
- "coinpaprika_id": "powr-power-ledger",
- "coingecko_id": "power-ledger",
- "livecoinwatch_id": "POWR",
+ "name": "PotCoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "potcoin",
+ "livecoinwatch_id": "_POT",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -28593,22 +23447,22 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Power Ledger",
+ "fname": "PotCoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "decimals": 6,
+ "decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
+ "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14",
+ "contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -28632,6 +23486,62 @@
],
"explorer_block_url": "block/"
},
+ "POWR-ERC20": {
+ "coin": "POWR-ERC20",
+ "type": "ERC-20",
+ "name": "Power Ledger",
+ "coinpaprika_id": "powr-power-ledger",
+ "coingecko_id": "power-ledger",
+ "livecoinwatch_id": "POWR",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Power Ledger",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "PowerLedger",
+ "links": {
+ "homepage": "https://powerledger.io"
+ },
+ "contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"PPC": {
"coin": "PPC",
"type": "UTXO",
@@ -28673,11 +23583,6 @@
"homepage": "https://peercoin.net"
},
"electrum": [
- {
- "url": "allingas.peercoinexplorer.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
{
"url": "electrum.peercoinexplorer.net:50002",
"protocol": "SSL",
@@ -28718,23 +23623,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28743,6 +23636,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28820,7 +23716,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28835,6 +23731,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28845,10 +23747,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28886,23 +23784,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28911,6 +23797,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29001,23 +23890,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29026,6 +23903,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29060,14 +23940,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -29111,7 +23983,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29126,6 +23998,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29136,10 +24014,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29180,23 +24054,11 @@
},
"contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29205,6 +24067,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29283,14 +24148,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -29322,7 +24179,7 @@
"coinpaprika_id": "shic-shibacoin",
"coingecko_id": "shibacoin",
"livecoinwatch_id": "SHIC",
- "explorer_url": "https://shibaexplorer.com/",
+ "explorer_url": "https://explorer.shibacoinshic.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -29353,7 +24210,7 @@
},
"electrum": [
{
- "url": "electrum.shibaexplorer.com:50003",
+ "url": "electrum.shibacoinshic.org:50003",
"protocol": "SSL",
"contact": [
{
@@ -29369,7 +24226,7 @@
"type": "UTXO",
"name": "TrumPow",
"coinpaprika_id": "trmp-trumpow",
- "coingecko_id": "",
+ "coingecko_id": "trumpow",
"livecoinwatch_id": "_TRMP",
"explorer_url": "https://explorer.trumpow.meme/",
"explorer_tx_url": "tx/",
@@ -29494,98 +24351,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "QIAIR-QRC20": {
- "coin": "QIAIR-QRC20",
- "type": "QRC-20",
- "name": "Qi Airdrop Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Qi Airdrop Token",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -29654,18 +24419,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -29689,7 +24442,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29710,6 +24463,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29720,10 +24479,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29764,23 +24519,11 @@
},
"contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29789,6 +24532,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29830,23 +24576,11 @@
},
"contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29855,6 +24589,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29903,60 +24640,6 @@
],
"explorer_block_url": "block/"
},
- "QRC20": {
- "coin": "QRC20",
- "type": "QRC-20",
- "name": "QRC20",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://testnet.qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "QRC20",
- "pubtype": 120,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "mm2": 1,
- "mature_confirmations": 2000,
- "required_confirmations": 1,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "tQTUM",
- "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44"
- },
- "derivation_path": "m/44'/1'"
- },
- "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44",
- "parent_coin": "tQTUM",
- "swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"QTUM": {
"coin": "QTUM",
"type": "QRC-20",
@@ -30022,18 +24705,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -30075,23 +24746,11 @@
},
"contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30100,62 +24759,14 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
"binance_id": "QTUM"
},
- "tQTUM": {
- "coin": "tQTUM",
- "type": "QRC-20",
- "name": "QTUM Testnet",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://testnet.qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Qtum Signed Message:\n",
- "fname": "QTUM Testnet",
- "rpcport": 13889,
- "pubtype": 120,
- "p2shtype": 110,
- "wiftype": 239,
- "segwit": true,
- "bech32_hrp": "tq",
- "txfee": 400000,
- "mm2": 1,
- "required_confirmations": 1,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QTUM",
- "chain_variant": "QTUM"
- },
- "derivation_path": "m/44'/1'",
- "swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"RAPH": {
"coin": "RAPH",
"type": "Smart Chain",
@@ -30183,7 +24794,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -30214,18 +24824,48 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RAPH-GRC20": {
+ "coin": "RAPH-GRC20",
+ "type": "GRC-20",
+ "name": "Raphael",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Raphael",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "raph.electrum3.cipig.net:20004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -30322,23 +24962,11 @@
},
"contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30347,6 +24975,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30386,23 +25017,11 @@
},
"contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30411,6 +25030,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30447,23 +25069,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30472,6 +25082,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30506,14 +25119,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -30603,18 +25208,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ric.electrum3.cipig.net:20074",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -30688,30 +25281,95 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "RIN": {
+ "coin": "RIN",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
+ {
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "ric.electrum3.cipig.net:20074",
+ "url": "peer2.rincoin.tech:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
}
]
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "RIC-BEP20": {
- "coin": "RIC-BEP20",
- "type": "BEP-20",
- "name": "Riecoin",
- "coinpaprika_id": "ric-riecoin",
- "coingecko_id": "riecoin",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "RIN-segwit": {
+ "coin": "RIN-segwit",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -30719,43 +25377,70 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Riecoin",
- "rpcport": 80,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "RIN",
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
+ "derivation_path": "m/84'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "peer2.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOC": {
@@ -30765,7 +25450,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://doc.komodo.earth/",
+ "explorer_url": "https://doc.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -30785,7 +25470,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -30816,18 +25500,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "doc.electrum3.cipig.net:20020",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -30839,7 +25511,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://marty.komodo.earth/",
+ "explorer_url": "https://marty.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -30859,7 +25531,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -30890,18 +25561,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "marty.electrum3.cipig.net:20021",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -30942,23 +25601,11 @@
},
"contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30967,60 +25614,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "RLC-PLG20": {
- "coin": "RLC-PLG20",
- "type": "Matic",
- "name": "iExec RLC",
- "coinpaprika_id": "rlc-iexec-rlc",
- "coingecko_id": "iexec-rlc",
- "livecoinwatch_id": "RLC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "iExec RLC",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 9,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31057,23 +25653,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31082,6 +25666,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31116,14 +25703,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x61299774020dA444Af134c82fa83E3810b309991",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -31180,23 +25759,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31205,6 +25772,108 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-ARB20": {
+ "coin": "RSR-ARB20",
+ "type": "Arbitrum",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-BASE": {
+ "coin": "RSR-BASE",
+ "type": "Base",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -31246,23 +25915,11 @@
},
"contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31271,6 +25928,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31341,7 +26001,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31356,6 +26016,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31366,10 +26032,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31399,7 +26061,7 @@
"segwit": true,
"txfee": 1000000,
"mm2": 1,
- "required_confirmations": 3,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO",
@@ -31435,23 +26097,59 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "rvn.electrum3.cipig.net:20051",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "RVN"
},
+ "RXD": {
+ "coin": "RXD",
+ "type": "UTXO",
+ "name": "Radiant",
+ "coinpaprika_id": "rxd-radiant",
+ "coingecko_id": "radiant",
+ "livecoinwatch_id": "RXD",
+ "explorer_url": "https://explorer.radiantblockchain.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Radiant",
+ "rpcport": 7332,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10000000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "signature_version": "fork_id_rxd",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/512'",
+ "links": {
+ "github": "https://github.com/Radiant-Core/Radiant-Core",
+ "homepage": "https://radiantblockchain.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.radiant4people.com:50012",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx2.radiant4people.com:50012",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"SAND-ERC20": {
"coin": "SAND-ERC20",
"type": "ERC-20",
@@ -31484,23 +26182,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31509,6 +26195,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31533,7 +26222,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31548,6 +26237,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31558,10 +26253,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31597,14 +26288,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -31649,7 +26332,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31670,6 +26353,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31680,10 +26369,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31709,7 +26394,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31730,6 +26415,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31740,13 +26431,64 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "SKY-ERC20": {
+ "coin": "SKY-ERC20",
+ "type": "ERC-20",
+ "name": "Sky",
+ "coinpaprika_id": "sky-sky",
+ "coingecko_id": "sky",
+ "livecoinwatch_id": "__________SKY",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Sky",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://sky.money"
+ },
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"SNX-AVX20": {
@@ -31784,16 +26526,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -31817,7 +26565,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31832,6 +26580,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31842,10 +26596,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31888,23 +26638,11 @@
},
"contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31913,6 +26651,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31991,14 +26732,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -32043,7 +26776,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32058,6 +26791,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32068,10 +26807,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32107,14 +26842,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -32170,23 +26897,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32195,80 +26910,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACECOIN": {
- "coin": "SPACECOIN",
- "type": "Smart Chain",
- "name": "Spacecoin",
- "coinpaprika_id": "space-spacecoin7367",
- "coingecko_id": "",
- "livecoinwatch_id": "__________SPACE",
- "explorer_url": "https://explorer.spaceworks.co/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "SPACE",
- "fname": "Spacecoin",
- "is_privacy_coin": true,
- "rpcport": 35593,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 6,
- "requires_notarization": false,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "spacecoin.electrum1.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
},
{
- "url": "spacecoin.electrum2.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32311,64 +26955,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACE-AVX20_OLD": {
- "coin": "SPACE-AVX20_OLD",
- "type": "AVX-20",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -32408,16 +27003,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -32441,7 +27042,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32456,6 +27057,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32466,77 +27073,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "SPACE-PLG20_OLD": {
- "coin": "SPACE-PLG20_OLD",
- "type": "Matic",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "space-space-token",
- "coingecko_id": "space-token-bsc",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-PLG20": {
"coin": "SPACE-PLG20",
"type": "Matic",
@@ -32567,14 +27108,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -32631,23 +27164,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32656,60 +27177,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "SRM-PLG20": {
- "coin": "SRM-PLG20",
- "type": "Matic",
- "name": "Serum",
- "coinpaprika_id": "srm-serum",
- "coingecko_id": "serum",
- "livecoinwatch_id": "SRM",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Serum",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32752,6 +27222,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32762,10 +27238,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32806,16 +27278,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -32839,7 +27317,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32854,6 +27332,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32864,10 +27348,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32910,23 +27390,11 @@
},
"contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32935,6 +27403,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32983,56 +27454,6 @@
],
"explorer_block_url": "block/"
},
- "SUSHI-MVR20": {
- "coin": "SUSHI-MVR20",
- "type": "Moonriver",
- "name": "Sushi",
- "coinpaprika_id": "sushi-sushi",
- "coingecko_id": "sushi",
- "livecoinwatch_id": "SUSHI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Sushi",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"SUSHI-PLG20": {
"coin": "SUSHI-PLG20",
"type": "Matic",
@@ -33063,14 +27484,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -33114,7 +27527,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33129,6 +27542,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33139,10 +27558,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33167,7 +27582,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33182,6 +27597,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33192,10 +27613,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33233,23 +27650,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33258,6 +27663,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33295,15 +27703,19 @@
"nodes": [
{
"url": "https://rpc.smartbch.org",
- "contact": {
- "email": "contact@smartbch.org"
- }
+ "contact": [
+ {
+ "email": "contact@smartbch.org"
+ }
+ ]
},
{
"url": "https://smartbch.greyh.at",
- "contact": {
- "email": "quest@mac.com"
- }
+ "contact": [
+ {
+ "email": "quest@mac.com"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -33340,23 +27752,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33365,6 +27765,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33389,7 +27792,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33404,6 +27807,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33414,10 +27823,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33453,14 +27858,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -33520,16 +27917,125 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-ERC20": {
+ "coin": "SYRUP-ERC20",
+ "type": "ERC-20",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://maple.finance"
+ },
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-BASE": {
+ "coin": "SYRUP-BASE",
+ "type": "Base",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -33595,22 +28101,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"SYS-segwit": {
"coin": "SYS-segwit",
@@ -33677,22 +28170,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"TAMA-ERC20": {
"coin": "TAMA-ERC20",
@@ -33726,23 +28206,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33751,6 +28219,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33775,7 +28246,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33790,6 +28261,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33800,10 +28277,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33847,15 +28320,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -33900,11 +28373,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -33944,23 +28413,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33969,6 +28426,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34003,14 +28463,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -34067,18 +28519,6 @@
},
"derivation_path": "m/44'/1'",
"electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "testnet.aranguren.org:51001",
"protocol": "TCP"
@@ -34122,18 +28562,6 @@
},
"derivation_path": "m/84'/1'",
"electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "testnet.aranguren.org:51001",
"protocol": "TCP"
@@ -34173,23 +28601,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34198,6 +28614,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34276,14 +28695,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -34328,7 +28739,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 7,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34349,6 +28760,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34359,23 +28776,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "THC-BEP20": {
- "coin": "THC-BEP20",
- "type": "BEP-20",
- "name": "HempCoin",
- "coinpaprika_id": "thc-hempcoin",
- "coingecko_id": "hempcoin-thc",
- "livecoinwatch_id": "THC",
- "explorer_url": "https://bscscan.com/",
+ "TKL": {
+ "coin": "TKL",
+ "type": "Smart Chain",
+ "name": "Tokel",
+ "coinpaprika_id": "tkl-tokel",
+ "coingecko_id": "tokel",
+ "livecoinwatch_id": "TKL",
+ "explorer_url": "https://explorer.tokel.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -34383,43 +28796,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HempCoin",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "asset": "TOKEL",
+ "fname": "Tokel",
+ "is_privacy_coin": true,
+ "rpcport": 29405,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "electrum": [
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "1.eu.tokel.electrum.dexstats.info:11077",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"TON-ERC20": {
@@ -34454,23 +28862,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34479,6 +28875,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34503,7 +28902,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 9,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34518,6 +28917,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34528,10 +28933,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34581,59 +28982,6 @@
],
"explorer_block_url": "block.dws?"
},
- "TRX-BEP20_OLD": {
- "coin": "TRX-BEP20_OLD",
- "type": "BEP-20",
- "name": "TRON (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRX",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "TRON (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"TRX-BEP20": {
"coin": "TRX-BEP20",
"type": "BEP-20",
@@ -34653,7 +29001,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"decimals": 6,
"required_confirmations": 3,
"protocol": {
@@ -34675,6 +29023,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34685,14 +29039,165 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "TRX"
+ },
+ "TRX": {
+ "coin": "TRX",
+ "type": "TRX",
+ "name": "TRON",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "TRX",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "TRON",
+ "mm2": 1,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Mainnet"
+ }
+ },
+ "nodes": [
+ {
+ "url": "https://api.trongrid.io"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://tron-rpc.publicnode.com"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "#/block/",
+ "binance_id": "TRX"
+ },
+ "USDT-TRC20": {
+ "coin": "USDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "USDT",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRX",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
+ }
+ },
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
+ "parent_coin": "TRX",
+ "nodes": [
+ {
+ "url": "https://api.trongrid.io"
+ },
+ {
+ "url": "https://public-trx-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
+ "TRXT": {
+ "coin": "TRXT",
+ "type": "TRX",
+ "name": "TRON Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "TRON Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Nile"
+ }
+ },
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
+ "TESTUSDT-TRC20": {
+ "coin": "TESTUSDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRXT",
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf"
+ }
+ },
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
+ "parent_coin": "TRXT",
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ],
+ "explorer_block_url": "#/block/"
},
"TRYB-AVX20": {
"coin": "TRYB-AVX20",
@@ -34724,8 +29229,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -34737,16 +29240,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -34791,11 +29300,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -34822,7 +29327,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34837,6 +29342,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34847,10 +29358,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34886,14 +29393,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -34949,23 +29448,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34974,6 +29461,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34998,7 +29488,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35013,6 +29503,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35023,10 +29519,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35068,23 +29560,11 @@
},
"contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35093,6 +29573,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35132,16 +29615,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -35264,7 +29753,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35279,6 +29768,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35289,10 +29784,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35334,23 +29825,11 @@
},
"contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35359,6 +29838,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35417,54 +29899,6 @@
],
"explorer_block_url": "block/"
},
- "UIS-OLD": {
- "coin": "UIS-OLD",
- "type": "UTXO",
- "name": "Unitus (OLD)",
- "coinpaprika_id": "uis-unitus",
- "coingecko_id": "unitus",
- "livecoinwatch_id": "UIS",
- "explorer_url": "https://explorer.unitus.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Unitus Signed Message:\n",
- "fname": "Unitus (OLD)",
- "rpcport": 50604,
- "pubtype": 68,
- "p2shtype": 10,
- "wiftype": 132,
- "txfee": 2000000,
- "dust": 6000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/723'",
- "links": {
- "github": "https://github.com/unitusdev/unitus",
- "homepage": "https://unituscurrency.com"
- },
- "electrum": [
- {
- "url": "failover.trc-uis.ewmcx.biz:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- }
- ],
- "explorer_block_url": "block/"
- },
"UIS": {
"coin": "UIS",
"type": "UTXO",
@@ -35503,7 +29937,11 @@
},
"electrum": [
{
- "url": "uis-ex-one.ewmci.online:50002",
+ "url": "failover.trc-uis.ewmcx.biz:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50002",
"protocol": "SSL"
}
],
@@ -35544,16 +29982,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -35590,23 +30034,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35615,6 +30047,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35708,16 +30143,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -35758,23 +30199,11 @@
},
"contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35783,6 +30212,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35806,7 +30238,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35821,6 +30253,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35831,10 +30269,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35914,14 +30348,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -36036,15 +30462,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -36089,11 +30515,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -36136,65 +30558,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDC-AVX20_OLD": {
- "coin": "USDC-AVX20_OLD",
- "type": "AVX-20",
- "name": "USD Coin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "USD Coin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ },
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -36235,23 +30614,11 @@
},
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36260,6 +30627,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36283,7 +30653,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36304,6 +30674,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -36314,10 +30690,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36367,52 +30739,51 @@
],
"explorer_block_url": "block/"
},
- "USDC-MVR20": {
- "coin": "USDC-MVR20",
- "type": "Moonriver",
+ "USDC-GNO": {
+ "coin": "USDC-GNO",
+ "type": "Gnosis",
"name": "USD Coin",
"coinpaprika_id": "usdc-usd-coin",
"coingecko_id": "usd-coin",
"livecoinwatch_id": "USDC",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "USD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 100,
"decimals": 6,
- "required_confirmations": 6,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
+ "platform": "XDAI",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -36447,13 +30818,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"parent_coin": "MATIC",
@@ -36553,7 +30922,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36568,6 +30937,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -36578,10 +30953,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36619,23 +30990,66 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "USDP-ERC20": {
+ "coin": "USDP-ERC20",
+ "type": "ERC-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pax Dollar",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.paxos.com/usdp"
+ },
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36644,58 +31058,67 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "USDT-MVR20": {
- "coin": "USDT-MVR20",
- "type": "Moonriver",
- "name": "Tether",
- "coinpaprika_id": "usdt-tether",
- "coingecko_id": "tether",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "USDP-BEP20": {
+ "coin": "USDP-BEP20",
+ "type": "BEP-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether",
+ "wallet_only": false,
+ "fname": "Pax Dollar",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 6,
- "required_confirmations": 6,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C"
+ "platform": "BNB",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"USDT-KRC20": {
@@ -36772,13 +31195,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"parent_coin": "MATIC",
@@ -36842,15 +31263,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -36885,8 +31306,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -36898,65 +31317,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDT-AVX20_OLD": {
- "coin": "USDT-AVX20_OLD",
- "type": "AVX-20",
- "name": "Tether (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ },
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -36980,7 +31356,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37001,6 +31377,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37011,10 +31393,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37034,7 +31412,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "Tether",
"rpcport": 80,
"mm2": 1,
@@ -37055,23 +31433,11 @@
},
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37080,6 +31446,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37122,6 +31491,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37132,10 +31507,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37198,18 +31569,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "varrr.electrum3.cipig.net:20009",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -37271,18 +31630,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "vdex.electrum3.cipig.net:20010",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -37378,7 +31725,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37399,6 +31746,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37409,10 +31762,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37449,23 +31798,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37474,6 +31811,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37510,23 +31850,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37535,18 +31863,21 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "VGX-PLG20": {
- "coin": "VGX-PLG20",
- "type": "Matic",
- "name": "Voyager",
- "coinpaprika_id": "ethos-ethos",
- "coingecko_id": "ethos",
- "livecoinwatch_id": "VGX",
- "explorer_url": "https://polygonscan.com/",
+ "VIRTUAL-ERC20": {
+ "coin": "VIRTUAL-ERC20",
+ "type": "ERC-20",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37554,53 +31885,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Voyager",
+ "fname": "Virtuals Protocol",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf"
+ "platform": "ETH",
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://www.virtuals.io"
+ },
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "VIA": {
- "coin": "VIA",
- "type": "UTXO",
- "name": "Viacoin",
- "coinpaprika_id": "via-viacoin",
- "coingecko_id": "viacoin",
- "livecoinwatch_id": "VIA",
- "explorer_url": "https://explorer.viacoin.org/",
+ "VIRTUAL-BASE": {
+ "coin": "VIRTUAL-BASE",
+ "type": "Base",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37608,99 +31940,35 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Viacoin Signed Message:\n",
- "fname": "Viacoin",
- "rpcport": 5222,
- "pubtype": 71,
- "p2shtype": 33,
- "wiftype": 199,
- "txfee": 100000,
- "dust": 54600,
- "required_confirmations": 7,
- "mature_confirmations": 3600,
- "avg_blocktime": 24,
- "segwit": true,
- "bech32_hrp": "via",
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
- },
- "electrum": [
- {
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
}
- ],
- "explorer_block_url": "block/"
- },
- "VIA-segwit": {
- "coin": "VIA-segwit",
- "type": "UTXO",
- "name": "Viacoin",
- "coinpaprika_id": "via-viacoin",
- "coingecko_id": "viacoin",
- "livecoinwatch_id": "VIA",
- "explorer_url": "https://explorer.viacoin.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Viacoin Signed Message:\n",
- "fname": "Viacoin",
- "rpcport": 5222,
- "pubtype": 71,
- "p2shtype": 33,
- "wiftype": 199,
- "txfee": 100000,
- "dust": 54600,
- "required_confirmations": 7,
- "mature_confirmations": 3600,
- "avg_blocktime": 24,
- "segwit": true,
- "bech32_hrp": "via",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "VIA",
- "mm2": 1,
- "protocol": {
- "type": "UTXO"
},
- "derivation_path": "m/84'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
- },
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -37724,7 +31992,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37745,6 +32013,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37755,10 +32029,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37961,6 +32231,57 @@
],
"explorer_block_url": "block.dws?"
},
+ "VVV-BASE": {
+ "coin": "VVV-BASE",
+ "type": "Base",
+ "name": "Venice Token",
+ "coinpaprika_id": "vvv-venice-token",
+ "coingecko_id": "venice-token",
+ "livecoinwatch_id": "_VVV",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Venice Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://venice.ai"
+ },
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"WAVES-BEP20": {
"coin": "WAVES-BEP20",
"type": "BEP-20",
@@ -37981,7 +32302,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37996,6 +32317,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38006,13 +32333,60 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "WBTC-ARB20": {
+ "coin": "WBTC-ARB20",
+ "type": "Arbitrum",
+ "name": "Wrapped Bitcoin",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
+ "coingecko_id": "wrapped-bitcoin",
+ "livecoinwatch_id": "WBTC",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Wrapped Bitcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 8,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"WBTC-ERC20": {
@@ -38052,23 +32426,11 @@
},
"contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38077,6 +32439,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38085,7 +32450,7 @@
"coin": "WBTC-PLG20",
"type": "Matic",
"name": "Wrapped Bitcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
"coingecko_id": "wrapped-bitcoin",
"livecoinwatch_id": "WBTC",
"explorer_url": "https://polygonscan.com/",
@@ -38111,14 +32476,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -38175,23 +32532,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38200,6 +32545,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38236,23 +32584,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38261,6 +32597,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38303,15 +32642,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -38351,16 +32690,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -38385,7 +32730,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38400,6 +32745,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38410,10 +32761,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38449,14 +32796,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -38481,6 +32820,277 @@
],
"explorer_block_url": "block/"
},
+ "XAUT-ERC20": {
+ "coin": "XAUT-ERC20",
+ "type": "ERC-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://gold.tether.to"
+ },
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-BEP20": {
+ "coin": "XAUT-BEP20",
+ "type": "BEP-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XAUT-PLG20": {
+ "coin": "XAUT-PLG20",
+ "type": "Matic",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 6,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-AVX20": {
+ "coin": "XAUT-AVX20",
+ "type": "AVX-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://api.avax.network/ext/bc/C/rpc"
+ },
+ {
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-ARB20": {
+ "coin": "XAUT-ARB20",
+ "type": "Arbitrum",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 6,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"XCN-ERC20": {
"coin": "XCN-ERC20",
"type": "ERC-20",
@@ -38513,23 +33123,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38538,6 +33136,57 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XCN-BASE": {
+ "coin": "XCN-BASE",
+ "type": "Base",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -38546,7 +33195,7 @@
"coin": "XCN-BEP20",
"type": "BEP-20",
"name": "Onyxcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "xcn-chain",
"coingecko_id": "chain-2",
"livecoinwatch_id": "XCN",
"explorer_url": "https://bscscan.com/",
@@ -38562,7 +33211,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38577,6 +33226,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38587,13 +33242,59 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XDAI": {
+ "coin": "XDAI",
+ "type": "Gnosis",
+ "name": "XDAI",
+ "coinpaprika_id": "dpos-xdai",
+ "coingecko_id": "xdai",
+ "livecoinwatch_id": "XDAI",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "XDAI",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 5,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 100
+ }
+ },
+ "links": {
+ "homepage": "https://www.gnosis.io"
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"XEP-segwit": {
@@ -38685,7 +33386,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38700,6 +33401,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38710,10 +33417,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38751,23 +33454,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38776,6 +33467,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38784,7 +33478,7 @@
"coin": "XIDR-PLG20",
"type": "Matic",
"name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
"coingecko_id": "straitsx-indonesia-rupiah",
"livecoinwatch_id": "XIDR",
"explorer_url": "https://polygonscan.com/",
@@ -38810,14 +33504,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -38861,7 +33547,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38882,6 +33568,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38892,10 +33584,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38933,15 +33621,6 @@
},
"derivation_path": "m/44'/90'",
"electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
@@ -38990,15 +33669,6 @@
},
"derivation_path": "m/84'/90'",
"electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
@@ -39047,18 +33717,6 @@
"homepage": "https://neurai.org"
},
"electrum": [
- {
- "url": "electrumx-dex-01.neuraiexplorer.com:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
- },
{
"url": "electrumx-dex-02.neuraiexplorer.com:50001",
"protocol": "SSL",
@@ -39121,6 +33779,14 @@
"homepage": "https://primecoin.io"
},
"electrum": [
+ {
+ "url": "electrumx.xpm.systems:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx.gemmer.primecoin.org:50011",
+ "protocol": "TCP"
+ },
{
"url": "electrumx.mainnet.primecoin.org:50011",
"protocol": "TCP"
@@ -39172,18 +33838,6 @@
"homepage": "https://ergon.moe"
},
"electrum": [
- {
- "url": "fulcrum.ergon.network:52138",
- "protocol": "SSL",
- "contact": [
- {
- "email": "licho@ergon.moe"
- },
- {
- "telegram": "licho92karol"
- }
- ]
- },
{
"url": "la.ask.systems:52138",
"protocol": "SSL",
@@ -39220,7 +33874,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39241,6 +33895,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39251,10 +33911,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39292,23 +33948,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39317,6 +33961,112 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-AVX20": {
+ "coin": "XSGD-AVX20",
+ "type": "AVX-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://api.avax.network/ext/bc/C/rpc"
+ },
+ {
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-BASE": {
+ "coin": "XSGD-BASE",
+ "type": "Base",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -39324,7 +34074,7 @@
"XSGD-ERC20": {
"coin": "XSGD-ERC20",
"type": "ERC-20",
- "name": "StraitsX Singapore Dollar",
+ "name": "StraitsX SGD",
"coinpaprika_id": "xsgd-xsgd",
"coingecko_id": "xsgd",
"livecoinwatch_id": "XSGD",
@@ -39336,7 +34086,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -39358,23 +34108,11 @@
},
"contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39383,6 +34121,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39390,7 +34131,7 @@
"XSGD-PLG20": {
"coin": "XSGD-PLG20",
"type": "Matic",
- "name": "StraitsX Singapore Dollar",
+ "name": "StraitsX SGD",
"coinpaprika_id": "xsgd-xsgd",
"coingecko_id": "xsgd",
"livecoinwatch_id": "XSGD",
@@ -39402,7 +34143,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -39417,14 +34158,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -39468,7 +34201,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39489,6 +34222,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39499,10 +34238,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39583,7 +34318,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39598,6 +34333,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39608,10 +34349,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39681,18 +34418,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -39768,7 +34493,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39789,6 +34514,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39799,10 +34530,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39843,16 +34570,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -39876,7 +34609,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39897,6 +34630,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39907,10 +34646,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39953,23 +34688,11 @@
},
"contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39978,6 +34701,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40056,14 +34782,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -40107,7 +34825,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40122,6 +34840,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40132,10 +34856,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40178,23 +34898,11 @@
},
"contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40203,179 +34911,21 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ZEC": {
- "coin": "ZEC",
- "type": "UTXO",
- "name": "Zcash",
- "coinpaprika_id": "zec-zcash",
- "coingecko_id": "zcash",
- "livecoinwatch_id": "ZEC",
- "explorer_url": "https://blockchair.com/zcash/",
- "explorer_tx_url": "transaction/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zcash Signed Message:\n",
- "fname": "Zcash",
- "is_privacy_coin": true,
- "rpcport": 8232,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "segwit": true,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x4dec4df0",
- "txfee": 100000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 75,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/133'",
- "trezor_coin": "Zcash",
- "links": {
- "github": "https://github.com/zcash/zcash",
- "homepage": "https://z.cash"
- },
- "electrum": [
- {
- "url": "zec.electrum1.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zec.electrum2.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
},
{
- "url": "zec.electrum3.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "binance_id": "ZEC"
- },
- "ZER": {
- "coin": "ZER",
- "type": "UTXO",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://insight.zerocurrency.io/insight/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zero Signed Message:\n",
- "fname": "Zero",
- "is_privacy_coin": true,
- "rpcport": 23811,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x7361707a",
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 120,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/323'",
- "links": {
- "github": "https://github.com/zerocurrencycoin/Zero",
- "homepage": "https://zero.directory"
- },
- "electrum": [
- {
- "url": "zer.electrum1.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zer.electrum2.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zer.electrum3.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "ZER-BEP20": {
- "coin": "ZER-BEP20",
- "type": "BEP-20",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://bscscan.com/",
+ "ZAMA-ERC20": {
+ "coin": "ZAMA-ERC20",
+ "type": "ERC-20",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -40383,114 +34933,53 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zero",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
+ "platform": "ETH",
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZET": {
- "coin": "ZET",
- "type": "UTXO",
- "name": "Zetacoin",
- "coinpaprika_id": "zet-zetacoin",
- "coingecko_id": "zetacoin",
- "livecoinwatch_id": "ZET",
- "explorer_url": "https://chainz.cryptoid.info/zet/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zetacoin Signed Message:\n",
- "fname": "Zetacoin",
- "isPoS": 1,
- "rpcport": 22014,
- "pubtype": 20,
- "p2shtype": 85,
- "wiftype": 153,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "mature_confirmations": 500,
- "required_confirmations": 7,
- "avg_blocktime": 45,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/719'",
"links": {
- "github": "https://github.com/WikiMin3R/ZetacoinE",
- "homepage": "https://zetacoin.io"
+ "homepage": "https://www.zama.org"
},
- "electrum": [
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "zet-ex-four.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "zet-ex-three.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "207.180.252.200:50011",
- "protocol": "TCP"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "ZIL-BEP20": {
- "coin": "ZIL-BEP20",
+ "ZAMA-BEP20": {
+ "coin": "ZAMA-BEP20",
"type": "BEP-20",
- "name": "Zilliqa",
- "coinpaprika_id": "zil-zilliqa",
- "coingecko_id": "zilliqa",
- "livecoinwatch_id": "ZIL",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -40499,31 +34988,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zilliqa",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40534,22 +35024,69 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-ARB20": {
+ "coin": "ZCHF-ARB20",
+ "type": "Arbitrum",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZRX-AVX20": {
- "coin": "ZRX-AVX20",
+ "ZCHF-AVX20": {
+ "coin": "ZCHF-AVX20",
"type": "AVX-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
"explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -40558,47 +35095,101 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
"decimals": 18,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "AVAX",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
"parent_coin": "AVAX",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ZRX-ERC20": {
- "coin": "ZRX-ERC20",
+ "ZCHF-BASE": {
+ "coin": "ZCHF-BASE",
+ "type": "Base",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-ERC20": {
+ "coin": "ZCHF-ERC20",
"type": "ERC-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -40607,7 +35198,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -40618,34 +35209,20 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "0x Project",
"links": {
- "github": "https://github.com/0xProject",
- "homepage": "https://0xproject.com"
+ "homepage": "https://www.frankencoin.com"
},
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40654,17 +35231,69 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-GNO": {
+ "coin": "ZCHF-GNO",
+ "type": "Gnosis",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "ZRX-PLG20": {
- "coin": "ZRX-PLG20",
+ "ZCHF-PLG20": {
+ "coin": "ZCHF-PLG20",
"type": "Matic",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -40673,7 +35302,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -40684,11 +35313,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -40712,62 +35341,50 @@
],
"explorer_block_url": "block/"
},
- "INK-QRC20": {
- "coin": "INK-QRC20",
- "type": "QRC-20",
- "name": "INK",
- "coinpaprika_id": "ink-ink",
- "coingecko_id": "ink",
- "livecoinwatch_id": "INK",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
+ "ZEC": {
+ "coin": "ZEC",
+ "type": "UTXO",
+ "name": "Zcash",
+ "coinpaprika_id": "zec-zcash",
+ "coingecko_id": "zcash",
+ "livecoinwatch_id": "ZEC",
+ "explorer_url": "https://blockchair.com/zcash/",
+ "explorer_tx_url": "transaction/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "INK",
- "rpcport": 3889,
+ "sign_message_prefix": "Zcash Signed Message:\n",
+ "fname": "Zcash",
+ "is_privacy_coin": true,
+ "rpcport": 8232,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "segwit": true,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x37a5165b",
+ "txfee": 100000,
"mm2": 1,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "avg_blocktime": 75,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/133'",
+ "trezor_coin": "Zcash",
+ "links": {
+ "github": "https://github.com/zcash/zcash",
+ "homepage": "https://z.cash"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "zec.electrum1.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -40779,7 +35396,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:20050",
+ "url": "zec.electrum2.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -40791,16 +35408,17 @@
]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "ZEC"
},
- "FLUX": {
- "coin": "FLUX",
+ "ZER": {
+ "coin": "ZER",
"type": "UTXO",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://explorer.runonflux.io/",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://insight.zerocurrency.io/insight/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -40808,10 +35426,10 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zelcash Signed Message:\n",
- "fname": "Flux",
+ "sign_message_prefix": "Zero Signed Message:\n",
+ "fname": "Zero",
"is_privacy_coin": true,
- "rpcport": 16124,
+ "rpcport": 23811,
"taddr": 28,
"pubtype": 184,
"p2shtype": 189,
@@ -40819,40 +35437,55 @@
"txversion": 4,
"overwintered": 1,
"version_group_id": "0x892f2085",
- "consensus_branch_id": "0x76b809bb",
- "txfee": 10000,
+ "consensus_branch_id": "0x7361707a",
+ "txfee": 1000,
"mm2": 1,
- "required_confirmations": 2,
+ "required_confirmations": 4,
"avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/19167'",
+ "derivation_path": "m/44'/323'",
"links": {
- "github": "https://github.com/RunOnFlux/fluxd",
- "homepage": "https://www.runonflux.io"
+ "github": "https://github.com/zerocurrencycoin/Zero",
+ "homepage": "https://zero.directory"
},
"electrum": [
{
- "url": "electrumx.runonflux.io:50001",
- "protocol": "TCP"
+ "url": "zer.electrum1.cipig.net:20065",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "electrumx2.runonflux.io:50001",
- "protocol": "TCP"
+ "url": "zer.electrum2.cipig.net:20065",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "FLUX-ERC20": {
- "coin": "FLUX-ERC20",
- "type": "ERC-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://etherscan.io/",
+ "ZER-BEP20": {
+ "coin": "ZER-BEP20",
+ "type": "BEP-20",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -40860,60 +35493,98 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Zero",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ "platform": "BNB",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
},
- "FLUX-BEP20": {
- "coin": "FLUX-BEP20",
+ "ZET": {
+ "coin": "ZET",
+ "type": "UTXO",
+ "name": "Zetacoin",
+ "coinpaprika_id": "zet-zetacoin",
+ "coingecko_id": "zetacoin",
+ "livecoinwatch_id": "ZET",
+ "explorer_url": "https://chainz.cryptoid.info/zet/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zetacoin Signed Message:\n",
+ "fname": "Zetacoin",
+ "isPoS": 1,
+ "rpcport": 22014,
+ "pubtype": 20,
+ "p2shtype": 85,
+ "wiftype": 153,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "mature_confirmations": 500,
+ "required_confirmations": 7,
+ "avg_blocktime": 45,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/719'",
+ "links": {
+ "github": "https://github.com/WikiMin3R/ZetacoinE",
+ "homepage": "https://zetacoin.io"
+ },
+ "electrum": [
+ {
+ "url": "207.180.252.200:50011",
+ "protocol": "TCP"
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "ZIL-BEP20": {
+ "coin": "ZIL-BEP20",
"type": "BEP-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
+ "name": "Zilliqa",
+ "coinpaprika_id": "zil-zilliqa",
+ "coingecko_id": "zilliqa",
+ "livecoinwatch_id": "ZIL",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -40922,18 +35593,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Zilliqa",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
}
},
"derivation_path": "m/44'/60'",
@@ -40943,120 +35613,40 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
- },
- "HPY-QRC20": {
- "coin": "HPY-QRC20",
- "type": "QRC-20",
- "name": "HyperPay",
- "coinpaprika_id": "hpy-hyper-pay",
- "coingecko_id": "hyper-pay",
- "livecoinwatch_id": "HPY",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "HyperPay",
- "rpcport": 3889,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
- }
- },
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "HLC-QRC20": {
- "coin": "HLC-QRC20",
- "type": "QRC-20",
- "name": "HalalChain",
- "coinpaprika_id": "hlc-halalchain",
- "coingecko_id": "halalchain",
- "livecoinwatch_id": "HLC",
- "explorer_url": "https://qtum.info/",
+ "ZRX-AVX20": {
+ "coin": "ZRX-AVX20",
+ "type": "AVX-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41064,80 +35654,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HalalChain",
- "rpcport": 3889,
+ "fname": "0x",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 43114,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "avg_blocktime": 2.4,
+ "decimals": 18,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9"
+ "platform": "AVAX",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "MED-QRC20": {
- "coin": "MED-QRC20",
- "type": "QRC-20",
- "name": "Medibloc",
- "coinpaprika_id": "med-medibloc-qrc20",
- "coingecko_id": "medibloc",
- "livecoinwatch_id": "MED",
- "explorer_url": "https://qtum.info/",
+ "ZRX-ERC20": {
+ "coin": "ZRX-ERC20",
+ "type": "ERC-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41145,79 +35709,55 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Medibloc",
- "rpcport": 3889,
+ "fname": "0x",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae"
+ "platform": "ETH",
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "0x Project",
+ "links": {
+ "github": "https://github.com/0xProject",
+ "homepage": "https://0xproject.com"
+ },
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "LSTR-QRC20": {
- "coin": "LSTR-QRC20",
+ "INK-QRC20": {
+ "coin": "INK-QRC20",
"type": "QRC-20",
- "name": "Luna Stars",
- "coinpaprika_id": "lstr-luna-stars",
- "coingecko_id": "meetluna",
- "livecoinwatch_id": "",
+ "name": "INK",
+ "coinpaprika_id": "ink-ink",
+ "coingecko_id": "ink",
+ "livecoinwatch_id": "INK",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -41226,7 +35766,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Luna Stars",
+ "fname": "INK",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -41239,16 +35779,16 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420"
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
}
},
"pubtype": 58,
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
- "decimals": 8,
+ "decimals": 9,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420",
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -41276,30 +35816,18 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
},
- "QBT-QRC20": {
- "coin": "QBT-QRC20",
- "type": "QRC-20",
- "name": "Qbao",
- "coinpaprika_id": "qbt-qbao",
- "coingecko_id": "qbao",
- "livecoinwatch_id": "QBT",
- "explorer_url": "https://qtum.info/",
+ "FLUX": {
+ "coin": "FLUX",
+ "type": "UTXO",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://explorer.runonflux.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41307,80 +35835,51 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Qbao",
- "rpcport": 3889,
+ "sign_message_prefix": "Zelcash Signed Message:\n",
+ "fname": "Flux",
+ "is_privacy_coin": true,
+ "rpcport": 16124,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x76b809bb",
+ "txfee": 10000,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "required_confirmations": 2,
+ "avg_blocktime": 120,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/19167'",
+ "links": {
+ "github": "https://github.com/RunOnFlux/fluxd",
+ "homepage": "https://www.runonflux.io"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx.runonflux.io:50001",
+ "protocol": "TCP"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.runonflux.io:50001",
+ "protocol": "TCP"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "TSL-QRC20": {
- "coin": "TSL-QRC20",
- "type": "QRC-20",
- "name": "Energo TSL",
- "coinpaprika_id": "tsl-energo",
- "coingecko_id": "energo",
- "livecoinwatch_id": "TSL",
- "explorer_url": "https://qtum.info/",
+ "FLUX-ERC20": {
+ "coin": "FLUX-ERC20",
+ "type": "ERC-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41388,80 +35887,52 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Energo TSL",
- "rpcport": 3889,
+ "fname": "Flux",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 8,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c"
+ "platform": "ETH",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 18,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "OC-QRC20": {
- "coin": "OC-QRC20",
- "type": "QRC-20",
- "name": "OceanChain",
- "coinpaprika_id": "oc-oceanchain",
- "coingecko_id": "oceanchain",
- "livecoinwatch_id": "OC",
- "explorer_url": "https://qtum.info/",
+ "FLUX-BEP20": {
+ "coin": "FLUX-BEP20",
+ "type": "BEP-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -41469,79 +35940,61 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OceanChain",
- "rpcport": 3889,
+ "fname": "Flux",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9"
+ "platform": "BNB",
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "PUT-QRC20": {
- "coin": "PUT-QRC20",
+ "HPY-QRC20": {
+ "coin": "HPY-QRC20",
"type": "QRC-20",
- "name": "Profile Utility Token",
- "coinpaprika_id": "put-profile-utility-token",
- "coingecko_id": "profile-utility-token",
- "livecoinwatch_id": "",
+ "name": "HyperPay",
+ "coinpaprika_id": "hpy-hyper-pay",
+ "coingecko_id": "hyper-pay",
+ "livecoinwatch_id": "HPY",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -41550,7 +36003,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Profile Utility Token",
+ "fname": "HyperPay",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -41563,7 +36016,7 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95"
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
}
},
"pubtype": 58,
@@ -41572,7 +36025,7 @@
"segwit": false,
"decimals": 8,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95",
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -41600,18 +36053,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -41653,23 +36094,11 @@
},
"contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41678,6 +36107,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41718,23 +36150,11 @@
},
"contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41743,6 +36163,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41784,23 +36207,11 @@
},
"contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41809,6 +36220,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41850,23 +36264,11 @@
},
"contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41875,6 +36277,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41911,23 +36316,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41936,6 +36329,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41972,23 +36368,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41997,6 +36381,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42037,23 +36424,11 @@
},
"contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42062,67 +36437,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "DX-ERC20": {
- "coin": "DX-ERC20",
- "type": "ERC-20",
- "name": "DxChain",
- "coinpaprika_id": "dx-dxchain-token",
- "coingecko_id": "dxchain",
- "livecoinwatch_id": "DX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "DxChain",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42164,23 +36481,11 @@
},
"contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42189,6 +36494,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42229,23 +36537,11 @@
},
"contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42254,6 +36550,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42295,23 +36594,11 @@
},
"contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42320,6 +36607,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42356,23 +36646,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42381,6 +36659,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42421,23 +36702,11 @@
},
"contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42446,6 +36715,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42487,23 +36759,11 @@
},
"contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42512,6 +36772,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42548,23 +36811,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42573,6 +36824,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42609,23 +36863,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42634,6 +36876,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42674,23 +36919,11 @@
},
"contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42699,6 +36932,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42735,23 +36971,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42760,6 +36984,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42796,23 +37023,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42821,6 +37036,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42845,7 +37063,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -42860,6 +37078,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -42870,10 +37094,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -42911,23 +37131,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42936,6 +37144,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42960,7 +37171,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -42975,6 +37186,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -42985,10 +37202,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43252,112 +37465,6 @@
"explorer_block_url": "block/",
"binance_id": "XEC"
},
- "SIBM-BEP20": {
- "coin": "SIBM-BEP20",
- "type": "BEP-20",
- "name": "SibMining",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "SibMining",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZINU-BEP20": {
- "coin": "ZINU-BEP20",
- "type": "BEP-20",
- "name": "Zombie Inu",
- "coinpaprika_id": "zombie-inu",
- "coingecko_id": "zinu-zombie-inu",
- "livecoinwatch_id": "ZINU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Zombie Inu",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"RUNES": {
"coin": "RUNES",
"type": "UTXO",
@@ -43409,18 +37516,6 @@
}
]
},
- {
- "url": "electrum3.runebase.io:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- },
{
"url": "electrum1.runebase.io:50001",
"protocol": "TCP",
@@ -43436,54 +37531,6 @@
],
"explorer_block_url": "block/"
},
- "ACTN": {
- "coin": "ACTN",
- "type": "Smart Chain",
- "name": "Action Coin",
- "coinpaprika_id": "actn-action-coin",
- "coingecko_id": "action-coin",
- "livecoinwatch_id": "ACTN",
- "explorer_url": "https://exp.actioncoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ACTN",
- "fname": "Action Coin",
- "is_privacy_coin": true,
- "rpcport": 51677,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrumx2.actioncoin.com:30001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"ACTN-BEP20": {
"coin": "ACTN-BEP20",
"type": "BEP-20",
@@ -43503,7 +37550,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43518,6 +37565,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43528,10 +37581,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43614,9 +37663,6 @@
},
"derivation_path": "m/44'/118'",
"rpc_urls": [
- {
- "url": "https://iris-rpc.publicnode.com"
- },
{
"url": "https://rpc.cosmos.directory/irisnet"
},
@@ -43646,7 +37692,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43661,6 +37707,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43671,10 +37723,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43895,11 +37943,78 @@
],
"explorer_block_url": "block/"
},
+ "NITO": {
+ "coin": "NITO",
+ "type": "UTXO",
+ "name": "NITO",
+ "coinpaprika_id": "nito-nito-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_NITO",
+ "explorer_url": "https://explorer.nito.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"NITO-segwit": {
"coin": "NITO-segwit",
"type": "UTXO",
"name": "NITO",
- "coinpaprika_id": "",
+ "coinpaprika_id": "nito-nito-coin",
"coingecko_id": "",
"livecoinwatch_id": "_NITO",
"explorer_url": "https://explorer.nito.network/",
@@ -43909,22 +38024,24 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"sign_message_prefix": "Nito Signed Message:\n",
"fname": "NITO",
"rpcport": 8825,
"pubtype": 0,
"p2shtype": 5,
"wiftype": 128,
- "txfee": 10000,
"segwit": true,
"bech32_hrp": "nito",
"address_format": {
"format": "segwit"
},
"orderbook_ticker": "NITO",
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
"required_confirmations": 3,
+ "mature_confirmations": 101,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -43936,7 +38053,9 @@
},
"electrum": [
{
- "url": "electrum1.nito.network:50001",
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
"contact": [
{
"email": "biigbang0001@zemzar.net"
@@ -43944,11 +38063,12 @@
{
"discord": "biigbang0001"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "electrum1.nitopool.fr:50001",
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
"contact": [
{
"email": "biigbang0001@zemzar.net"
@@ -43956,8 +38076,7 @@
{
"discord": "biigbang0001"
}
- ],
- "protocol": "TCP"
+ ]
}
],
"explorer_block_url": "block/"
@@ -44117,7 +38236,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44132,6 +38251,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44142,10 +38267,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44158,9 +38279,9 @@
"coinpaprika_id": "mewc-meowcoin",
"coingecko_id": "meowcoin",
"livecoinwatch_id": "MEWC",
- "explorer_url": "https://mewc.cryptoscope.io/",
- "explorer_tx_url": "tx/?txid=",
- "explorer_address_url": "address/?address=",
+ "explorer_url": "https://explorer.mewccrypto.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
@@ -44189,7 +38310,7 @@
},
"electrum": [
{
- "url": "electrum.mewccrypto.com:50002",
+ "url": "electrs.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -44198,7 +38319,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50002",
+ "url": "electrs2.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -44207,52 +38328,34 @@
]
},
{
- "url": "meowelectrum.xyz:50002",
+ "url": "electrs3.meowcoin.org:50002",
"protocol": "SSL",
"contact": [
{
"discord": "Meowmancer#2099"
}
]
- }
- ],
- "explorer_block_url": "block/"
- },
- "IRISTEST": {
- "coin": "IRISTEST",
- "type": "TENDERMINT",
- "name": "Iris Test",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://nyancat.iobscan.io/",
- "explorer_tx_url": "#/txs/",
- "explorer_address_url": "#/address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "avg_blocktime": 7,
- "fname": "Iris Test",
- "mm2": 1,
- "protocol": {
- "type": "TENDERMINT",
- "protocol_data": {
- "decimals": 6,
- "denom": "unyan",
- "account_prefix": "iaa",
- "chain_id": "nyancat-9",
- "gas_price": 0.5
- }
- },
- "derivation_path": "m/44'/118'",
- "rpc_urls": [
+ },
{
- "url": "http://34.80.202.172:26657"
+ "url": "electrs4.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
}
],
- "explorer_block_url": "#/blocks/"
+ "explorer_block_url": "block/"
},
"IRISTEST-IBC_NUCLEUSTEST": {
"coin": "IRISTEST-IBC_NUCLEUSTEST",
@@ -44433,23 +38536,11 @@
},
"derivation_path": "m/44'/60'",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44458,6 +38549,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44498,16 +38592,22 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -44528,7 +38628,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -44548,6 +38648,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44558,10 +38664,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44690,5 +38792,166 @@
}
],
"explorer_block_url": "block/"
+ },
+ "JUMP": {
+ "coin": "JUMP",
+ "type": "UTXO",
+ "name": "Jumpcoin",
+ "coinpaprika_id": "jump-jumpcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_JUMP",
+ "explorer_url": "https://explorer.jumpcoin.net/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Jumpcoin Signed Message:\n",
+ "fname": "Jumpcoin",
+ "isPoS": 1,
+ "rpcport": 31240,
+ "pubtype": 43,
+ "p2shtype": 122,
+ "wiftype": 171,
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "mature_confirmations": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/278'",
+ "links": {
+ "homepage": "https://jumpcoin.net",
+ "explorer": "https://explorer.jumpcoin.net",
+ "github": "https://github.com/jumpcoin"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.jumpcoin.net:50002",
+ "protocol": "SSL"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "CAT": {
+ "coin": "CAT",
+ "type": "UTXO",
+ "name": "Catcoin",
+ "coinpaprika_id": "cat-catcoin",
+ "coingecko_id": "catcoin",
+ "livecoinwatch_id": "________________________CAT",
+ "explorer_url": "https://chainz.cryptoid.info/cat/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Catcoin Signed Message:\n",
+ "fname": "Catcoin",
+ "isPoS": 0,
+ "rpcport": 9332,
+ "pubtype": 21,
+ "p2shtype": 88,
+ "wiftype": 149,
+ "txfee": 1000000,
+ "dust": 5431,
+ "segwit": false,
+ "mm2": 1,
+ "decimals": 8,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/760'",
+ "links": {
+ "homepage": "https://catcoin.org",
+ "explorer": "https://chainz.cryptoid.info/cat/",
+ "github": "https://github.com/CatcoinCore"
+ },
+ "electrum": [
+ {
+ "url": "cat-electrum2.tbtechvn.com:51001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "FIVETRAT": {
+ "coin": "FIVETRAT",
+ "type": "UTXO",
+ "name": "5TRAT Coin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer1.5trat.net/explorer/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "5TRAT Coin",
+ "rpcport": 57576,
+ "pubtype": 125,
+ "p2shtype": 80,
+ "wiftype": 181,
+ "txfee": 1000,
+ "dust": 1000,
+ "decimals": 8,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "5trat"
+ },
+ "mm2": 1,
+ "required_confirmations": 2,
+ "mature_confirmations": 100,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/5755'",
+ "links": {
+ "github": "https://github.com/WillItMod/5trat-core",
+ "homepage": "https://5trat.com"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
}
}
\ No newline at end of file
diff --git a/utils/coins_config_unfiltered.json b/utils/coins_config_unfiltered.json
index 9a5b47f18e..4825344410 100644
--- a/utils/coins_config_unfiltered.json
+++ b/utils/coins_config_unfiltered.json
@@ -92,10 +92,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -104,124 +100,18 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNF-PLG20": {
- "coin": "ILNF-PLG20",
- "type": "Matic",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ILNF-BEP20": {
- "coin": "ILNF-BEP20",
- "type": "BEP-20",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"1INCH-BEP20": {
"coin": "1INCH-BEP20",
"type": "BEP-20",
@@ -241,7 +131,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -262,6 +152,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -272,10 +168,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -313,88 +205,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x111111111117dC0aa78b770fA6A738034120C302",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "GNEISS-ERC20": {
- "coin": "GNEISS-ERC20",
- "type": "ERC-20",
- "name": "GNEISS",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "GNEISS",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -405,8 +220,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -485,23 +299,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -521,14 +323,14 @@
],
"explorer_block_url": "block/"
},
- "PGX-PLG20": {
- "coin": "PGX-PLG20",
- "type": "Matic",
- "name": "Pegaxy Stone",
+ "A29-GRC20": {
+ "coin": "A29-GRC20",
+ "type": "GRC-20",
+ "name": "A29",
"coinpaprika_id": "",
- "coingecko_id": "pegaxy-stone",
- "livecoinwatch_id": "PGX",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -536,53 +338,29 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Pegaxy Stone",
+ "fname": "A29",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ "platform": "GLEEC",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -622,10 +400,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -634,8 +408,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -659,7 +439,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -680,6 +460,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -690,10 +476,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -736,23 +518,11 @@
},
"contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -763,8 +533,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -843,23 +612,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -916,51 +673,6 @@
"homepage": "https://artbyte.art"
},
"electrum": [
- {
- "url": "aby-ex-four.ewmci.online:50011",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-four.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-four.ewmci.online:50013",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-three.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "aby-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
@@ -1001,7 +713,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1022,6 +734,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1032,10 +750,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1060,7 +774,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1081,6 +795,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1091,10 +811,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1136,272 +852,11 @@
},
"contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-AVX20": {
- "coin": "AGEUR-AVX20",
- "type": "AVX-20",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-ERC20": {
- "coin": "AGEUR-ERC20",
- "type": "ERC-20",
- "name": "agEUR",
- "coinpaprika_id": "ageur-ageur",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGEUR-PLG20": {
- "coin": "AGEUR-PLG20",
- "type": "Matic",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "agEUR",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-ERC20": {
- "coin": "AGIX-ERC20",
- "type": "ERC-20",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1412,150 +867,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "AGIX-PLG20": {
- "coin": "AGIX-PLG20",
- "type": "Matic",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AIBC": {
- "coin": "AIBC",
- "type": "UTXO",
- "name": "Aiblockchain",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AIBC",
- "explorer_url": "http://95.111.231.8:3001/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aiblockchain Signed Message:\n",
- "fname": "Aiblockchain",
- "rpcport": 7772,
- "pubtype": 23,
- "p2shtype": 23,
- "wiftype": 176,
- "txfee": 0,
- "dust": 5460,
- "segwit": true,
- "bech32_hrp": "aibc",
- "mm2": 1,
- "required_confirmations": 11,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/2'",
- "links": {
- "github": "https://github.com/nickgsh/AiBlockChain",
- "homepage": "https://aibc.space"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "AIPG": {
- "coin": "AIPG",
- "type": "UTXO",
- "name": "AI Power Grid",
- "coinpaprika_id": "aipg-ai-power-grid",
- "coingecko_id": "ai-power-grid",
- "livecoinwatch_id": "AIPG",
- "explorer_url": "https://explorer.aipowergrid.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aipg Signed Message:\n",
- "fname": "AI Power Grid",
- "rpcport": 9788,
- "pubtype": 23,
- "p2shtype": 23,
- "wiftype": 128,
- "segwit": true,
- "txfee": 1000000,
- "dust": 1000000,
- "mm2": 1,
- "required_confirmations": 6,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "RVN"
- },
- "derivation_path": "m/44'/2686'",
- "links": {
- "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
- "homepage": "aipowergrid.io"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"AIPG-BASE": {
"coin": "AIPG-BASE",
"type": "Base",
@@ -1586,6 +902,10 @@
}
},
"derivation_path": "m/44'/60'",
+ "links": {
+ "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
+ "homepage": "aipowergrid.io"
+ },
"contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608",
"parent_coin": "ETH-BASE",
"swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
@@ -1596,11 +916,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -1664,7 +980,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1679,6 +995,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -1689,10 +1011,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1729,23 +1047,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1756,8 +1062,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1792,23 +1097,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -1866,19 +1159,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -1915,23 +1204,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -1942,8 +1219,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -1987,65 +1263,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "APE-BEP20_OLD": {
- "coin": "APE-BEP20_OLD",
- "type": "BEP-20",
- "name": "ApeCoin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "APE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "ApeCoin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2056,10 +1278,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2095,23 +1313,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2163,23 +1369,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2190,8 +1384,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2234,19 +1427,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -2270,7 +1459,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2291,6 +1480,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2301,10 +1496,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2341,23 +1532,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -2368,8 +1547,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -2404,23 +1582,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2447,7 +1613,7 @@
"coinpaprika_id": "arrr-pirate",
"coingecko_id": "pirate-chain",
"livecoinwatch_id": "ARRR",
- "explorer_url": "https://pirate.explorer.dragonhound.info/",
+ "explorer_url": "https://pirate.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -2509,8 +1675,8 @@
}
},
"derivation_path": "m/44'/141'",
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
+ "requires_notarization": false,
"checkpoint_height": 1900000,
"checkpoint_blocktime": 1652512363,
"electrum": [
@@ -2585,42 +1751,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "arrr.electrum3.cipig.net:10008",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "arrr.electrum3.cipig.net:20008",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "arrr.electrum3.cipig.net:30008",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -2645,7 +1775,7 @@
"mm2": 1,
"decimals": 8,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2660,6 +1790,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2670,10 +1806,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2698,7 +1830,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2719,6 +1851,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -2729,10 +1867,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2769,23 +1903,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -2888,63 +2010,49 @@
],
"explorer_block_url": "block.dws?"
},
- "AVA-BEP20": {
- "coin": "AVA-BEP20",
- "type": "BEP-20",
- "name": "Travala.com",
- "coinpaprika_id": "",
+ "AURE": {
+ "coin": "AURE",
+ "type": "UTXO",
+ "name": "Aureus",
+ "coinpaprika_id": "aur-aureus-1",
"coingecko_id": "",
- "livecoinwatch_id": "AVA",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "AURE",
+ "explorer_url": "https://explore.aureuscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Travala.com",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "Aureus Signed Message:\n",
+ "fname": "Aureus",
+ "rpcport": 8332,
+ "pubtype": 23,
+ "p2shtype": 10,
+ "wiftype": 151,
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "aur",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
+ "derivation_path": "m/44'/11995'",
+ "links": {
+ "github": "https://github.com/sipherapex/aureus-core",
+ "homepage": "https://aureuscoin.site"
+ },
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"AVA-ERC20": {
"coin": "AVA-ERC20",
"type": "ERC-20",
- "name": "AVA",
+ "name": "AVA (Travala)",
"coinpaprika_id": "ava-travala",
"coingecko_id": "concierge-io",
"livecoinwatch_id": "AVA",
@@ -2956,7 +2064,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "AVA",
+ "fname": "AVA (Travala)",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -2973,23 +2081,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3000,8 +2096,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3062,9 +2157,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
@@ -3073,24 +2165,32 @@
"chain_id": 43114
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -3115,7 +2215,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3136,6 +2236,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3146,10 +2252,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3217,15 +2319,6 @@
}
]
},
- {
- "url": "electrum-eu.avn.network:50001",
- "contact": [
- {
- "email": "contact@avn.network"
- }
- ],
- "protocol": "TCP"
- },
{
"url": "electrum-eu.avn.network:50002",
"protocol": "SSL",
@@ -3244,15 +2337,6 @@
}
]
},
- {
- "url": "electrum-us.avn.network:50001",
- "contact": [
- {
- "email": "contact@avn.network"
- }
- ],
- "protocol": "TCP"
- },
{
"url": "electrum-us.avn.network:50002",
"protocol": "SSL",
@@ -3309,10 +2393,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -3363,23 +2443,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3390,8 +2458,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -3403,7 +2470,7 @@
"coinpaprika_id": "axe-axe",
"coingecko_id": "axe",
"livecoinwatch_id": "AXE",
- "explorer_url": "https://axe-explorer.arcpool.com/",
+ "explorer_url": "https://explorer.axe-1.zelcore.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -3504,42 +2571,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "axe.electrum3.cipig.net:10057",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "axe.electrum3.cipig.net:20057",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "axe.electrum3.cipig.net:30057",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -3563,7 +2594,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3584,6 +2615,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3594,10 +2631,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3639,23 +2672,11 @@
},
"contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -3666,104 +2687,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "AYA": {
- "coin": "AYA",
- "type": "UTXO",
- "name": "Aryacoin",
- "coinpaprika_id": "aya-aryacoin",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://explorer.aryacoin.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Aryacoin Signed Message:\n",
- "fname": "Aryacoin",
- "rpcport": 9332,
- "pubtype": 23,
- "p2shtype": 5,
- "wiftype": 176,
- "txfee": 100000,
- "dust": 54600,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/357'",
- "electrum": [
- {
- "url": "159.69.73.223:5151",
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AYA-BEP20": {
- "coin": "AYA-BEP20",
- "type": "BEP-20",
- "name": "Aryacoin",
- "coinpaprika_id": "",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Aryacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"BABYDOGE-BEP20": {
"coin": "BABYDOGE-BEP20",
"type": "BEP-20",
@@ -3783,7 +2711,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3798,6 +2726,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3808,10 +2742,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3855,19 +2785,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -3907,10 +2833,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -3919,8 +2841,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -3944,7 +2872,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3959,6 +2887,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -3969,10 +2903,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4015,23 +2945,11 @@
},
"contract_address": "0xba100000625a3754423978a60c9317c58a424e3D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4042,8 +2960,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4122,23 +3039,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -4177,7 +3082,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4192,6 +3097,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4202,10 +3113,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4230,7 +3137,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4251,6 +3158,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4261,10 +3174,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4302,23 +3211,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4329,66 +3226,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BAND-PLG20": {
- "coin": "BAND-PLG20",
- "type": "Matic",
- "name": "Band Protocol",
- "coinpaprika_id": "band-band-protocol",
- "coingecko_id": "band-protocol",
- "livecoinwatch_id": "BAND",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Band Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4428,10 +3266,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -4440,8 +3274,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -4481,23 +3321,11 @@
},
"contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -4508,8 +3336,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -4533,7 +3360,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4554,6 +3381,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -4564,10 +3397,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4652,10 +3481,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -4712,7 +3537,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50008",
+ "url": "bitcoinii.ddns.net:50008",
"protocol": "TCP",
"contact": [
{
@@ -4721,7 +3546,7 @@
]
},
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4729,15 +3554,6 @@
}
]
},
- {
- "url": "explorer.bitcoin-ii.org:50010",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "1391871602127540236"
- }
- ]
- },
{
"url": "infra1.bitcoin-ii.org:50008",
"protocol": "TCP",
@@ -4809,7 +3625,7 @@
},
"electrum": [
{
- "url": "explorer.bitcoin-ii.org:50008",
+ "url": "bitcoinii.ddns.net:50008",
"protocol": "TCP",
"contact": [
{
@@ -4818,7 +3634,7 @@
]
},
{
- "url": "explorer.bitcoin-ii.org:50009",
+ "url": "bitcoinii.ddns.net:50009",
"protocol": "SSL",
"contact": [
{
@@ -4826,15 +3642,6 @@
}
]
},
- {
- "url": "explorer.bitcoin-ii.org:50010",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "1391871602127540236"
- }
- ]
- },
{
"url": "infra1.bitcoin-ii.org:50008",
"protocol": "TCP",
@@ -4865,6 +3672,48 @@
],
"explorer_block_url": "block/"
},
+ "BCASH-GRC20": {
+ "coin": "BCASH-GRC20",
+ "type": "GRC-20",
+ "name": "B-CASH",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "B-CASH",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
+ {
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BCH": {
"coin": "BCH",
"type": "UTXO",
@@ -4979,42 +3828,6 @@
}
]
},
- {
- "url": "bch.electrum3.cipig.net:10055",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "bch.electrum3.cipig.net:20055",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "bch.electrum3.cipig.net:30055",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "bch.imaginary.cash:50002",
"protocol": "SSL"
@@ -5043,129 +3856,6 @@
"explorer_block_url": "block/",
"binance_id": "BCH"
},
- "FLEXUSD-ERC20": {
- "coin": "FLEXUSD-ERC20",
- "type": "ERC-20",
- "name": "flexUSD",
- "coinpaprika_id": "",
- "coingecko_id": "flex-usd",
- "livecoinwatch_id": "FLEXUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "flexUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JOY-PLG20": {
- "coin": "JOY-PLG20",
- "type": "Matic",
- "name": "Joystick.club",
- "coinpaprika_id": "",
- "coingecko_id": "joystick-club",
- "livecoinwatch_id": "JOY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Joystick.club",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"JKC": {
"coin": "JKC",
"type": "UTXO",
@@ -5202,44 +3892,8 @@
"github": "https://github.com/Junkcoin-Foundation/junkcoin-core",
"homepage": "https://junk-coin.com"
},
- "electrum": [
- {
- "url": "electrum.junkiewally.xyz:50003",
- "protocol": "TCP",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- },
- {
- "url": "electrum.junkiewally.xyz:50004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- },
- {
- "url": "electrum.junkiewally.xyz:50005",
- "protocol": "WSS",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"BBK": {
@@ -5301,33 +3955,6 @@
"discord": "475820011634819072"
}
]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -5336,7 +3963,7 @@
"coin": "BBK-BEP20",
"type": "BEP-20",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://bscscan.com/",
@@ -5352,7 +3979,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5367,6 +3994,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5377,10 +4010,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5390,7 +4019,7 @@
"coin": "BBK-PLG20",
"type": "Matic",
"name": "BitBlocks",
- "coinpaprika_id": "",
+ "coinpaprika_id": "bbk-bitblocks",
"coingecko_id": "",
"livecoinwatch_id": "BBK",
"explorer_url": "https://polygonscan.com/",
@@ -5421,10 +4050,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -5476,23 +4101,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5503,8 +4116,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -5530,7 +4142,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5545,6 +4157,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5555,16 +4173,111 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BCH"
},
+ "BCH2": {
+ "coin": "BCH2",
+ "type": "UTXO",
+ "name": "Bitcoin Cash II",
+ "coinpaprika_id": "bch2-bitcoin-cash-ii",
+ "coingecko_id": "bitcoin-cash-ii",
+ "livecoinwatch_id": "BCH2",
+ "explorer_url": "https://explorer.bch2.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Bitcoin Cash II",
+ "rpcport": 8342,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 1000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "bitcoincashii"
+ },
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/145'",
+ "trezor_coin": "Bitcoin Cash",
+ "links": {
+ "github": "https://github.com/Bitcoin-II",
+ "homepage": "https://bch2.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.bch2.org:50001",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum.bch2.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50001",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum2.bch2.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BEAMX-BEP20": {
"coin": "BEAMX-BEP20",
"type": "BEP-20",
@@ -5603,6 +4316,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -5613,10 +4332,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5657,10 +4372,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -5669,8 +4380,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -5707,23 +4424,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -5734,65 +4439,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "BIDR-BEP20": {
- "coin": "BIDR-BEP20",
- "type": "BEP-20",
- "name": "BIDR",
- "coinpaprika_id": "bidr-binanceidr",
- "coingecko_id": "binanceidr",
- "livecoinwatch_id": "BIDR",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "BIDR",
- "rpcport": 80,
- "chain_id": 56,
- "mm2": 1,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"BITN": {
"coin": "BITN",
"type": "UTXO",
@@ -5800,7 +4451,7 @@
"coinpaprika_id": "bit-bitnet",
"coingecko_id": "bitnet-io",
"livecoinwatch_id": "________BIT",
- "explorer_url": "https://bitexplorer.io/",
+ "explorer_url": "https://bitnet.outsidethebox.top/explorer/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -5823,8 +4474,71 @@
"protocol": {
"type": "UTXO"
},
- "electrum": [],
- "delisted": true,
+ "electrum": [
+ {
+ "url": "bit-e.minethepla.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ {
+ "url": "bit-e.minethepla.net:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50011",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50012",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
+ },
+ {
+ "url": "bitn-electrumx.wattxchange.app:50014",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
+ },
+ {
+ "url": "bitnet.outsidethebox.top:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ {
+ "url": "bitnet.outsidethebox.top:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ }
+ ],
"explorer_block_url": "block/"
},
"BCZERO": {
@@ -5854,7 +4568,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -5936,42 +4649,48 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "bczero.electrum3.cipig.net:10003",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "bczero.electrum3.cipig.net:20003",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BCZERO-GRC20": {
+ "coin": "BCZERO-GRC20",
+ "type": "GRC-20",
+ "name": "Buggyra Coin Zero",
+ "coinpaprika_id": "bczero-buggyra-coin-zero",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BCZERO",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Buggyra Coin Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "bczero.electrum3.cipig.net:30003",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -6012,25 +4731,79 @@
"github": "https://github.com/briskcoin-project/briskcoin",
"homepage": "https://briskcoin.org"
},
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "HRC": {
+ "coin": "HRC",
+ "type": "UTXO",
+ "name": "Hypercoin",
+ "coinpaprika_id": "hrc-hypercoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__HRC",
+ "explorer_url": "https://explorer.hypercoin.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Hypercoin Signed Message:\n",
+ "fname": "Hypercoin",
+ "rpcport": 8992,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 0,
+ "segwit": true,
+ "bech32_hrp": "hc",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1935'",
+ "trezor_coin": "Hypercoin",
+ "links": {
+ "github": "https://github.com/hypercoin-prj/hypercoin",
+ "homepage": "https://hypercoin.network"
+ },
"electrum": [
{
- "url": "electrumx1.briskcoin.org:50001",
- "protocol": "TCP"
+ "url": "electrumx1.hypercoin.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@hypercoin.network"
+ }
+ ]
},
{
- "url": "electrumx1.briskcoin.org:50002",
+ "url": "electrumx1.hypercoin.network:50002",
"protocol": "SSL"
},
{
- "url": "electrumx2.briskcoin.org:50001",
- "protocol": "TCP"
+ "url": "electrumx1.hypercoin.network:50003",
+ "protocol": "WSS"
},
{
- "url": "electrumx2.briskcoin.org:50002",
+ "url": "electrumx2.hypercoin.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@hypercoin.network"
+ }
+ ]
+ },
+ {
+ "url": "electrumx2.hypercoin.network:50002",
"protocol": "SSL"
},
{
- "url": "electrumx2.briskcoin.org:50003",
+ "url": "electrumx2.hypercoin.network:50003",
"protocol": "WSS"
}
],
@@ -6180,7 +4953,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6195,6 +4968,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6205,10 +4984,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6337,44 +5112,6 @@
],
"explorer_block_url": "block/"
},
- "BLOCX": {
- "coin": "BLOCX",
- "type": "UTXO",
- "name": "BLOCX.",
- "coinpaprika_id": "blocx-blocx",
- "coingecko_id": "blocx-2",
- "livecoinwatch_id": "BLOCX",
- "explorer_url": "https://explorer.blocx.space/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "BLOCX.",
- "rpcport": 12973,
- "pubtype": 25,
- "p2shtype": 26,
- "wiftype": 153,
- "segwit": false,
- "txfee": 1000,
- "mm2": 1,
- "delisted": true,
- "required_confirmations": 3,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/BLOCXTECH/BLOCX",
- "homepage": "https://blocx.tech"
- },
- "electrum": [],
- "explorer_block_url": "block/"
- },
"BNB": {
"coin": "BNB",
"type": "BEP-20",
@@ -6391,7 +5128,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -6411,6 +5148,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6421,10 +5164,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6466,12 +5205,8 @@
"github": "https://github.com/BOLI-Project/BolivarCoin",
"homepage": "https://bolis.info"
},
- "electrum": [
- {
- "url": "electrum2.bolivarcoin.tech:23001",
- "protocol": "TCP"
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block.dws?"
},
"BONE-ERC20": {
@@ -6505,23 +5240,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6532,8 +5255,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6643,7 +5365,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6664,6 +5386,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6674,10 +5402,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6720,23 +5444,11 @@
},
"contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6747,8 +5459,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -6788,10 +5499,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -6847,23 +5554,11 @@
},
"contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6874,8 +5569,110 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-GNO": {
+ "coin": "BRLA-GNO",
+ "type": "Gnosis",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-PLG20": {
+ "coin": "BRLA-PLG20",
+ "type": "Matic",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -6900,7 +5697,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 4,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6915,6 +5712,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -6925,10 +5728,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6966,23 +5765,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -6993,8 +5780,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -7029,23 +5815,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -7100,10 +5874,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -7112,8 +5882,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -7165,30 +5941,6 @@
{
"url": "bsty-main.coinmunity.gold:50013",
"protocol": "WSS"
- },
- {
- "url": "electrumserver01.globalboost.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumserver01.globalboost.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumserver01.globalboost.info:50014",
- "protocol": "SSL"
- },
- {
- "url": "electrumserver02.globalboost.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumserver02.globalboost.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumserver02.globalboost.info:50014",
- "protocol": "SSL"
}
],
"explorer_block_url": "block/"
@@ -7303,42 +6055,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:10000",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btc.electrum3.cipig.net:30000",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -7458,42 +6174,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:10000",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "btc.electrum3.cipig.net:20000",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btc.electrum3.cipig.net:30000",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -7518,7 +6198,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7539,6 +6219,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7549,10 +6235,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -7585,6 +6267,8 @@
"txfee": 10000,
"txversion": 4,
"overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0xe9ff75a6",
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 150,
@@ -7594,58 +6278,22 @@
"derivation_path": "m/44'/177'",
"electrum": [
{
- "url": "electrum1.btcz.rocks:50001",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum1.btcz.rocks:50004",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum2.btcz.rocks:50001",
+ "url": "electrum2.btcz.rocks:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "VandarGR#6065"
+ "discord": "517255090633965586"
}
- ],
- "protocol": "TCP"
+ ]
},
{
"url": "electrum2.btcz.rocks:50004",
+ "protocol": "WSS",
"contact": [
{
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum3.btcz.rocks:50001",
- "contact": [
- {
- "discord": "426842722436120577"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum3.btcz.rocks:50004",
- "contact": [
- {
- "discord": "426842722436120577"
+ "discord": "517255090633965586"
}
- ],
- "protocol": "WSS"
+ ]
}
],
"explorer_block_url": "block/"
@@ -7670,7 +6318,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7685,6 +6333,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -7695,10 +6349,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -7966,57 +6616,70 @@
],
"explorer_block_url": "block/"
},
- "BTT-BEP20": {
- "coin": "BTT-BEP20",
- "type": "BEP-20",
- "name": "BitTorrent (OLD)",
- "coinpaprika_id": "btt-bittorrent",
- "coingecko_id": "bittorrent-old",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "BTGS": {
+ "coin": "BTGS",
+ "type": "UTXO",
+ "name": "Bitcoin Gold BTGS",
+ "coinpaprika_id": "btgs-bitcoingold",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BTGS",
+ "explorer_url": "https://explore.btgscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BitTorrent (OLD)",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "BitcoinGold Signed Message:\n",
+ "fname": "Bitcoin Gold BTGS",
+ "rpcport": 18888,
+ "pubtype": 38,
+ "p2shtype": 22,
+ "wiftype": 176,
+ "fork_id": "0x00",
+ "signature_version": "base",
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "bcg",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "derivation_path": "m/44'/18888'",
+ "links": {
+ "github": "https://github.com/BTGSCOINDEV/BTGS",
+ "homepage": "https://bitcoingold.site",
+ "homepage2": "https://btgscoin.site"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "electrum.bitcoingold.site:50001",
+ "protocol": "TCP"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum.bitcoingold.site:50002",
+ "protocol": "SSL"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.bitcoingold.site:50005",
+ "protocol": "WSS"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.btgscoin.site:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum.btgscoin.site:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum.btgscoin.site:50005",
+ "protocol": "WSS"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BTTC-BEP20": {
@@ -8039,7 +6702,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8060,6 +6723,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8070,10 +6739,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8116,23 +6781,11 @@
},
"contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8143,8 +6796,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -8184,10 +6836,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -8311,30 +6959,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btx.electrum3.cipig.net:30069",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -8447,30 +7071,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:20069",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "btx.electrum3.cipig.net:30069",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -8495,7 +7095,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8511,230 +7111,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "BUSD-AVX20": {
- "coin": "BUSD-AVX20",
- "type": "AVX-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-MVR20": {
- "coin": "BUSD-MVR20",
- "type": "Moonriver",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-ERC20": {
- "coin": "BUSD-ERC20",
- "type": "ERC-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Binance USD (BUSD)",
- "links": {
- "github": "https://github.com/paxosglobal/busd-contract",
- "homepage": "https://www.paxos.com/busd"
- },
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "BUSD-BEP20": {
- "coin": "BUSD-BEP20",
- "type": "BEP-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -8745,73 +7126,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "BUSD-PLG20": {
- "coin": "BUSD-PLG20",
- "type": "Matic",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CADC-ARB20": {
"coin": "CADC-ARB20",
"type": "Arbitrum",
@@ -8850,19 +7169,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -8907,11 +7222,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -8951,23 +7262,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -8978,8 +7277,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9014,23 +7312,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9069,7 +7355,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9091,59 +7377,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "CASE-BEP20": {
- "coin": "CASE-BEP20",
- "type": "BEP-20",
- "name": "Case Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Case Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9154,161 +7392,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CCL": {
- "coin": "CCL",
- "type": "Smart Chain",
- "name": "CoinCollect",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://ccl.kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CCL",
- "fname": "CoinCollect",
- "is_privacy_coin": true,
- "rpcport": 20849,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "ccl.electrum1.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ccl.electrum1.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum1.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ccl.electrum2.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:10029",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ccl.electrum3.cipig.net:20029",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"CDN": {
"coin": "CDN",
"type": "UTXO",
@@ -9348,12 +7436,22 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34335",
+ "url": "lenoir.ecoincore.com:34335",
+ "protocol": "WSS",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34335",
"protocol": "WSS",
"disable_cert_verification": true
},
@@ -9423,12 +7521,22 @@
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34333",
+ "url": "lenoir.ecoincore.com:34333",
+ "protocol": "SSL",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "lenoir.ecoincore.com:34335",
+ "protocol": "WSS",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
- "url": "miami.ecoincore.com:34335",
+ "url": "mumbai.ecoincore.com:34335",
"protocol": "WSS",
"disable_cert_verification": true
},
@@ -9490,10 +7598,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9545,23 +7649,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9572,8 +7664,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9613,10 +7704,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -9673,23 +7760,11 @@
},
"contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -9700,8 +7775,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -9726,7 +7800,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9747,6 +7821,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9757,10 +7837,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9804,19 +7880,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -9841,7 +7913,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9862,6 +7934,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -9872,10 +7950,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9989,42 +8063,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "chips.electrum3.cipig.net:10012",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "chips.electrum3.cipig.net:20012",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "chips.electrum3.cipig.net:30012",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -10194,7 +8232,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10209,6 +8247,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10219,142 +8263,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CHSB-ERC20": {
- "coin": "CHSB-ERC20",
- "type": "ERC-20",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "SwissBorg",
- "links": {
- "homepage": "https://swissborg.com"
- },
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "CHSB-PLG20": {
- "coin": "CHSB-PLG20",
- "type": "Matic",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"CHZ-ERC20": {
"coin": "CHZ-ERC20",
"type": "ERC-20",
@@ -10387,23 +8300,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10414,8 +8315,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -10499,10 +8399,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -10557,59 +8453,8 @@
"github": "https://github.com/nochowderforyou/clams",
"homepage": "http://clamclient.com"
},
- "electrum": [
- {
- "url": "clam-ex-one.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:20075",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:30075",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block.dws?"
},
"CLC": {
@@ -10638,7 +8483,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -10704,7 +8548,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10719,6 +8563,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10729,10 +8579,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10802,10 +8648,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -10814,8 +8656,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -10839,7 +8687,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10860,6 +8708,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -10870,10 +8724,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10916,23 +8766,11 @@
},
"contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -10943,8 +8781,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11023,23 +8860,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -11091,23 +8916,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11118,8 +8931,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11203,10 +9015,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -11338,42 +9146,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -11410,23 +9182,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11437,8 +9197,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -11481,19 +9240,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -11533,10 +9288,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -11545,8 +9296,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -11625,23 +9382,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -11680,7 +9425,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11695,6 +9440,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11705,10 +9456,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11733,7 +9480,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11748,6 +9495,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -11758,10 +9511,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11799,23 +9548,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -11826,8 +9563,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12021,10 +9757,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -12033,8 +9765,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -12075,23 +9813,11 @@
},
"contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12102,8 +9828,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12127,7 +9852,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12148,6 +9873,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -12158,65 +9889,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DAI-MVR20": {
- "coin": "DAI-MVR20",
- "type": "Moonriver",
- "name": "Dai",
- "coinpaprika_id": "dai-dai",
- "coingecko_id": "dai",
- "livecoinwatch_id": "DAI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Dai",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"DAI-PLG20": {
"coin": "DAI-PLG20",
"type": "Matic",
@@ -12247,23 +9924,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -12391,111 +10056,11 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dash.electrum3.cipig.net:10061",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "dash.electrum3.cipig.net:20061",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "dash.electrum3.cipig.net:30061",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "DASH"
},
- "DDD-ERC20": {
- "coin": "DDD-ERC20",
- "type": "ERC-20",
- "name": "Scry.info",
- "coinpaprika_id": "ddd-scryinfo",
- "coingecko_id": "scry-info",
- "livecoinwatch_id": "DDD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Scry.info",
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"DENT-ERC20": {
"coin": "DENT-ERC20",
"type": "ERC-20",
@@ -12531,23 +10096,11 @@
},
"contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12558,8 +10111,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12596,23 +10148,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -12623,8 +10163,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -12659,23 +10198,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -12804,42 +10331,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:10059",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "dgb.electrum3.cipig.net:30059",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -12958,42 +10449,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:10059",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "dgb.electrum3.cipig.net:20059",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "dgb.electrum3.cipig.net:30059",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -13029,24 +10484,6 @@
},
"derivation_path": "m/44'/18'",
"electrum": [
- {
- "url": "dgc-ex-three.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "dgc-ex-three.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "electrumx.dgc.ewmcx.org:50001",
"protocol": "TCP"
@@ -13055,6 +10492,10 @@
"url": "electrumx.dgc.ewmcx.org:50002",
"protocol": "SSL"
},
+ {
+ "url": "electrumx.dgc.ewmcx.org:50003",
+ "protocol": "WSS"
+ },
{
"url": "failover.dgc.ewmcx.biz:50002",
"protocol": "SSL",
@@ -13100,23 +10541,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -13127,8 +10556,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -13153,7 +10581,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13174,6 +10602,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13184,10 +10618,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13322,92 +10752,6 @@
],
"explorer_block_url": "block/"
},
- "DIAC": {
- "coin": "DIAC",
- "type": "UTXO",
- "name": "Diabase",
- "coinpaprika_id": "diac-diabase",
- "coingecko_id": "diabase",
- "livecoinwatch_id": "DIAC",
- "explorer_url": "http://explorer.diabasecoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Diabase",
- "confpath": "USERHOME/.diabasecore/diabase.conf",
- "rpcport": 7676,
- "pubtype": 76,
- "p2shtype": 16,
- "wiftype": 204,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/diabasecoin/diabase",
- "homepage": "https://www.diabasecoin.com"
- },
- "electrum": [
- {
- "url": "diac.electrum1.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum1.cipig.net:30072",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:20072",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:30072",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"DIME": {
"coin": "DIME",
"type": "UTXO",
@@ -13443,42 +10787,6 @@
"github": "https://github.com/dime-coin/dimecoin/"
},
"electrum": [
- {
- "url": "electrumx1.dimecoinnetwork.com:50001",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx1.dimecoinnetwork.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
- {
- "url": "electrumx1.dimecoinnetwork.com:50004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
{
"url": "electrumx2.dimecoinnetwork.com:50001",
"contact": [
@@ -13641,7 +10949,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13656,6 +10964,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13666,10 +10980,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13787,42 +11097,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -13918,7 +11192,61 @@
]
},
{
- "url": "elecx2.dingocoin.com:3339",
+ "url": "elecx2.kmsoftware.org:3339",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "elecx2.kmsoftware.org:3341",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "elecx2.kmsoftware.org:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3339",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3341",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3342",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3339",
"protocol": "TCP",
"contact": [
{
@@ -13927,7 +11255,7 @@
]
},
{
- "url": "elecx2.dingocoin.com:3341",
+ "url": "seed3.dingocoin.com:3341",
"protocol": "WSS",
"contact": [
{
@@ -13936,7 +11264,7 @@
]
},
{
- "url": "elecx2.dingocoin.com:3342",
+ "url": "seed3.dingocoin.com:3342",
"protocol": "SSL",
"contact": [
{
@@ -13967,7 +11295,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13981,6 +11309,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -13991,10 +11325,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14038,19 +11368,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -14074,7 +11400,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14095,6 +11421,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14105,10 +11437,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14146,23 +11474,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -14173,8 +11489,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -14330,55 +11645,141 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DSV": {
+ "coin": "DSV",
+ "type": "UTXO",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
},
{
- "url": "doge.electrum3.cipig.net:10060",
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "doge.electrum3.cipig.net:20060",
- "protocol": "SSL",
+ "url": "node1.doriancoin.com:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "doge.electrum3.cipig.net:30060",
+ "url": "node1.doriancoin.com:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "block/"
},
- "DEV": {
- "coin": "DEV",
+ "DSV-segwit": {
+ "coin": "DSV-segwit",
"type": "UTXO",
- "name": "DogecoinEV",
- "coinpaprika_id": "dev-dogecoinev",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "________DEV",
- "explorer_url": "https://explorer.dogecoinev.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -14386,93 +11787,125 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DogecoinEV Signed Message:\n",
- "fname": "DogecoinEV",
- "rpcport": 42069,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
"pubtype": 30,
- "p2shtype": 22,
- "wiftype": 158,
- "segwit": false,
- "txfee": 1000000,
- "dingo_fee": true,
- "dust": 1000000,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "DSV",
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1420'",
+ "derivation_path": "m/84'/1948'",
"links": {
- "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
- "homepage": "https://dogecoinev.com"
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
},
"electrum": [
{
- "url": "api.dogecoinev.com:50001",
+ "url": "electrumx.doriancoin.com:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api.dogecoinev.com:50002",
- "protocol": "WSS",
+ "url": "electrumx.doriancoin.com:50002",
+ "protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api.dogecoinev.com:50003",
- "protocol": "SSL",
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api2.dogecoinev.com:50001",
+ "url": "node1.doriancoin.com:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api2.dogecoinev.com:50002",
+ "url": "node1.doriancoin.com:50004",
"protocol": "WSS",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
},
{
- "url": "api2.dogecoinev.com:50003",
+ "url": "node2.doriancoin.com:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
}
]
}
],
"explorer_block_url": "block/"
},
- "MYDOGE": {
- "coin": "MYDOGE",
+ "WJK": {
+ "coin": "WJK",
"type": "UTXO",
- "name": "Mydogecoin",
- "coinpaprika_id": "mydoge-mydogecoin",
- "coingecko_id": "mydogecoin",
- "livecoinwatch_id": "MYDOGE",
- "explorer_url": "https://explorer.mydogecoin.fun/",
+ "name": "WojakCoin",
+ "coinpaprika_id": "wjk-wojakcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "WJK",
+ "explorer_url": "https://explorer.wojakcoin.cash/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -14480,172 +11913,271 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Mydogecoin Signed Message:\n",
- "fname": "Mydogecoin",
- "rpcport": 22776,
- "pubtype": 51,
- "p2shtype": 30,
- "wiftype": 158,
- "txfee": 1000000,
- "dust": 1000000,
+ "sign_message_prefix": "WojakCoin Signed Message:\n",
+ "fname": "WojakCoin",
+ "rpcport": 20760,
+ "pubtype": 73,
+ "p2shtype": 5,
+ "wiftype": 201,
+ "segwit": false,
+ "txfee": 100000,
+ "dust": 100000,
"mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1995'",
- "trezor_coin": "Mydogecoin",
+ "derivation_path": "m/44'/20760'",
"links": {
- "github": "https://github.com/mydogecoin-project/mydogecoin",
- "homepage": "https://mydogecoin.fun"
+ "github": "https://github.com/wojakcoinproj/wojakcore",
+ "homepage": "https://wojakcoin.cash"
},
"electrum": [
{
- "url": "electrumx1.mydogecoin.fun:60001",
+ "url": "electrum1.wojakcoin.cash:50101",
"protocol": "TCP",
"contact": [
{
- "email": "support@mydogecoin.fun"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "electrumx1.mydogecoin.fun:60002",
- "protocol": "SSL"
+ "url": "electrum1.wojakcoin.cash:50102",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "electrumx1.mydogecoin.fun:60003",
- "protocol": "WSS"
+ "url": "electrum1.wojakcoin.cash:50104",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "electrumx2.mydogecoin.fun:60001",
+ "url": "electrum2.wojakcoin.cash:50001",
"protocol": "TCP",
"contact": [
{
- "email": "support@mydogecoin.fun"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "electrumx2.mydogecoin.fun:60002",
- "protocol": "SSL"
+ "url": "electrum2.wojakcoin.cash:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "electrumx2.mydogecoin.fun:60003",
- "protocol": "WSS"
+ "url": "electrum2.wojakcoin.cash:50003",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "DOGE-BEP20": {
- "coin": "DOGE-BEP20",
- "type": "BEP-20",
- "name": "Dogecoin",
- "coinpaprika_id": "doge-dogecoin",
- "coingecko_id": "dogecoin",
- "livecoinwatch_id": "DOGE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
+ "MWC": {
+ "coin": "MWC",
+ "type": "UTXO",
+ "name": "MinersWorldCoin",
+ "coinpaprika_id": "mwc-minersworldcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__MWC",
+ "explorer_url": "https://miners-world-coin-mwc.github.io/explorer/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Dogecoin",
- "rpcport": 80,
+ "sign_message_prefix": "MinersWorldCoin Signed Message:\n",
+ "fname": "MinersWorldCoin",
+ "rpcport": 5579,
+ "pubtype": 20,
+ "p2shtype": 10,
+ "wiftype": 123,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mwc",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
+ "derivation_path": "m/44'/5579'",
+ "links": {
+ "github": "https://github.com/Miners-World-Coin-MWC/MinersWorldCoin",
+ "homepage": "https://minersworld.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum.minersworld.org:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.minersworld.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.minersworld.org:50005",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "#/block/"
},
- "DOGEC": {
- "coin": "DOGEC",
+ "DEV": {
+ "coin": "DEV",
"type": "UTXO",
- "name": "DogeCash",
- "coinpaprika_id": "dogec-dogecash",
- "coingecko_id": "dogecash",
- "livecoinwatch_id": "DOGEC",
- "explorer_url": "https://explorer.dogecash.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
+ "name": "DogecoinEV",
+ "coinpaprika_id": "dev-dogecoinev",
+ "coingecko_id": "",
+ "livecoinwatch_id": "________DEV",
+ "explorer_url": "https://explorer.dogecoinev.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DarkNet Signed Message:\n",
- "fname": "DogeCash",
- "rpcport": 56750,
+ "sign_message_prefix": "DogecoinEV Signed Message:\n",
+ "fname": "DogecoinEV",
+ "rpcport": 42069,
"pubtype": 30,
- "p2shtype": 19,
- "wiftype": 122,
- "txfee": 10000,
- "dust": 5460,
+ "p2shtype": 22,
+ "wiftype": 158,
+ "segwit": false,
+ "txfee": 1000000,
+ "dingo_fee": true,
+ "dust": 1000000,
"mm2": 1,
"required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
- "type": "UTXO",
- "chain_variant": "PIVX"
+ "type": "UTXO"
},
- "derivation_path": "m/44'/385'",
+ "derivation_path": "m/44'/1420'",
"links": {
- "github": "https://github.com/dogecash/dogecash",
- "homepage": "https://dogecash.net"
+ "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
+ "homepage": "https://dogecoinev.com"
+ },
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "MYDOGE": {
+ "coin": "MYDOGE",
+ "type": "UTXO",
+ "name": "Mydogecoin",
+ "coinpaprika_id": "mydoge-mydogecoin",
+ "coingecko_id": "mydogecoin",
+ "livecoinwatch_id": "MYDOGE",
+ "explorer_url": "https://explorer.mydogecoin.fun/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Mydogecoin Signed Message:\n",
+ "fname": "Mydogecoin",
+ "rpcport": 22776,
+ "pubtype": 51,
+ "p2shtype": 30,
+ "wiftype": 158,
+ "txfee": 1000000,
+ "dust": 1000000,
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1995'",
+ "trezor_coin": "Mydogecoin",
+ "links": {
+ "github": "https://github.com/mydogecoin-project/mydogecoin",
+ "homepage": "https://mydogecoin.fun"
},
"electrum": [
{
- "url": "dogec-one.ewm-cx.com:50007",
+ "url": "electrumx1.mydogecoin.fun:60001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@mydogecoin.fun"
+ }
+ ]
+ },
+ {
+ "url": "electrumx1.mydogecoin.fun:60002",
"protocol": "SSL"
},
{
- "url": "dogec-one.ewm-cx.com:50008",
+ "url": "electrumx1.mydogecoin.fun:60003",
+ "protocol": "WSS"
+ },
+ {
+ "url": "electrumx2.mydogecoin.fun:60001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "support@mydogecoin.fun"
+ }
+ ]
+ },
+ {
+ "url": "electrumx2.mydogecoin.fun:60002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx2.mydogecoin.fun:60003",
"protocol": "WSS"
}
],
"explorer_block_url": "block/"
},
- "DOGEDASH-BEP20": {
- "coin": "DOGEDASH-BEP20",
+ "DOGE-BEP20": {
+ "coin": "DOGE-BEP20",
"type": "BEP-20",
- "name": "Doge Dash",
- "coinpaprika_id": "dogedash-doge-dash",
- "coingecko_id": "doge-dash",
- "livecoinwatch_id": "DOGEDASH",
+ "name": "Dogecoin",
+ "coinpaprika_id": "doge-dogecoin",
+ "coingecko_id": "dogecoin",
+ "livecoinwatch_id": "DOGE",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14654,25 +12186,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Doge Dash",
+ "fname": "Dogecoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70"
+ "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70",
+ "contract_address": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14683,13 +12221,57 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DOGEC": {
+ "coin": "DOGEC",
+ "type": "UTXO",
+ "name": "DogeCash",
+ "coinpaprika_id": "dogec-dogecash",
+ "coingecko_id": "dogecash",
+ "livecoinwatch_id": "DOGEC",
+ "explorer_url": "https://explorer.dogecash.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "DarkNet Signed Message:\n",
+ "fname": "DogeCash",
+ "rpcport": 56750,
+ "pubtype": 30,
+ "p2shtype": 19,
+ "wiftype": 122,
+ "txfee": 10000,
+ "dust": 5460,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "PIVX"
+ },
+ "derivation_path": "m/44'/385'",
+ "links": {
+ "github": "https://github.com/dogecash/dogecash",
+ "homepage": "https://dogecash.net"
+ },
+ "electrum": [
+ {
+ "url": "dogec-one.ewm-cx.com:50007",
+ "protocol": "SSL"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "dogec-one.ewm-cx.com:50008",
+ "protocol": "WSS"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOGGY-BEP20": {
@@ -14711,7 +12293,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14726,6 +12308,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14736,10 +12324,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14764,7 +12348,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14785,6 +12369,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -14795,10 +12385,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14831,24 +12417,14 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "1.eu.dp.electrum.dexstats.info:10021",
- "contact": [
- {
- "discord": "Zanzarismo#6500"
- }
- ],
- "protocol": "TCP"
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"DOI": {
@@ -14924,6 +12500,36 @@
}
]
},
+ {
+ "url": "pink-deer-69.doi.works:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
+ {
+ "url": "pink-deer-69.doi.works:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
+ {
+ "url": "pink-deer-69.doi.works:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
{
"url": "ugly-bird-70.doi.works:50002",
"protocol": "SSL",
@@ -14992,16 +12598,6 @@
"url": "electrum1.egulden.org:50004",
"protocol": "WSS",
"disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50002",
- "protocol": "SSL",
- "disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50004",
- "protocol": "WSS",
- "disable_cert_verification": true
}
],
"explorer_block_url": "block.dws?"
@@ -15025,7 +12621,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15046,6 +12642,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15056,80 +12658,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "EILN-ERC20": {
- "coin": "EILN-ERC20",
- "type": "ERC-20",
- "name": "eIlien",
- "coinpaprika_id": "eiln-e-ilien",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "eIlien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"ELF-BEP20": {
"coin": "ELF-BEP20",
"type": "BEP-20",
@@ -15149,7 +12682,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15170,6 +12703,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15180,10 +12719,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15226,23 +12761,11 @@
},
"contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15253,8 +12776,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15402,23 +12924,11 @@
},
"contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15429,8 +12939,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15479,14 +12988,14 @@
],
"explorer_block_url": "block/"
},
- "ENJ-PLG20": {
- "coin": "ENJ-PLG20",
- "type": "Matic",
- "name": "Enjin Coin",
- "coinpaprika_id": "enj-enjin-coin",
- "coingecko_id": "enjincoin",
- "livecoinwatch_id": "ENJ",
- "explorer_url": "https://polygonscan.com/",
+ "ENS-ERC20": {
+ "coin": "ENS-ERC20",
+ "type": "ERC-20",
+ "name": "Ethereum Name Service",
+ "coinpaprika_id": "ens-ethereum-name-service",
+ "coingecko_id": "ethereum-name-service",
+ "livecoinwatch_id": "ENS",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -15494,45 +13003,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Enjin Coin",
+ "fname": "Ethereum Name Service",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
+ "platform": "ETH",
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ens.domains"
+ },
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -15556,7 +13062,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15577,6 +13083,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15587,10 +13099,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15615,7 +13123,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 61,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -15634,13 +13141,14 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://etc.etcdesktop.com"
+ "url": "https://0xrpc.io/etc",
+ "ws_url": "wss://0xrpc.io/etc"
},
{
"url": "https://etc.rivet.link"
},
{
- "url": "https://rpc.etcinscribe.com"
+ "url": "https://ethereum-classic-mainnet.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -15665,7 +13173,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15680,6 +13188,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15690,10 +13204,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15719,8 +13229,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -15732,23 +13240,13 @@
},
"trezor_coin": "Ethereum",
"derivation_path": "m/44'/60'",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -15757,6 +13255,9 @@
{
"url": "https://mainnet.gateway.tenderly.co",
"ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -15797,10 +13298,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -15809,8 +13306,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/",
@@ -15847,21 +13350,24 @@
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"estimate_gas_mult": 1.3,
+ "gas_limit": {
+ "eth_send_coins": 50000
+ },
"swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/",
@@ -15906,11 +13412,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -15938,7 +13440,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15959,6 +13461,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -15969,10 +13477,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16054,23 +13558,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16091,6 +13583,160 @@
"explorer_block_url": "block/",
"binance_id": "ETH"
},
+ "ETHFI-ERC20": {
+ "coin": "ETHFI-ERC20",
+ "type": "ERC-20",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.ether.fi"
+ },
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-ARB20": {
+ "coin": "ETHFI-ARB20",
+ "type": "Arbitrum",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-BASE": {
+ "coin": "ETHFI-BASE",
+ "type": "Base",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"EURC-AVX20": {
"coin": "EURC-AVX20",
"type": "AVX-20",
@@ -16126,10 +13772,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -16138,8 +13780,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -16184,11 +13832,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -16231,23 +13875,11 @@
},
"contract_address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16258,8 +13890,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16302,19 +13933,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -16351,23 +13978,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16378,8 +13993,56 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "EURE-GNO": {
+ "coin": "EURE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium EUR",
+ "coinpaprika_id": "eure-monerium-eur-emoney",
+ "coingecko_id": "monerium-eur-money",
+ "livecoinwatch_id": "EURE",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium EUR",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -16414,154 +14077,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 90000,
- "erc20_payment": 150000,
- "erc20_receiver_spend": 120000,
- "erc20_sender_refund": 120000
+ "eth_send_erc20": 110000,
+ "erc20_payment": 170000,
+ "erc20_receiver_spend": 140000,
+ "erc20_sender_refund": 140000
},
"contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-ERC20": {
- "coin": "EUROE-ERC20",
- "type": "ERC-20",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "euroe-euroe-stablecoin",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-PLG20": {
- "coin": "EUROE-PLG20",
- "type": "Matic",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16618,23 +14144,11 @@
},
"contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16645,8 +14159,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16681,23 +14194,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -16720,7 +14221,7 @@
"EWT": {
"coin": "EWT",
"type": "EWT",
- "name": "Energy Web",
+ "name": "Energy Web (OLD)",
"coinpaprika_id": "ewt-energy-web-token",
"coingecko_id": "energy-web-token",
"livecoinwatch_id": "EWT",
@@ -16731,12 +14232,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Energy Web",
+ "wallet_only": true,
+ "fname": "Energy Web (OLD)",
"rpcport": 80,
"mm2": 1,
"chain_id": 246,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 5,
@@ -16761,14 +14261,14 @@
],
"explorer_block_url": "block/"
},
- "EXN-BEP20": {
- "coin": "EXN-BEP20",
- "type": "BEP-20",
- "name": "Expoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "EWT-ERC20": {
+ "coin": "EWT-ERC20",
+ "type": "ERC-20",
+ "name": "Energy Web",
+ "coinpaprika_id": "ewt-energy-web-token",
+ "coingecko_id": "energy-web-token",
+ "livecoinwatch_id": "EWT",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -16776,43 +14276,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Expoin",
+ "fname": "Energy Web",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360"
+ "platform": "ETH",
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://www.energyweb.org"
+ },
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FDUSD-ERC20": {
@@ -16850,23 +14351,11 @@
},
"contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -16877,8 +14366,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -16903,7 +14391,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16927,6 +14415,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -16937,10 +14431,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16978,23 +14468,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17005,8 +14483,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17043,23 +14520,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17070,8 +14535,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17096,7 +14560,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17111,6 +14575,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17121,10 +14591,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17165,10 +14631,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -17207,7 +14669,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17228,6 +14690,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17238,10 +14706,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17279,23 +14743,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -17306,8 +14758,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -17478,7 +14929,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17488,8 +14939,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -17501,6 +14950,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17511,10 +14966,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17524,9 +14975,9 @@
"coin": "FIX",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17623,9 +15074,9 @@
"coin": "FIX-segwit",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17745,7 +15196,7 @@
"wiftype": 164,
"segwit": true,
"bech32_hrp": "fc",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -17843,7 +15294,7 @@
"format": "segwit"
},
"orderbook_ticker": "FJC",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -17914,13 +15365,13 @@
],
"explorer_block_url": "block/"
},
- "FJC-BEP20": {
- "coin": "FJC-BEP20",
+ "FJCB-BEP20": {
+ "coin": "FJCB-BEP20",
"type": "BEP-20",
- "name": "Fujicoin",
- "coinpaprika_id": "fjc-fujicoin",
- "coingecko_id": "fujicoin",
- "livecoinwatch_id": "FJC",
+ "name": "FJCB Fujicoin",
+ "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17929,25 +15380,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Fujicoin",
+ "fname": "FJCB Fujicoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf"
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf",
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -17958,23 +15415,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FJCB-BEP20": {
- "coin": "FJCB-BEP20",
- "type": "BEP-20",
- "name": "FJCB Fujicoin",
- "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "FLC": {
+ "coin": "FLC",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
"coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -17982,42 +15435,181 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "FJCB Fujicoin",
- "rpcport": 80,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "txfee": 0,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum-flc.hashboard.space:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum-flc.hashboard.space:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLC-segwit": {
+ "coin": "FLC-segwit",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "address_format": {
+ "format": "segwit"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "orderbook_ticker": "FLC",
+ "txfee": 0,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "electrum-flc.hashboard.space:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum-flc.hashboard.space:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum-flc.hashboard.space:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum.myfloki.com:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.myfloki.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FLOKI-BEP20": {
@@ -18039,7 +15631,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18060,6 +15652,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18070,80 +15668,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "STFIRO-ERC20": {
- "coin": "STFIRO-ERC20",
- "type": "ERC-20",
- "name": "StakedFIRO",
- "coinpaprika_id": "",
- "coingecko_id": "stakehound",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "StakedFIRO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
"FLO": {
"coin": "FLO",
"type": "UTXO",
@@ -18197,7 +15726,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18207,8 +15736,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -18220,6 +15747,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18230,10 +15763,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18347,42 +15876,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:10054",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ftc.electrum3.cipig.net:30054",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -18499,42 +15992,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:10054",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ftc.electrum3.cipig.net:20054",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ftc.electrum3.cipig.net:30054",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -18558,7 +16015,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18573,6 +16030,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18583,10 +16046,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18628,23 +16087,11 @@
},
"contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18655,8 +16102,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18681,7 +16127,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -18702,6 +16148,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -18712,10 +16164,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -18725,7 +16173,7 @@
"coin": "FXS-ERC20",
"type": "ERC-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://etherscan.io/",
@@ -18753,23 +16201,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -18780,8 +16216,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -18790,7 +16225,7 @@
"coin": "FXS-PLG20",
"type": "Matic",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://polygonscan.com/",
@@ -18816,23 +16251,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -18856,7 +16279,7 @@
"coin": "FXS-AVX20",
"type": "AVX-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://snowtrace.io/",
@@ -18887,10 +16310,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -18899,64 +16318,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "FXS-MVR20": {
- "coin": "FXS-MVR20",
- "type": "Moonriver",
- "name": "Frax Share",
- "coinpaprika_id": "",
- "coingecko_id": "frax-share",
- "livecoinwatch_id": "FXS",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Frax Share",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "decimals": 18,
- "avg_blocktime": 6,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 1000000,
- "erc20_payment": 1000000,
- "erc20_receiver_spend": 1000000,
- "erc20_sender_refund": 1000000
- },
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -18987,29 +16356,17 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19020,64 +16377,9 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "GALA-BEP20": {
- "coin": "GALA-BEP20",
- "type": "BEP-20",
- "name": "Gala",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "GALA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Gala",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"GAME-ERC20": {
@@ -19112,23 +16414,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19139,8 +16429,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19175,23 +16464,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -19211,6 +16488,56 @@
],
"explorer_block_url": "block/"
},
+ "GBPE-GNO": {
+ "coin": "GBPE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium GBP",
+ "coinpaprika_id": "",
+ "coingecko_id": "monerium-gbp-emoney",
+ "livecoinwatch_id": "GBP",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium GBP",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "forex_id": "GBP"
+ },
"GBX": {
"coin": "GBX",
"type": "UTXO",
@@ -19270,7 +16597,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19285,6 +16612,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19295,10 +16628,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19324,7 +16653,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19345,6 +16674,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19355,10 +16690,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19434,7 +16765,7 @@
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://gleec.explorer.dexstats.info/",
+ "explorer_url": "https://explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19445,7 +16776,7 @@
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "GLEEC",
"fname": "Gleec (OLD)",
- "rpcport": 23226,
+ "rpcport": 23345,
"pubtype": 60,
"p2shtype": 85,
"wiftype": 188,
@@ -19453,7 +16784,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -19462,43 +16792,7 @@
"trezor_coin": "Komodo",
"electrum": [
{
- "url": "gleecold.electrum1.cipig.net:10022",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum1.cipig.net:20022",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum1.cipig.net:30022",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum2.cipig.net:10022",
+ "url": "gleec.electrum1.cipig.net:10025",
"protocol": "TCP",
"contact": [
{
@@ -19510,7 +16804,7 @@
]
},
{
- "url": "gleecold.electrum2.cipig.net:20022",
+ "url": "gleec.electrum1.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -19522,7 +16816,7 @@
]
},
{
- "url": "gleecold.electrum2.cipig.net:30022",
+ "url": "gleec.electrum1.cipig.net:30025",
"protocol": "WSS",
"contact": [
{
@@ -19534,7 +16828,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:10022",
+ "url": "gleec.electrum2.cipig.net:10025",
"protocol": "TCP",
"contact": [
{
@@ -19546,7 +16840,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:20022",
+ "url": "gleec.electrum2.cipig.net:20025",
"protocol": "SSL",
"contact": [
{
@@ -19558,7 +16852,7 @@
]
},
{
- "url": "gleecold.electrum3.cipig.net:30022",
+ "url": "gleec.electrum2.cipig.net:30025",
"protocol": "WSS",
"contact": [
{
@@ -19574,12 +16868,12 @@
},
"GLEEC": {
"coin": "GLEEC",
- "type": "Smart Chain",
+ "type": "GRC-20",
"name": "Gleec",
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://explorer.gleec.com/",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -19587,132 +16881,104 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GLEEC",
"fname": "Gleec",
- "rpcport": 23345,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 4,
- "requires_notarization": false,
- "avg_blocktime": 60,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
},
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "gleec.electrum1.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum1.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum1.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum2.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleec.electrum3.cipig.net:10025",
- "protocol": "TCP",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:20025",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GLEECT": {
+ "coin": "GLEECT",
+ "type": "GRC-20",
+ "name": "Gleec Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.gleec.dev/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gleec Testnet",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "KMDT-GRC20": {
+ "coin": "KMDT-GRC20",
+ "type": "GRC-20",
+ "name": "KMD Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.gleec.dev/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "KMD Testnet",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEECT",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xB749CEC294d460ae75ec4efEe227fE0baFcb6ACd",
+ "parent_coin": "GLEECT",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.gleec.dev"
}
],
"explorer_block_url": "block/"
@@ -19749,23 +17015,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -19776,8 +17030,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -19812,23 +17065,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -19867,7 +17108,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19882,6 +17123,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19892,10 +17139,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19921,7 +17164,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -19936,6 +17179,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -19946,10 +17195,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -19985,23 +17230,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20059,19 +17292,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -20106,8 +17335,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -20119,10 +17346,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -20131,8 +17354,66 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNEISS-ERC20": {
+ "coin": "GNEISS-ERC20",
+ "type": "ERC-20",
+ "name": "GNEISS",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "GNEISS",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 8,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -20173,23 +17454,11 @@
},
"contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20200,8 +17469,56 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNO-GNO": {
+ "coin": "GNO-GNO",
+ "type": "Gnosis",
+ "name": "Gnosis",
+ "coinpaprika_id": "gno-gnosis",
+ "coingecko_id": "gnosis",
+ "livecoinwatch_id": "GNO",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gnosis",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -20241,10 +17558,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20302,19 +17615,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -20349,23 +17658,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20444,33 +17741,6 @@
"discord": "orpheas#1503"
}
]
- },
- {
- "url": "electrum.niftybakes.com:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
- },
- {
- "url": "electrum.niftybakes.com:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
- },
- {
- "url": "electrum.niftybakes.com:50004",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -20479,7 +17749,7 @@
"coin": "GRLC-ERC20",
"type": "ERC-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://etherscan.io/",
@@ -20507,23 +17777,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20534,8 +17792,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -20544,7 +17801,7 @@
"coin": "GRLC-BEP20",
"type": "BEP-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://bscscan.com/",
@@ -20560,7 +17817,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -20575,6 +17832,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -20585,10 +17848,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -20655,30 +17914,6 @@
}
],
"protocol": "WSS"
- },
- {
- "url": "electrum2.groestlcoin.org:50001",
- "contact": [
- {
- "email": "jackielove4u@hotmail.com"
- },
- {
- "discord": "jackielove4u#0412"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum2.groestlcoin.org:50004",
- "contact": [
- {
- "email": "jackielove4u@hotmail.com"
- },
- {
- "discord": "jackielove4u#0412"
- }
- ],
- "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -20721,19 +17956,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -20773,10 +18004,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -20785,8 +18012,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -20828,23 +18061,11 @@
},
"contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -20855,8 +18076,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -20935,23 +18155,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -20991,7 +18199,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21006,6 +18214,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -21016,10 +18230,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21057,23 +18267,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21084,69 +18282,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "GURU-BEP20": {
- "coin": "GURU-BEP20",
- "type": "BEP-20",
- "name": "MobilityGuru",
- "coinpaprika_id": "guru-mobilityguru-token",
- "coingecko_id": "",
- "livecoinwatch_id": "_GURU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "MobilityGuru",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464"
- }
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "homepage": "https://mobilityguru.org"
- },
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"GUSD-ERC20": {
"coin": "GUSD-ERC20",
"type": "ERC-20",
@@ -21179,23 +18319,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21206,8 +18334,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21250,6 +18377,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -21260,10 +18393,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21306,23 +18435,11 @@
},
"contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21333,8 +18450,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21369,23 +18485,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -21437,23 +18541,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21464,8 +18556,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21505,10 +18596,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -21528,169 +18615,86 @@
],
"explorer_block_url": "block/"
},
- "HUSD-ERC20": {
- "coin": "HUSD-ERC20",
- "type": "ERC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-KRC20": {
- "coin": "HUSD-KRC20",
- "type": "KRC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "HTH": {
+ "coin": "HTH",
+ "type": "UTXO",
+ "name": "Help The Homeless",
+ "coinpaprika_id": "hth-help-the-homeless-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "HTH",
+ "explorer_url": "https://explorer.hthcoin.r4nd0m.us/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "HomelessCoin Signed Message:\n",
+ "fname": "Help The Homeless",
+ "is_privacy_coin": true,
+ "rpcport": 9998,
+ "pubtype": 100,
+ "p2shtype": 40,
+ "wiftype": 228,
+ "txfee": 10000,
+ "dust": 5460,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBEc1e1009CE00ECf7F16372451Ac849b39C32897",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-PLG20": {
- "coin": "HUSD-PLG20",
- "type": "Matic",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91"
- }
+ "derivation_path": "m/44'/231'",
+ "links": {
+ "github": "https://github.com/HTHcoin/helpthehomelesscoin",
+ "homepage": "https://hth.foundation"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum.hth.foundation:50001",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ],
+ "protocol": "TCP"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum.hth.foundation:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum.hth.foundation:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrumx.wattxchange.app:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrumx.wattxchange.app:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -21727,23 +18731,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -21754,8 +18746,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -21780,7 +18771,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 2,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21795,6 +18786,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -21805,10 +18802,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21844,23 +18837,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -22008,265 +18989,6 @@
],
"explorer_block_url": "block.dws?"
},
- "ILN": {
- "coin": "ILN",
- "type": "Smart Chain",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://explorer.ilien.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ILN",
- "fname": "Ilien",
- "is_privacy_coin": true,
- "rpcport": 12986,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "p2p": 12985,
- "magic": "feb4cb23",
- "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203",
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrum1.ilien.io:30069",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum1.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrum2.ilien.io:30069",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum2.ilien.io:65011",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "TCP"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILN-BEP20": {
- "coin": "ILN-BEP20",
- "type": "BEP-20",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ILN-PLG20": {
- "coin": "ILN-PLG20",
- "type": "Matic",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNSW-PLG20": {
- "coin": "ILNSW-PLG20",
- "type": "Matic",
- "name": "Ilien Swap",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Swap",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ILV-ERC20": {
"coin": "ILV-ERC20",
"type": "ERC-20",
@@ -22299,23 +19021,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22326,8 +19036,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22352,7 +19061,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22373,6 +19082,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22383,10 +19098,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22424,23 +19135,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22451,8 +19150,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22476,7 +19174,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22497,6 +19195,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22507,10 +19211,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22547,23 +19247,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22574,8 +19262,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22599,7 +19286,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22620,6 +19307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22630,10 +19323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22658,7 +19347,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22679,6 +19368,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22689,10 +19384,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22733,10 +19424,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -22788,23 +19475,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -22815,8 +19490,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -22841,7 +19515,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22862,6 +19536,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -22872,23 +19552,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JDB-BEP20": {
- "coin": "JDB-BEP20",
- "type": "BEP-20",
- "name": "Jeet Detector Bot",
- "coinpaprika_id": "jdb-jeet-detector-bot",
- "coingecko_id": "jeet-detector-bot",
- "livecoinwatch_id": "JDB",
- "explorer_url": "https://bscscan.com/",
+ "JPYC-AVX20": {
+ "coin": "JPYC-AVX20",
+ "type": "AVX-20",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -22896,51 +19572,53 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jeet Detector Bot",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272"
+ "platform": "AVAX",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JAUD-PLG20": {
- "coin": "JAUD-PLG20",
+ "JPYC-PLG20": {
+ "coin": "JPYC-PLG20",
"type": "Matic",
- "name": "Jarvis Australian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AUD",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -22949,7 +19627,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Australian Dollar",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -22960,27 +19638,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133"
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -22998,16 +19664,15 @@
"ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "explorer_block_url": "block/",
- "forex_id": "AUD"
+ "explorer_block_url": "block/"
},
- "JBRL-BEP20": {
- "coin": "JBRL-BEP20",
+ "JST-BEP20": {
+ "coin": "JST-BEP20",
"type": "BEP-20",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
+ "name": "JUST",
+ "coinpaprika_id": "jst-just",
+ "coingecko_id": "just",
+ "livecoinwatch_id": "JST",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23016,26 +19681,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Brazilian Real",
+ "fname": "JUST",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603"
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23046,210 +19723,344 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JBRL-PLG20": {
- "coin": "JBRL-PLG20",
- "type": "Matic",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
- "explorer_url": "https://polygonscan.com/",
+ "KCN": {
+ "coin": "KCN",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Brazilian Real",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum1.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum2.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum3.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum4.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JCAD-PLG20": {
- "coin": "JCAD-PLG20",
- "type": "Matic",
- "name": "Jarvis Canadian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
+ "KCN-segwit": {
+ "coin": "KCN-segwit",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Canadian Dollar",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "KCN",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/84'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
},
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "electrum1.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum1.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum2.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum2.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "CAD"
- },
- "JCHF-AVX20": {
- "coin": "JCHF-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "url": "electrum3.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum3.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "electrum4.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "electrum4.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum5.kcnxp.com:51002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "electrum5.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "JCHF-BEP20": {
- "coin": "JCHF-BEP20",
+ "KCN-BEP20": {
+ "coin": "KCN-BEP20",
"type": "BEP-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23258,26 +20069,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "Kylacoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "decimals": 12,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f"
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "gas_limit": {
+ "eth_send_erc20": 55000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23288,23 +20111,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JCHF-ERC20": {
- "coin": "JCHF-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://etherscan.io/",
+ "KCS": {
+ "coin": "KCS",
+ "type": "KRC-20",
+ "name": "KuCoin Token",
+ "coinpaprika_id": "kcs-kucoin-token",
+ "coingecko_id": "kucoin-shares",
+ "livecoinwatch_id": "KCS",
+ "explorer_url": "https://explorer.kcc.io/en/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23312,64 +20131,158 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "KuCoin Token",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
+ "chain_id": 321,
+ "max_eth_tx_type": 2,
"required_confirmations": 3,
+ "avg_blocktime": 3,
"protocol": {
- "type": "ERC20",
+ "type": "ETH",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0"
+ "chain_id": 321
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "trezor_coin": "KCC",
+ "links": {
+ "homepage": "https://kcc.io"
+ },
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://kcc-rpc.com"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://rpc-mainnet.kcc.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "KMD": {
+ "coin": "KMD",
+ "type": "Smart Chain",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://kmdexplorer.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "Komodo",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "txfee": 1000,
+ "mm2": 1,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/komodoplatform/komodo",
+ "homepage": "https://komodoplatform.com"
+ },
+ "electrum": [
+ {
+ "url": "kmd.electrum1.cipig.net:10001",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ],
+ "protocol": "TCP"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "kmd.electrum1.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "kmd.electrum1.cipig.net:30001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "kmd.electrum2.cipig.net:10001",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "kmd.electrum2.cipig.net:20001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "kmd.electrum2.cipig.net:30001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCHF-PLG20": {
- "coin": "JCHF-PLG20",
- "type": "Matic",
- "name": "Jarvis Swiss Franc",
+ "KMDCL": {
+ "coin": "KMDCL",
+ "type": "Smart Chain",
+ "name": "KomodoClassic",
"coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.kmdclassic.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23377,65 +20290,56 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "KomodoClassic",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x64726d6e",
+ "txfee": 1000,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 2,
+ "requires_notarization": true,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/kmdclassic/KmdClassic",
+ "homepage": "https://kmdclassic.com/"
},
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
+ "electrum": [
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum.kmdclassic.com:50001",
+ "protocol": "TCP"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum.kmdclassic.com:50002",
+ "protocol": "SSL"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum.kmdclassic.com:50004",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCNY-PLG20": {
- "coin": "JCNY-PLG20",
- "type": "Matic",
- "name": "Jarvis Chinese Yuan",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CNY",
- "explorer_url": "https://polygonscan.com/",
+ "KMD-BEP20": {
+ "coin": "KMD-BEP20",
+ "type": "BEP-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23443,66 +20347,60 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Chinese Yuan",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772"
+ "platform": "BNB",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
+ "eth_send_erc20": 60000,
"erc20_payment": 110000,
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/",
- "forex_id": "CNY"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
},
- "JEUR-AVX20": {
- "coin": "JEUR-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://snowtrace.io/",
+ "KMD-GRC20": {
+ "coin": "KMD-GRC20",
+ "type": "GRC-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23510,51 +20408,40 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 2.4,
"required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702"
+ "platform": "GLEEC",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "JEUR-BEP20": {
- "coin": "JEUR-BEP20",
+ "KNC-BEP20": {
+ "coin": "KNC-BEP20",
"type": "BEP-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23563,26 +20450,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8"
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8",
+ "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -23593,22 +20485,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JEUR-ERC20": {
- "coin": "JEUR-ERC20",
+ "KNC-ERC20": {
+ "coin": "KNC-ERC20",
"type": "ERC-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23617,40 +20505,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B"
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B",
+ "trezor_coin": "Kyber Network",
+ "links": {
+ "github": "https://github.com/KyberNetwork",
+ "homepage": "https://kyber.network"
+ },
+ "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -23661,19 +20541,18 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "JEUR-PLG20": {
- "coin": "JEUR-PLG20",
+ "KNC-PLG20": {
+ "coin": "KNC-PLG20",
"type": "Matic",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -23682,7 +20561,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Euro",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -23693,27 +20572,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c"
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c",
+ "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -23733,14 +20600,14 @@
],
"explorer_block_url": "block/"
},
- "JGBP-BEP20": {
- "coin": "JGBP-BEP20",
- "type": "BEP-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://bscscan.com/",
+ "KNC-AVX20": {
+ "coin": "KNC-AVX20",
+ "type": "AVX-20",
+ "name": "Kyber Network",
+ "coinpaprika_id": "knc-kyber-network",
+ "coingecko_id": "kyber-network-crystal",
+ "livecoinwatch_id": "KNC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23748,53 +20615,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kyber Network",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
+ "chain_id": 43114,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e"
+ "platform": "AVAX",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-ERC20": {
- "coin": "JGBP-ERC20",
- "type": "ERC-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://etherscan.io/",
+ "KSM-BEP20": {
+ "coin": "KSM-BEP20",
+ "type": "BEP-20",
+ "name": "Kusama",
+ "coinpaprika_id": "ksm-kusama",
+ "coingecko_id": "kusama",
+ "livecoinwatch_id": "KSM",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23802,64 +20670,61 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
+ "fname": "Kusama",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 56,
"decimals": 18,
- "avg_blocktime": 15,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283"
+ "platform": "BNB",
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JGBP-PLG20": {
- "coin": "JGBP-PLG20",
- "type": "Matic",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://polygonscan.com/",
+ "LBC": {
+ "coin": "LBC",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -23867,1811 +20732,63 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
+ "sign_message_prefix": "LBRYcrd Signed Message:\n",
+ "fname": "LBRY Credits",
+ "rpcport": 9245,
+ "pubtype": 85,
+ "p2shtype": 122,
+ "wiftype": 28,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "lbc",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "type": "UTXO",
+ "chain_variant": "LBC"
},
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "derivation_path": "m/44'/140'",
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "lbc.electrum1.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "lbc.electrum1.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "lbc.electrum1.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "lbc.electrum2.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "lbc.electrum2.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
+ },
+ {
+ "url": "lbc.electrum2.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
},
- "JGOLD-PLG20": {
- "coin": "JGOLD-PLG20",
- "type": "Matic",
- "name": "Jarvis Gold",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "XAU",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Gold",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "XAU"
- },
- "JJPY-PLG20": {
- "coin": "JJPY-PLG20",
- "type": "Matic",
- "name": "Jarvis Japanese Yen",
- "coinpaprika_id": "jjpy-jarvis-synthetic-japanese-yen",
- "coingecko_id": "jarvis-synthetic-japanese-yen",
- "livecoinwatch_id": "JPY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Japanese Yen",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "JPY"
- },
- "JKRW-PLG20": {
- "coin": "JKRW-PLG20",
- "type": "Matic",
- "name": "Jarvis South Korean Won",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "KRW",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis South Korean Won",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "KRW"
- },
- "JMXN-PLG20": {
- "coin": "JMXN-PLG20",
- "type": "Matic",
- "name": "Jarvis Mexican Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "MXN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Mexican Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "MXN"
- },
- "JNZD-PLG20": {
- "coin": "JNZD-PLG20",
- "type": "Matic",
- "name": "Jarvis New Zealand Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis New Zealand Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "NZD"
- },
- "JPHP-PLG20": {
- "coin": "JPHP-PLG20",
- "type": "Matic",
- "name": "Jarvis Philippine Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PHP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Philippine Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PHP"
- },
- "JPLN-PLG20": {
- "coin": "JPLN-PLG20",
- "type": "Matic",
- "name": "Jarvis Polish Zloty",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PLN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Polish Zloty",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PLN"
- },
- "JPYC-AVX20": {
- "coin": "JPYC-AVX20",
- "type": "AVX-20",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JPYC-PLG20": {
- "coin": "JPYC-PLG20",
- "type": "Matic",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-ERC20": {
- "coin": "JRT-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-PLG20": {
- "coin": "JRT-PLG20",
- "type": "Matic",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JSEK-PLG20": {
- "coin": "JSEK-PLG20",
- "type": "Matic",
- "name": "Jarvis Swedish Krona",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SEK",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swedish Krona",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SEK"
- },
- "JSGD-PLG20": {
- "coin": "JSGD-PLG20",
- "type": "Matic",
- "name": "Jarvis Singapore Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SGD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Singapore Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SGD"
- },
- "JTRY-PLG20": {
- "coin": "JTRY-PLG20",
- "type": "Matic",
- "name": "Jarvis Turkish Lira",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Turkish Lira",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "TRY"
- },
- "JUSD-PLG20": {
- "coin": "JUSD-PLG20",
- "type": "Matic",
- "name": "Jarvis United States Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis United States Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "USD"
- },
- "JST-BEP20": {
- "coin": "JST-BEP20",
- "type": "BEP-20",
- "name": "JUST",
- "coinpaprika_id": "jst-just",
- "coingecko_id": "just",
- "livecoinwatch_id": "JST",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JUST",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCN": {
- "coin": "KCN",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum1.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-segwit": {
- "coin": "KCN-segwit",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "KCN",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum1.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-BEP20": {
- "coin": "KCN-BEP20",
- "type": "BEP-20",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kylacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 12,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCS": {
- "coin": "KCS",
- "type": "KRC-20",
- "name": "KuCoin Token",
- "coinpaprika_id": "kcs-kucoin-token",
- "coingecko_id": "kucoin-shares",
- "livecoinwatch_id": "KCS",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "KuCoin Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "required_confirmations": 3,
- "avg_blocktime": 3,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 321
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "KCC",
- "links": {
- "homepage": "https://kcc.io"
- },
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KMD": {
- "coin": "KMD",
- "type": "Smart Chain",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "fname": "Komodo",
- "rpcport": 7771,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "links": {
- "github": "https://github.com/komodoplatform/komodo",
- "homepage": "https://komodoplatform.com"
- },
- "electrum": [
- {
- "url": "kmd.electrum1.cipig.net:10001",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "kmd.electrum1.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum1.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:10001",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "kmd.electrum2.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:10001",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "kmd.electrum3.cipig.net:20001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "is_claimable": true,
- "minimal_claim_amount": "10"
- },
- "KMD-BEP20": {
- "coin": "KMD-BEP20",
- "type": "BEP-20",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Komodo",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-BEP20": {
- "coin": "KNC-BEP20",
- "type": "BEP-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xfe56d5892BDffC7BF58f2E84BE1b2C32D21C308b",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KNC-ERC20": {
- "coin": "KNC-ERC20",
- "type": "ERC-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Kyber Network",
- "links": {
- "github": "https://github.com/KyberNetwork",
- "homepage": "https://kyber.network"
- },
- "contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "KNC-PLG20": {
- "coin": "KNC-PLG20",
- "type": "Matic",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://polygonscan.com/",
+ "LBC-segwit": {
+ "coin": "LBC-segwit",
+ "type": "UTXO",
+ "name": "LBRY Credits",
+ "coinpaprika_id": "lbc-lbry-credits",
+ "coingecko_id": "lbry-credits",
+ "livecoinwatch_id": "LBC",
+ "explorer_url": "https://explorer.lbry.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25679,65 +20796,67 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
+ "sign_message_prefix": "LBRYcrd Signed Message:\n",
+ "fname": "LBRY Credits",
+ "rpcport": 9245,
+ "pubtype": 85,
+ "p2shtype": 122,
+ "wiftype": 28,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "lbc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LBC",
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "type": "UTXO",
+ "chain_variant": "LBC"
},
- "contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "derivation_path": "m/84'/140'",
+ "electrum": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "lbc.electrum1.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "lbc.electrum1.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "lbc.electrum1.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "lbc.electrum2.cipig.net:10067",
+ "protocol": "TCP"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "lbc.electrum2.cipig.net:20067",
+ "disable_cert_verification": false,
+ "protocol": "SSL"
+ },
+ {
+ "url": "lbc.electrum2.cipig.net:30067",
+ "disable_cert_verification": false,
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
},
- "KNC-AVX20": {
- "coin": "KNC-AVX20",
- "type": "AVX-20",
- "name": "Kyber Network",
- "coinpaprika_id": "knc-kyber-network",
- "coingecko_id": "kyber-network-crystal",
- "livecoinwatch_id": "KNC",
- "explorer_url": "https://snowtrace.io/",
+ "LC2": {
+ "coin": "LC2",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25745,52 +20864,66 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Kyber Network",
- "rpcport": 80,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
"mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
"required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x39fC9e94Caeacb435842FADeDeCB783589F50f5f",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
+ "derivation_path": "m/44'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "electrum01.lc2.online:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum01.lc2.online:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "electrum01.lc2.online:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "KOIN": {
- "coin": "KOIN",
- "type": "Smart Chain",
- "name": "Koinon",
- "coinpaprika_id": "koin-koinon",
- "coingecko_id": "koinon",
- "livecoinwatch_id": "",
- "explorer_url": "https://block.koinon.cloud/",
+ "LC2-segwit": {
+ "coin": "LC2-segwit",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25798,359 +20931,156 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "KOIN",
- "fname": "Koinon",
- "is_privacy_coin": true,
- "rpcport": 10702,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LC2",
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
+ "derivation_path": "m/84'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
"electrum": [
{
- "url": "koin.electrum1.cipig.net:10024",
+ "url": "electrum01.lc2.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "koin.electrum1.cipig.net:20024",
+ "url": "electrum01.lc2.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
]
},
{
- "url": "koin.electrum1.cipig.net:30024",
+ "url": "electrum01.lc2.online:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "1480198007939923999"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "LCC": {
+ "coin": "LCC",
+ "type": "UTXO",
+ "name": "Litecoin Cash",
+ "coinpaprika_id": "lcc-litecoin-cash",
+ "coingecko_id": "litecoin-cash",
+ "livecoinwatch_id": "LCC",
+ "explorer_url": "https://chainz.cryptoid.info/lcc/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Litecoin Signed Message:\n",
+ "fname": "Litecoin Cash",
+ "rpcport": 62457,
+ "pubtype": 28,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "decimals": 7,
+ "fork_id": "0x40",
+ "signature_version": "base",
+ "txfee": 20000,
+ "segwit": true,
+ "bech32_hrp": "lcc",
+ "mm2": 1,
+ "required_confirmations": 4,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/192'",
+ "electrum": [
{
- "url": "koin.electrum2.cipig.net:10024",
+ "url": "electrumx.litecoincash.com.br:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "808803920818208801"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "koin.electrum2.cipig.net:20024",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "koin.electrum2.cipig.net:30024",
+ "url": "electrumx.litecoincash.com.br:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "koin.electrum3.cipig.net:10024",
+ "url": "lcc-ex-one.ewmci.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "koin.electrum3.cipig.net:20024",
+ "url": "lcc-ex-one.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
},
{
- "url": "koin.electrum3.cipig.net:30024",
+ "url": "lcc-ex-one.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
}
],
- "explorer_block_url": "block/"
- },
- "KSM-BEP20": {
- "coin": "KSM-BEP20",
- "type": "BEP-20",
- "name": "Kusama",
- "coinpaprika_id": "ksm-kusama",
- "coingecko_id": "kusama",
- "livecoinwatch_id": "KSM",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kusama",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2aa69E8D25C045B659787BC1f03ce47a388DB6E8",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "LBC": {
- "coin": "LBC",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "LBRYcrd Signed Message:\n",
- "fname": "LBRY Credits",
- "rpcport": 9245,
- "pubtype": 85,
- "p2shtype": 122,
- "wiftype": 28,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "lbc",
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "LBC"
- },
- "derivation_path": "m/44'/140'",
- "electrum": [
- {
- "url": "lbc.electrum1.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum1.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum1.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum2.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum2.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum2.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum3.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- }
- ],
- "explorer_block_url": "block/"
- },
- "LBC-segwit": {
- "coin": "LBC-segwit",
- "type": "UTXO",
- "name": "LBRY Credits",
- "coinpaprika_id": "lbc-lbry-credits",
- "coingecko_id": "lbry-credits",
- "livecoinwatch_id": "LBC",
- "explorer_url": "https://explorer.lbry.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "LBRYcrd Signed Message:\n",
- "fname": "LBRY Credits",
- "rpcport": 9245,
- "pubtype": 85,
- "p2shtype": 122,
- "wiftype": 28,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "lbc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "LBC",
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO",
- "chain_variant": "LBC"
- },
- "derivation_path": "m/84'/140'",
- "electrum": [
- {
- "url": "lbc.electrum1.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum1.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum1.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum2.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum2.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum2.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- },
- {
- "url": "lbc.electrum3.cipig.net:10067",
- "protocol": "TCP"
- },
- {
- "url": "lbc.electrum3.cipig.net:20067",
- "disable_cert_verification": false,
- "protocol": "SSL"
- },
- {
- "url": "lbc.electrum3.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
- }
- ],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block.dws?"
},
- "LCC": {
- "coin": "LCC",
+ "LCC-segwit": {
+ "coin": "LCC-segwit",
"type": "UTXO",
"name": "Litecoin Cash",
"coinpaprika_id": "lcc-litecoin-cash",
@@ -26176,116 +21106,42 @@
"txfee": 20000,
"segwit": true,
"bech32_hrp": "lcc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LCC",
"mm2": 1,
"required_confirmations": 4,
"avg_blocktime": 150,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/192'",
+ "derivation_path": "m/84'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "635448663543644170"
- }
- ]
- },
- {
- "url": "electrum-lcc.cascoin.net:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "635448663543644170"
- }
- ]
- },
- {
- "url": "lcc-ex-one.ewmci.online:50001",
+ "url": "electrumx.litecoincash.com.br:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "475820011634819072"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "lcc-ex-one.ewmci.online:50002",
+ "url": "electrumx.litecoincash.com.br:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "475820011634819072"
+ "discord": "808803920818208801"
}
]
},
{
- "url": "lcc-ex-one.ewmci.online:50003",
+ "url": "electrumx.litecoincash.com.br:50003",
"protocol": "WSS",
"contact": [
{
- "discord": "475820011634819072"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "LCC-segwit": {
- "coin": "LCC-segwit",
- "type": "UTXO",
- "name": "Litecoin Cash",
- "coinpaprika_id": "lcc-litecoin-cash",
- "coingecko_id": "litecoin-cash",
- "livecoinwatch_id": "LCC",
- "explorer_url": "https://chainz.cryptoid.info/lcc/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Litecoin Signed Message:\n",
- "fname": "Litecoin Cash",
- "rpcport": 62457,
- "pubtype": 28,
- "p2shtype": 50,
- "wiftype": 176,
- "decimals": 7,
- "fork_id": "0x40",
- "signature_version": "base",
- "txfee": 20000,
- "segwit": true,
- "bech32_hrp": "lcc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "LCC",
- "mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/192'",
- "electrum": [
- {
- "url": "electrum-lcc.cascoin.net:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "635448663543644170"
- }
- ]
- },
- {
- "url": "electrum-lcc.cascoin.net:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -26665,7 +21521,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26686,6 +21542,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -26696,10 +21558,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26737,23 +21595,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26764,8 +21610,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -26800,23 +21645,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -26836,41 +21669,6 @@
],
"explorer_block_url": "block/"
},
- "FRC": {
- "coin": "FRC",
- "type": "UTXO",
- "name": "FairCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://explorer.faircoin.tech/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "FairCoin",
- "rpcport": 9875,
- "pubtype": 36,
- "p2shtype": 63,
- "wiftype": 128,
- "decimals": 8,
- "signature_version": "base",
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "frc",
- "mm2": 1,
- "required_confirmations": 6,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"LEO-ERC20": {
"coin": "LEO-ERC20",
"type": "ERC-20",
@@ -26907,23 +21705,11 @@
},
"contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -26934,66 +21720,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "LEO-PLG20": {
- "coin": "LEO-PLG20",
- "type": "Matic",
- "name": "LEO Token",
- "coinpaprika_id": "leo-leo-token",
- "coingecko_id": "leo-token",
- "livecoinwatch_id": "LEO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "LEO Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27029,23 +21756,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27056,8 +21771,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27097,10 +21811,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -27109,8 +21819,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -27134,7 +21850,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27149,6 +21865,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27159,10 +21881,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27242,23 +21960,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -27298,7 +22004,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27316,6 +22022,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27326,10 +22038,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27355,7 +22063,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27370,6 +22078,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27380,10 +22094,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27426,23 +22136,11 @@
},
"contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27453,8 +22151,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27479,7 +22176,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27500,6 +22197,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27510,73 +22213,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "LRC-PLG20": {
- "coin": "LRC-PLG20",
- "type": "Matic",
- "name": "Loopring",
- "coinpaprika_id": "lrc-loopring",
- "coingecko_id": "loopring",
- "livecoinwatch_id": "LRC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Loopring",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"LEASH-ERC20": {
"coin": "LEASH-ERC20",
"type": "ERC-20",
@@ -27608,23 +22249,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x27C70Cd1946795B66be9d954418546998b546634",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27635,8 +22264,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27678,23 +22306,11 @@
},
"contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27705,8 +22321,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27731,7 +22346,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27752,6 +22367,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27762,10 +22383,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27806,23 +22423,11 @@
},
"contract_address": "0x58b6A8A3302369DAEc383334672404Ee733aB239",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -27833,8 +22438,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -27877,19 +22481,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -27914,7 +22514,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27929,6 +22529,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -27939,10 +22545,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28058,42 +22660,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:10063",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ltc.electrum3.cipig.net:30063",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -28213,42 +22779,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:10063",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "ltc.electrum3.cipig.net:20063",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ltc.electrum3.cipig.net:30063",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -28366,23 +22896,11 @@
},
"contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28393,8 +22911,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28419,7 +22936,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28434,6 +22951,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28444,10 +22967,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28527,23 +23046,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -28583,7 +23090,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28598,6 +23105,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28608,10 +23121,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28649,23 +23158,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28676,8 +23173,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -28712,23 +23208,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -28800,9 +23284,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
@@ -28811,14 +23292,20 @@
"chain_id": 137
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
{
"url": "https://polygon-bor-rpc.publicnode.com",
"ws_url": "wss://polygon-bor-rpc.publicnode.com"
@@ -28854,7 +23341,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -28875,6 +23362,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -28885,10 +23378,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -28931,23 +23420,11 @@
},
"contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -28958,8 +23435,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -29010,125 +23486,6 @@
"explorer_block_url": "block/",
"binance_id": "MATIC"
},
- "MC-ERC20": {
- "coin": "MC-ERC20",
- "type": "ERC-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "MC-BEP20": {
- "coin": "MC-BEP20",
- "type": "BEP-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"MCL": {
"coin": "MCL",
"type": "Smart Chain",
@@ -29156,7 +23513,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -29235,42 +23591,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mcl.electrum3.cipig.net:10023",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "mcl.electrum3.cipig.net:20023",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "mcl.electrum3.cipig.net:30023",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -29302,7 +23622,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -29384,42 +23703,48 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mdx.electrum3.cipig.net:10005",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "mdx.electrum3.cipig.net:20005",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MDX-GRC20": {
+ "coin": "MDX-GRC20",
+ "type": "GRC-20",
+ "name": "Mandala",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
+ "livecoinwatch_id": "MDX",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Mandala",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "mdx.electrum3.cipig.net:30005",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -29428,8 +23753,8 @@
"coin": "MDX-ERC20",
"type": "ERC-20",
"name": "Mandala",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
"livecoinwatch_id": "MDX",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
@@ -29456,23 +23781,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x947AEb02304391f8fbE5B25D7D98D649b57b1788",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29483,8 +23796,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29525,23 +23837,11 @@
},
"contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29552,8 +23852,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29578,7 +23877,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29593,6 +23892,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29603,10 +23908,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29644,23 +23945,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29671,8 +23960,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29697,7 +23985,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29712,6 +24000,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29722,10 +24016,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29766,10 +24056,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -29778,8 +24064,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -29803,7 +24095,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29818,6 +24110,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -29828,10 +24126,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29874,23 +24168,11 @@
},
"contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -29901,8 +24183,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -29981,23 +24262,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -30052,23 +24321,11 @@
},
"contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30079,8 +24336,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30120,10 +24376,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -30132,8 +24384,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -30158,7 +24416,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30173,6 +24431,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30183,65 +24447,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "MM-MVR20": {
- "coin": "MM-MVR20",
- "type": "Moonriver",
- "name": "Million",
- "coinpaprika_id": "mm-million",
- "coingecko_id": "million",
- "livecoinwatch_id": "_MM",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Million",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"MM-PLG20": {
"coin": "MM-PLG20",
"type": "Matic",
@@ -30277,10 +24487,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -30349,6 +24555,10 @@
{
"url": "electrumx1.monacoin.ninja:50001",
"protocol": "TCP"
+ },
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -30406,6 +24616,10 @@
{
"url": "electrumx1.monacoin.ninja:50001",
"protocol": "TCP"
+ },
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -30442,23 +24656,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -30469,8 +24671,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -30513,19 +24714,118 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-ERC20": {
+ "coin": "MORPHO-ERC20",
+ "type": "ERC-20",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://morpho.org"
+ },
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-BASE": {
+ "coin": "MORPHO-BASE",
+ "type": "Base",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -30544,7 +24844,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonriver",
"rpcport": 80,
"mm2": 1,
@@ -30557,12 +24857,11 @@
"chain_id": 1285
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Moonriver",
"links": {
"homepage": "https://moonbeam.network/networks/moonriver/"
},
- "use_access_list": true,
+ "derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"gas_limit": {
@@ -30578,12 +24877,8 @@
"ws_url": "wss://moonriver-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://moonriver.api.onfinality.io/public",
+ "ws_url": "wss://moonriver.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -30603,12 +24898,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonbeam",
"rpcport": 80,
"mm2": 1,
"chain_id": 1284,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -30627,12 +24921,12 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://moonbeam.drpc.org",
- "ws_url": "wss://moonbeam.drpc.org"
+ "url": "https://moonbeam-rpc.publicnode.com",
+ "ws_url": "wss://moonbeam-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonbeam.network",
- "ws_url": "wss://wss.api.moonbeam.network"
+ "url": "https://moonbeam.api.onfinality.io/public",
+ "ws_url": "wss://moonbeam.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -30711,7 +25005,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30726,6 +25020,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30736,10 +25036,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30764,7 +25060,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30785,6 +25081,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30795,10 +25097,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30969,7 +25267,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30984,6 +25282,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -30994,10 +25298,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31039,23 +25339,11 @@
},
"contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -31066,8 +25354,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -31146,23 +25433,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -31209,15 +25484,13 @@
"overwintered": 1,
"mm2": 1,
"delisted": true,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo",
- "electrum": [],
"explorer_block_url": "block/"
},
"NMC": {
@@ -31470,7 +25743,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31491,6 +25764,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31501,10 +25780,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31622,165 +25897,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-ERC20": {
- "coin": "NZDS-ERC20",
- "type": "ERC-20",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-PLG20": {
- "coin": "NZDS-PLG20",
- "type": "Matic",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -31863,7 +25979,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31879,58 +25995,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "OCEAN-BEP20": {
- "coin": "OCEAN-BEP20",
- "type": "BEP-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -31941,142 +26010,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "OCEAN-ERC20": {
- "coin": "OCEAN-ERC20",
- "type": "ERC-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ocean Token",
- "links": {
- "github": "https://github.com/oceanprotocol",
- "homepage": "https://oceanprotocol.com"
- },
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "OCEAN-PLG20": {
- "coin": "OCEAN-PLG20",
- "type": "Matic",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"OM-ERC20": {
"coin": "OM-ERC20",
"type": "ERC-20",
@@ -32109,23 +26047,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32136,8 +26062,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32162,7 +26087,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32183,6 +26108,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32193,10 +26124,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32232,23 +26159,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32305,23 +26220,11 @@
},
"contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32332,20 +26235,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "OMG-PLG20": {
- "coin": "OMG-PLG20",
- "type": "Matic",
- "name": "OMG Network",
- "coinpaprika_id": "omg-omg-network",
- "coingecko_id": "omisego",
- "livecoinwatch_id": "OMG",
- "explorer_url": "https://polygonscan.com/",
+ "ONDO-ERC20": {
+ "coin": "ONDO-ERC20",
+ "type": "ERC-20",
+ "name": "Ondo",
+ "coinpaprika_id": "ondo-ondo",
+ "coingecko_id": "ondo-finance",
+ "livecoinwatch_id": "ONDO",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -32353,45 +26255,42 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OMG Network",
+ "fname": "Ondo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170"
+ "platform": "ETH",
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ondo.finance"
+ },
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32415,7 +26314,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1666600000,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -32430,17 +26328,7 @@
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://1rpc.io/one"
- },
- {
- "url": "https://api.harmony.one"
- },
- {
- "url": "https://api.s0.t.hmny.io"
- },
- {
- "url": "https://harmony-0.drpc.org",
- "ws_url": "wss://harmony-0.drpc.org"
+ "url": "https://one-mainnet-s0.gateway.tatum.io"
}
],
"explorer_block_url": "block/",
@@ -32465,7 +26353,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32487,127 +26375,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "PAX-ERC20": {
- "coin": "PAX-ERC20",
- "type": "ERC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Paxos Standard (PAX)",
- "links": {
- "github": "https://github.com/paxosglobal",
- "homepage": "https://www.paxos.com/standard"
- },
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-BEP20": {
- "coin": "PAX-BEP20",
- "type": "BEP-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -32618,117 +26390,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "PAX-KRC20": {
- "coin": "PAX-KRC20",
- "type": "KRC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://explorer.kcc.io/en/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "KCS",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x69a7169F9Da9BBa04b982e49Ffd8d6a16c70c590",
- "parent_coin": "KCS",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://kcc-rpc.com"
- },
- {
- "url": "https://rpc-mainnet.kcc.network"
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-PLG20": {
- "coin": "PAX-PLG20",
- "type": "Matic",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"PAXG-ERC20": {
"coin": "PAXG-ERC20",
"type": "ERC-20",
@@ -32766,23 +26432,11 @@
},
"contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -32793,8 +26447,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -32829,23 +26482,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -32904,15 +26545,6 @@
"url": "electrumx1.flopcoin.net:10001",
"protocol": "TCP"
},
- {
- "url": "electrumx1.flopcoin.net:10003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
- },
{
"url": "electrumx1.flopcoin.net:10004",
"protocol": "SSL",
@@ -32921,28 +26553,6 @@
"discord": "technovision"
}
]
- },
- {
- "url": "electrumx2.flopcoin.net:10001",
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.flopcoin.net:10003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
- },
- {
- "url": "electrumx2.flopcoin.net:10004",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -32984,26 +26594,35 @@
},
"electrum": [
{
- "url": "electrum.pepeblocks.com:50001",
+ "url": "electrum.pepe.tips:50001",
"protocol": "TCP",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "electrum.pepeblocks.com:50002",
+ "url": "electrum.pepe.tips:50002",
"protocol": "SSL",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "electrum.pepeblocks.com:50004",
+ "url": "electrum.pepe.tips:50004",
"protocol": "WSS",
+ "contact": [
+ {
+ "discord": "squidicuz"
+ }
+ ]
+ },
+ {
+ "url": "electrum.pepeblocks.com:50001",
+ "protocol": "TCP",
"contact": [
{
"discord": "realmasterkush"
@@ -33011,26 +26630,20 @@
]
},
{
- "url": "pep.electrum3.cipig.net:20076",
+ "url": "electrum.pepeblocks.com:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
},
{
- "url": "pep.electrum3.cipig.net:30076",
+ "url": "electrum.pepeblocks.com:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
}
@@ -33075,19 +26688,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -33124,23 +26733,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x808507121B80c02388fAd14726482e061B8da827",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33151,8 +26748,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33177,7 +26773,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33192,6 +26788,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33202,10 +26804,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33246,23 +26844,11 @@
},
"contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33273,8 +26859,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33299,7 +26884,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33317,6 +26902,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -33327,10 +26918,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33377,19 +26964,69 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "PGX-PLG20": {
+ "coin": "PGX-PLG20",
+ "type": "Matic",
+ "name": "Pegaxy Stone",
+ "coinpaprika_id": "",
+ "coingecko_id": "pegaxy-stone",
+ "livecoinwatch_id": "PGX",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pegaxy Stone",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -33428,16 +27065,8 @@
"github": "https://github.com/Pink2Dev/Pink2",
"homepage": "https://getstarted.with.pink"
},
- "electrum": [
- {
- "url": "pink-one.ewm-cx.net:50001",
- "protocol": "TCP"
- },
- {
- "url": "pink-two.ewm-cx.net:50001",
- "protocol": "TCP"
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block.dws?"
},
"PIVX": {
@@ -33685,23 +27314,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33712,8 +27329,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33748,23 +27364,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -33820,23 +27424,11 @@
},
"contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -33847,66 +27439,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "POWR-PLG20": {
- "coin": "POWR-PLG20",
- "type": "Matic",
- "name": "Power Ledger",
- "coinpaprika_id": "powr-power-ledger",
- "coingecko_id": "power-ledger",
- "livecoinwatch_id": "POWR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Power Ledger",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -33952,16 +27485,6 @@
"homepage": "https://peercoin.net"
},
"electrum": [
- {
- "url": "allingas.peercoinexplorer.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "allingas.peercoinexplorer.net:50004",
- "protocol": "WSS",
- "disable_cert_verification": false
- },
{
"url": "electrum.peercoinexplorer.net:50002",
"protocol": "SSL",
@@ -34007,23 +27530,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34034,8 +27545,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34075,10 +27585,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34149,7 +27655,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34164,6 +27670,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34174,10 +27686,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34215,23 +27723,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34242,8 +27738,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34283,10 +27778,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34338,23 +27829,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34365,8 +27844,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34401,23 +27879,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34456,7 +27922,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34471,6 +27937,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -34481,10 +27953,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34525,23 +27993,11 @@
},
"contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -34552,8 +28008,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -34632,23 +28087,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -34675,7 +28118,7 @@
"coinpaprika_id": "shic-shibacoin",
"coingecko_id": "shibacoin",
"livecoinwatch_id": "SHIC",
- "explorer_url": "https://shibaexplorer.com/",
+ "explorer_url": "https://explorer.shibacoinshic.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -34706,7 +28149,7 @@
},
"electrum": [
{
- "url": "electrum.shibaexplorer.com:50001",
+ "url": "electrum.shibacoinshic.org:50001",
"protocol": "TCP",
"contact": [
{
@@ -34715,7 +28158,7 @@
]
},
{
- "url": "electrum.shibaexplorer.com:50002",
+ "url": "electrum.shibacoinshic.org:50002",
"protocol": "WSS",
"contact": [
{
@@ -34724,7 +28167,7 @@
]
},
{
- "url": "electrum.shibaexplorer.com:50003",
+ "url": "electrum.shibacoinshic.org:50003",
"protocol": "SSL",
"contact": [
{
@@ -34740,7 +28183,7 @@
"type": "UTXO",
"name": "TrumPow",
"coinpaprika_id": "trmp-trumpow",
- "coingecko_id": "",
+ "coingecko_id": "trumpow",
"livecoinwatch_id": "_TRMP",
"explorer_url": "https://explorer.trumpow.meme/",
"explorer_tx_url": "tx/",
@@ -34965,194 +28408,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "QIAIR-QRC20": {
- "coin": "QIAIR-QRC20",
- "type": "QRC-20",
- "name": "Qi Airdrop Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Qi Airdrop Token",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -35269,42 +28524,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -35328,7 +28547,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35349,6 +28568,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -35359,10 +28584,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35403,23 +28624,11 @@
},
"contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35430,8 +28639,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35473,23 +28681,11 @@
},
"contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35500,8 +28696,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -35588,44 +28783,8 @@
"parent_coin": "tQTUM",
"swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
"fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:10071",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "tqtum.electrum3.cipig.net:30071",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"QTUM": {
@@ -35741,42 +28900,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -35818,23 +28941,11 @@
},
"contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -35845,8 +28956,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/",
@@ -35887,44 +28997,8 @@
"derivation_path": "m/44'/1'",
"swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
"fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:10071",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "tqtum.electrum3.cipig.net:20071",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "tqtum.electrum3.cipig.net:30071",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"RAPH": {
@@ -35954,7 +29028,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -36033,42 +29106,48 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "raph.electrum3.cipig.net:10004",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "raph.electrum3.cipig.net:20004",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RAPH-GRC20": {
+ "coin": "RAPH-GRC20",
+ "type": "GRC-20",
+ "name": "Raphael",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Raphael",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "raph.electrum3.cipig.net:30004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -36177,23 +29256,11 @@
},
"contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36204,8 +29271,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36245,23 +29311,11 @@
},
"contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36272,8 +29326,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36310,23 +29363,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -36337,8 +29378,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -36373,23 +29413,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -36516,30 +29544,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ric.electrum3.cipig.net:20074",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ric.electrum3.cipig.net:30074",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -36655,42 +29659,131 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "RIN": {
+ "coin": "RIN",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
+ {
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "ric.electrum3.cipig.net:20074",
+ "url": "peer1.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer2.rincoin.tech:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
}
]
},
{
- "url": "ric.electrum3.cipig.net:30074",
+ "url": "peer2.rincoin.tech:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
}
]
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "RIC-BEP20": {
- "coin": "RIC-BEP20",
- "type": "BEP-20",
- "name": "Riecoin",
- "coinpaprika_id": "ric-riecoin",
- "coingecko_id": "riecoin",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "RIN-segwit": {
+ "coin": "RIN-segwit",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -36698,43 +29791,106 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Riecoin",
- "rpcport": 80,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "RIN",
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "derivation_path": "m/84'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "peer1.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "peer1.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "peer2.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer2.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "peer3.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOC": {
@@ -36744,7 +29900,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://doc.komodo.earth/",
+ "explorer_url": "https://doc.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -36764,7 +29920,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -36843,42 +29998,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "doc.electrum3.cipig.net:10020",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "doc.electrum3.cipig.net:20020",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "doc.electrum3.cipig.net:30020",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -36890,7 +30009,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://marty.komodo.earth/",
+ "explorer_url": "https://marty.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -36910,7 +30029,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -36989,42 +30107,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "marty.electrum3.cipig.net:10021",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "marty.electrum3.cipig.net:20021",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "marty.electrum3.cipig.net:30021",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -37065,23 +30147,11 @@
},
"contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37092,66 +30162,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "RLC-PLG20": {
- "coin": "RLC-PLG20",
- "type": "Matic",
- "name": "iExec RLC",
- "coinpaprika_id": "rlc-iexec-rlc",
- "coingecko_id": "iexec-rlc",
- "livecoinwatch_id": "RLC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "iExec RLC",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 9,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37188,23 +30199,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37215,8 +30214,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37251,23 +30249,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x61299774020dA444Af134c82fa83E3810b309991",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37319,23 +30305,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37346,8 +30320,106 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-ARB20": {
+ "coin": "RSR-ARB20",
+ "type": "Arbitrum",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://public-arb-mainnet.fastnode.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-BASE": {
+ "coin": "RSR-BASE",
+ "type": "Base",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -37389,23 +30461,11 @@
},
"contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37416,8 +30476,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37537,7 +30596,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37552,6 +30611,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37562,10 +30627,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37595,7 +30656,7 @@
"segwit": true,
"txfee": 1000000,
"mm2": 1,
- "required_confirmations": 3,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO",
@@ -37679,46 +30740,66 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "RVN"
+ },
+ "RXD": {
+ "coin": "RXD",
+ "type": "UTXO",
+ "name": "Radiant",
+ "coinpaprika_id": "rxd-radiant",
+ "coingecko_id": "radiant",
+ "livecoinwatch_id": "RXD",
+ "explorer_url": "https://explorer.radiantblockchain.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Radiant",
+ "rpcport": 7332,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10000000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "signature_version": "fork_id_rxd",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/512'",
+ "links": {
+ "github": "https://github.com/Radiant-Core/Radiant-Core",
+ "homepage": "https://radiantblockchain.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.radiant4people.com:50012",
+ "protocol": "SSL"
},
{
- "url": "rvn.electrum3.cipig.net:10051",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "electrumx.radiant4people.com:50022",
+ "protocol": "WSS"
},
{
- "url": "rvn.electrum3.cipig.net:20051",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.radiant4people.com:50012",
+ "protocol": "SSL"
},
{
- "url": "rvn.electrum3.cipig.net:30051",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.radiant4people.com:50022",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block/",
- "binance_id": "RVN"
+ "explorer_block_url": "block/"
},
"SAND-ERC20": {
"coin": "SAND-ERC20",
@@ -37752,23 +30833,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -37779,8 +30848,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -37805,7 +30873,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37820,6 +30888,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37830,10 +30904,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37869,23 +30939,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -37925,7 +30983,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37946,6 +31004,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -37956,10 +31020,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37985,7 +31045,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38006,6 +31066,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38016,13 +31082,64 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "SKY-ERC20": {
+ "coin": "SKY-ERC20",
+ "type": "ERC-20",
+ "name": "Sky",
+ "coinpaprika_id": "sky-sky",
+ "coingecko_id": "sky",
+ "livecoinwatch_id": "__________SKY",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Sky",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://sky.money"
+ },
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"SNX-AVX20": {
@@ -38060,10 +31177,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -38072,8 +31185,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -38097,7 +31216,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38112,6 +31231,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38122,10 +31247,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38168,23 +31289,11 @@
},
"contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38195,8 +31304,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38275,23 +31383,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -38331,7 +31427,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38346,6 +31442,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38356,10 +31458,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -38395,23 +31493,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -38462,23 +31548,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -38489,154 +31563,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACECOIN": {
- "coin": "SPACECOIN",
- "type": "Smart Chain",
- "name": "Spacecoin",
- "coinpaprika_id": "space-spacecoin7367",
- "coingecko_id": "",
- "livecoinwatch_id": "__________SPACE",
- "explorer_url": "https://explorer.spaceworks.co/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "SPACE",
- "fname": "Spacecoin",
- "is_privacy_coin": true,
- "rpcport": 35593,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 6,
- "requires_notarization": false,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "spacecoin.electrum1.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "spacecoin.electrum1.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum1.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "spacecoin.electrum2.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:10011",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "spacecoin.electrum3.cipig.net:20011",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -38679,72 +31606,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
- },
- {
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SPACE-AVX20_OLD": {
- "coin": "SPACE-AVX20_OLD",
- "type": "AVX-20",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -38784,10 +31654,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -38796,8 +31662,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -38821,7 +31693,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -38836,6 +31708,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -38846,81 +31724,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "SPACE-PLG20_OLD": {
- "coin": "SPACE-PLG20_OLD",
- "type": "Matic",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "space-space-token",
- "coingecko_id": "space-token-bsc",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-PLG20": {
"coin": "SPACE-PLG20",
"type": "Matic",
@@ -38951,23 +31759,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39019,23 +31815,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39046,66 +31830,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "SRM-PLG20": {
- "coin": "SRM-PLG20",
- "type": "Matic",
- "name": "Serum",
- "coinpaprika_id": "srm-serum",
- "coingecko_id": "serum",
- "livecoinwatch_id": "SRM",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Serum",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39148,6 +31873,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39158,10 +31889,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39202,10 +31929,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -39214,8 +31937,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -39239,7 +31968,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39254,6 +31983,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39264,10 +31999,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39310,23 +32041,11 @@
},
"contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39337,8 +32056,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39387,56 +32105,6 @@
],
"explorer_block_url": "block/"
},
- "SUSHI-MVR20": {
- "coin": "SUSHI-MVR20",
- "type": "Moonriver",
- "name": "Sushi",
- "coinpaprika_id": "sushi-sushi",
- "coingecko_id": "sushi",
- "livecoinwatch_id": "SUSHI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Sushi",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"SUSHI-PLG20": {
"coin": "SUSHI-PLG20",
"type": "Matic",
@@ -39467,23 +32135,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39522,7 +32178,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39537,6 +32193,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39547,10 +32209,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39575,7 +32233,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39590,6 +32248,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39600,10 +32264,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39641,23 +32301,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39668,8 +32316,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39707,15 +32354,19 @@
"nodes": [
{
"url": "https://rpc.smartbch.org",
- "contact": {
- "email": "contact@smartbch.org"
- }
+ "contact": [
+ {
+ "email": "contact@smartbch.org"
+ }
+ ]
},
{
"url": "https://smartbch.greyh.at",
- "contact": {
- "email": "quest@mac.com"
- }
+ "contact": [
+ {
+ "email": "quest@mac.com"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -39752,23 +32403,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -39779,8 +32418,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -39805,7 +32443,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39820,6 +32458,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -39830,10 +32474,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39869,23 +32509,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -39940,10 +32568,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -39952,8 +32576,117 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-ERC20": {
+ "coin": "SYRUP-ERC20",
+ "type": "ERC-20",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://maple.finance"
+ },
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-BASE": {
+ "coin": "SYRUP-BASE",
+ "type": "Base",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -40067,46 +32800,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:10064",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "sys.electrum3.cipig.net:30064",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"SYS-segwit": {
"coin": "SYS-segwit",
@@ -40221,46 +32917,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:10064",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "sys.electrum3.cipig.net:20064",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "sys.electrum3.cipig.net:30064",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"TAMA-ERC20": {
"coin": "TAMA-ERC20",
@@ -40294,23 +32953,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40321,8 +32968,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40347,7 +32993,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40362,6 +33008,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40372,10 +33024,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40419,19 +33067,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -40476,11 +33120,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -40520,23 +33160,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40547,8 +33175,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40583,23 +33210,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -40651,42 +33266,6 @@
},
"derivation_path": "m/44'/1'",
"electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:10068",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "testbtc.electrum3.cipig.net:30068",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "testnet.aranguren.org:51001",
"protocol": "TCP"
@@ -40730,42 +33309,6 @@
},
"derivation_path": "m/84'/1'",
"electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:10068",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "testbtc.electrum3.cipig.net:20068",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "testbtc.electrum3.cipig.net:30068",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "testnet.aranguren.org:51001",
"protocol": "TCP"
@@ -40805,23 +33348,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -40832,8 +33363,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -40912,23 +33442,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -40968,7 +33486,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 7,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40989,6 +33507,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -40999,10 +33523,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41034,8 +33554,7 @@
"txversion": 4,
"overwintered": 1,
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -41046,60 +33565,6 @@
"delisted": true,
"explorer_block_url": "block/"
},
- "THC-BEP20": {
- "coin": "THC-BEP20",
- "type": "BEP-20",
- "name": "HempCoin",
- "coinpaprika_id": "thc-hempcoin",
- "coingecko_id": "hempcoin-thc",
- "livecoinwatch_id": "THC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "HempCoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"TKL": {
"coin": "TKL",
"type": "Smart Chain",
@@ -41126,16 +33591,51 @@
"txversion": 4,
"overwintered": 1,
"mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo",
- "electrum": [],
- "delisted": true,
+ "electrum": [
+ {
+ "url": "1.eu.tokel.electrum.dexstats.info:10077",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "1.eu.tokel.electrum.dexstats.info:11077",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
+ },
+ {
+ "url": "1.eu.tokel.electrum.dexstats.info:9077",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
+ }
+ ],
"explorer_block_url": "block/"
},
"TON-ERC20": {
@@ -41170,23 +33670,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41197,8 +33685,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41223,7 +33710,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 9,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41238,6 +33725,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41248,10 +33741,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41306,12 +33795,12 @@
],
"explorer_block_url": "block.dws?"
},
- "TRX-BEP20_OLD": {
- "coin": "TRX-BEP20_OLD",
+ "TRX-BEP20": {
+ "coin": "TRX-BEP20",
"type": "BEP-20",
- "name": "TRON (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "name": "TRON",
+ "coinpaprika_id": "trx-tron",
+ "coingecko_id": "tron",
"livecoinwatch_id": "TRX",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
@@ -41320,26 +33809,39 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "TRON (OLD)",
+ "wallet_only": false,
+ "fname": "TRON",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
+ "decimals": 6,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B"
+ "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41350,74 +33852,165 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "TRX"
},
- "TRX-BEP20": {
- "coin": "TRX-BEP20",
- "type": "BEP-20",
+ "TRX": {
+ "coin": "TRX",
+ "type": "TRX",
"name": "TRON",
- "coinpaprika_id": "trx-tron",
- "coingecko_id": "tron",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
"livecoinwatch_id": "TRX",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "TRON",
- "rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"decimals": 6,
- "required_confirmations": 3,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
"protocol": {
- "type": "ERC20",
+ "type": "TRX",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3"
+ "network": "Mainnet"
}
},
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "nodes": [
+ {
+ "url": "https://api.trongrid.io"
+ },
+ {
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "#/block/",
+ "binance_id": "TRX"
+ },
+ "USDT-TRC20": {
+ "coin": "USDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "USDT",
+ "explorer_url": "https://tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRX",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"
+ }
},
- "contract_address": "0xCE7de646e7208a4Ef112cb6ed5038FA6cC6b12e3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t",
+ "parent_coin": "TRX",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.trongrid.io"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://public-trx-mainnet.fastnode.io"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://tron-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
+ "TRXT": {
+ "coin": "TRXT",
+ "type": "TRX",
+ "name": "TRON Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "TRON Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 1,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRX",
+ "protocol_data": {
+ "network": "Nile"
+ }
+ },
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://nile.trongrid.io"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "#/block/"
+ },
+ "TESTUSDT-TRC20": {
+ "coin": "TESTUSDT-TRC20",
+ "type": "TRC-20",
+ "name": "Tether Testnet",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://nile.tronscan.org/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": true,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Tether Testnet",
+ "mm2": 1,
+ "decimals": 6,
+ "derivation_path": "m/44'/195'",
+ "protocol": {
+ "type": "TRC20",
+ "protocol_data": {
+ "platform": "TRXT",
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf"
+ }
+ },
+ "contract_address": "TXYZopYRdj2D9XRtbG411XZZ3kM5VkAeBf",
+ "parent_coin": "TRXT",
+ "nodes": [
+ {
+ "url": "https://api.nileex.io"
+ },
+ {
+ "url": "https://nile.trongrid.io"
+ }
+ ],
+ "explorer_block_url": "#/block/"
},
"TRYB-AVX20": {
"coin": "TRYB-AVX20",
@@ -41449,8 +34042,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -41462,10 +34053,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -41474,8 +34061,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -41520,11 +34113,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -41551,7 +34140,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41566,6 +34155,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41576,10 +34171,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41615,23 +34206,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -41682,23 +34261,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41709,8 +34276,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41735,7 +34301,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -41750,6 +34316,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -41760,10 +34332,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41805,23 +34373,11 @@
},
"contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -41832,8 +34388,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -41873,10 +34428,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -41885,8 +34436,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -41970,10 +34527,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42013,7 +34566,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -42028,6 +34581,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -42038,10 +34597,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -42083,23 +34638,11 @@
},
"contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42110,8 +34653,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42151,10 +34693,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42174,64 +34712,6 @@
],
"explorer_block_url": "block/"
},
- "UIS-OLD": {
- "coin": "UIS-OLD",
- "type": "UTXO",
- "name": "Unitus (OLD)",
- "coinpaprika_id": "uis-unitus",
- "coingecko_id": "unitus",
- "livecoinwatch_id": "UIS",
- "explorer_url": "https://explorer.unitus.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Unitus Signed Message:\n",
- "fname": "Unitus (OLD)",
- "rpcport": 50604,
- "pubtype": 68,
- "p2shtype": 10,
- "wiftype": 132,
- "txfee": 2000000,
- "dust": 6000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/723'",
- "links": {
- "github": "https://github.com/unitusdev/unitus",
- "homepage": "https://unituscurrency.com"
- },
- "electrum": [
- {
- "url": "failover.trc-uis.ewmcx.biz:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "failover.trc-uis.ewmcx.biz:50003",
- "protocol": "WSS",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50002",
- "protocol": "SSL",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50003",
- "protocol": "WSS",
- "disable_cert_verification": false
- }
- ],
- "explorer_block_url": "block/"
- },
"UIS": {
"coin": "UIS",
"type": "UTXO",
@@ -42270,11 +34750,19 @@
},
"electrum": [
{
- "url": "uis-ex-one.ewmci.online:50002",
+ "url": "failover.trc-uis.ewmcx.biz:50002",
"protocol": "SSL"
},
{
- "url": "uis-ex-one.ewmci.online:50003",
+ "url": "failover.trc-uis.ewmcx.biz:50003",
+ "protocol": "WSS"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50003",
"protocol": "WSS"
}
],
@@ -42315,10 +34803,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -42327,8 +34811,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -42365,23 +34855,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42392,8 +34870,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42433,10 +34910,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42491,10 +34964,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -42503,8 +34972,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -42545,23 +35020,11 @@
},
"contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -42572,8 +35035,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -42597,7 +35059,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -42612,6 +35074,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -42622,10 +35090,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -42705,23 +35169,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -42845,19 +35297,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -42902,11 +35350,7 @@
"ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- },
- {
- "url": "https://base.lava.build"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
"url": "https://mainnet.base.org"
@@ -42949,10 +35393,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -42961,61 +35401,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDC-AVX20_OLD": {
- "coin": "USDC-AVX20_OLD",
- "type": "AVX-20",
- "name": "USD Coin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "USD Coin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -43056,23 +35449,11 @@
},
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43083,8 +35464,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43108,7 +35488,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43129,6 +35509,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43139,10 +35525,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43192,52 +35574,51 @@
],
"explorer_block_url": "block/"
},
- "USDC-MVR20": {
- "coin": "USDC-MVR20",
- "type": "Moonriver",
+ "USDC-GNO": {
+ "coin": "USDC-GNO",
+ "type": "Gnosis",
"name": "USD Coin",
"coinpaprika_id": "usdc-usd-coin",
"coingecko_id": "usd-coin",
"livecoinwatch_id": "USDC",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "USD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 100,
"decimals": 6,
- "required_confirmations": 6,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
+ "platform": "XDAI",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -43272,23 +35653,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -43343,10 +35718,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -43386,7 +35757,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43401,6 +35772,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43411,10 +35788,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43452,23 +35825,66 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://eth1.lava.build"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "USDP-ERC20": {
+ "coin": "USDP-ERC20",
+ "type": "ERC-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pax Dollar",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.paxos.com/usdp"
+ },
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43479,60 +35895,65 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "USDT-MVR20": {
- "coin": "USDT-MVR20",
- "type": "Moonriver",
- "name": "Tether",
- "coinpaprika_id": "usdt-tether",
- "coingecko_id": "tether",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "USDP-BEP20": {
+ "coin": "USDP-BEP20",
+ "type": "BEP-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether",
+ "wallet_only": false,
+ "fname": "Pax Dollar",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 6,
- "required_confirmations": 6,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C"
+ "platform": "BNB",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"USDT-KRC20": {
@@ -43609,23 +36030,17 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -43683,19 +36098,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -43730,8 +36141,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -43743,10 +36152,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -43755,61 +36160,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDT-AVX20_OLD": {
- "coin": "USDT-AVX20_OLD",
- "type": "AVX-20",
- "name": "Tether (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- },
- {
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -43833,7 +36191,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -43854,6 +36212,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43864,10 +36228,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -43887,7 +36247,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "Tether",
"rpcport": 80,
"mm2": 1,
@@ -43908,23 +36268,11 @@
},
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -43935,8 +36283,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -43979,6 +36326,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -43989,10 +36342,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44103,42 +36452,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "varrr.electrum3.cipig.net:10009",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "varrr.electrum3.cipig.net:20009",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "varrr.electrum3.cipig.net:30009",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -44248,42 +36561,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "vdex.electrum3.cipig.net:10010",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "vdex.electrum3.cipig.net:20010",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "vdex.electrum3.cipig.net:30010",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -44436,7 +36713,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44457,6 +36734,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44467,10 +36750,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -44507,23 +36786,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44534,8 +36801,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44572,23 +36838,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -44599,66 +36853,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "VGX-PLG20": {
- "coin": "VGX-PLG20",
- "type": "Matic",
- "name": "Voyager",
- "coinpaprika_id": "ethos-ethos",
- "coingecko_id": "ethos",
- "livecoinwatch_id": "VGX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Voyager",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -44701,32 +36896,8 @@
"github": "https://github.com/viacoin",
"homepage": "https://viacoin.org"
},
- "electrum": [
- {
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "via.electrum3.cipig.net:30073",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
+ "electrum": [],
+ "delisted": true,
"explorer_block_url": "block/"
},
"VIA-segwit": {
@@ -44763,38 +36934,117 @@
"orderbook_ticker": "VIA",
"mm2": 1,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/14'",
+ "trezor_coin": "Viacoin",
+ "links": {
+ "github": "https://github.com/viacoin",
+ "homepage": "https://viacoin.org"
+ },
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
+ "VIRTUAL-ERC20": {
+ "coin": "VIRTUAL-ERC20",
+ "type": "ERC-20",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.virtuals.io"
+ },
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "VIRTUAL-BASE": {
+ "coin": "VIRTUAL-BASE",
+ "type": "Base",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
+ }
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "via.electrum3.cipig.net:20073",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "via.electrum3.cipig.net:30073",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
@@ -44818,7 +37068,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -44839,6 +37089,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -44849,10 +37105,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -45016,47 +37268,26 @@
}
],
"disable_cert_verification": false
+ },
+ {
+ "url": "el2.verus.io:17488",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "0x03-ctrlc@protonmail.com"
+ },
+ {
+ "discord": "0x03#8822"
+ },
+ {
+ "keybase": "bloodynora"
+ }
+ ],
+ "disable_cert_verification": false
}
],
"explorer_block_url": "block/"
},
- "GRMS": {
- "coin": "GRMS",
- "type": "Smart Chain",
- "name": "GRMS",
- "coinpaprika_id": "grms-grms",
- "coingecko_id": "",
- "livecoinwatch_id": "GRMS",
- "explorer_url": "https://explorer.grms.pw/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GRMS",
- "fname": "GRMS",
- "is_privacy_coin": true,
- "rpcport": 21687,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"VTC": {
"coin": "VTC",
"type": "UTXO",
@@ -45205,6 +37436,57 @@
],
"explorer_block_url": "block.dws?"
},
+ "VVV-BASE": {
+ "coin": "VVV-BASE",
+ "type": "Base",
+ "name": "Venice Token",
+ "coinpaprika_id": "vvv-venice-token",
+ "coingecko_id": "venice-token",
+ "livecoinwatch_id": "_VVV",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Venice Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://venice.ai"
+ },
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ },
+ {
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
+ },
+ {
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"WAVES-BEP20": {
"coin": "WAVES-BEP20",
"type": "BEP-20",
@@ -45225,7 +37507,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -45240,6 +37522,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -45250,13 +37538,60 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "WBTC-ARB20": {
+ "coin": "WBTC-ARB20",
+ "type": "Arbitrum",
+ "name": "Wrapped Bitcoin",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
+ "coingecko_id": "wrapped-bitcoin",
+ "livecoinwatch_id": "WBTC",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Wrapped Bitcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 8,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
+ },
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ },
+ {
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"WBTC-ERC20": {
@@ -45296,23 +37631,11 @@
},
"contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45323,8 +37646,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45333,7 +37655,7 @@
"coin": "WBTC-PLG20",
"type": "Matic",
"name": "Wrapped Bitcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
"coingecko_id": "wrapped-bitcoin",
"livecoinwatch_id": "WBTC",
"explorer_url": "https://polygonscan.com/",
@@ -45359,23 +37681,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -45427,23 +37737,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45454,8 +37752,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45492,23 +37789,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -45519,8 +37804,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -45563,19 +37847,15 @@
{
"url": "https://arb1.arbitrum.io/rpc"
},
- {
- "url": "https://arb1.lava.build"
- },
{
"url": "https://arbitrum-one-rpc.publicnode.com",
"ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://arbitrum.drpc.org"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/arbitrum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
"explorer_block_url": "block/"
@@ -45615,10 +37895,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -45627,8 +37903,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -45653,7 +37935,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -45669,190 +37951,11 @@
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "WOO-PLG20": {
- "coin": "WOO-PLG20",
- "type": "Matic",
- "name": "WOO Network",
- "coinpaprika_id": "woo-wootrade",
- "coingecko_id": "woo-network",
- "livecoinwatch_id": "WOO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "WOO Network",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "XCN-ERC20": {
- "coin": "XCN-ERC20",
- "type": "ERC-20",
- "name": "Onyxcoin",
- "coinpaprika_id": "xcn-chain",
- "coingecko_id": "chain-2",
- "livecoinwatch_id": "XCN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Onyxcoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-dataseed2.defibit.io"
},
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "XCN-BEP20": {
- "coin": "XCN-BEP20",
- "type": "BEP-20",
- "name": "Onyxcoin",
- "coinpaprika_id": "",
- "coingecko_id": "chain-2",
- "livecoinwatch_id": "XCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Onyxcoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -45862,147 +37965,20 @@
},
{
"url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "XEP-segwit": {
- "coin": "XEP-segwit",
- "type": "UTXO",
- "name": "Electra Protocol",
- "coinpaprika_id": "xep-electra-protocol",
- "coingecko_id": "electra-protocol",
- "livecoinwatch_id": "XEP",
- "explorer_url": "https://electraprotocol.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "XEP Signed Message:\n",
- "fname": "Electra Protocol",
- "rpcport": 16816,
- "pubtype": 55,
- "p2shtype": 137,
- "wiftype": 162,
- "txversion": 2,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "segwit": true,
- "signature_version": "witness_v0",
- "bech32_hrp": "ep",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "XEP",
- "required_confirmations": 4,
- "avg_blocktime": 80,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/597'",
- "electrum": [
- {
- "url": "electrumx1.electraprotocol.eu:50001",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx1.electraprotocol.eu:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx1.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx2.electraprotocol.eu:50001",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.electraprotocol.eu:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx2.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx3.electraprotocol.eu:50001",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx3.electraprotocol.eu:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
- {
- "url": "electrumx3.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XEP-BEP20": {
- "coin": "XEP-BEP20",
- "type": "BEP-20",
- "name": "Electra Protocol",
- "coinpaprika_id": "xep-electra-protocol",
- "coingecko_id": "electra-protocol",
- "livecoinwatch_id": "XEP",
- "explorer_url": "https://bscscan.com/",
+ "WOO-PLG20": {
+ "coin": "WOO-PLG20",
+ "type": "Matic",
+ "name": "WOO Network",
+ "coinpaprika_id": "woo-wootrade",
+ "coingecko_id": "woo-network",
+ "livecoinwatch_id": "WOO",
+ "explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46010,52 +37986,52 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Electra Protocol",
+ "fname": "WOO Network",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e"
+ "platform": "MATIC",
+ "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XIDR-ERC20": {
- "coin": "XIDR-ERC20",
+ "XAUT-ERC20": {
+ "coin": "XAUT-ERC20",
"type": "ERC-20",
- "name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
- "coingecko_id": "straitsx-indonesia-rupiah",
- "livecoinwatch_id": "XIDR",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46064,7 +38040,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Indonesian Rupiah",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -46075,29 +38051,20 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52"
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
+ "links": {
+ "homepage": "https://gold.tether.to"
+ },
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -46108,19 +38075,74 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "XIDR-PLG20": {
- "coin": "XIDR-PLG20",
+ "XAUT-BEP20": {
+ "coin": "XAUT-BEP20",
+ "type": "BEP-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XAUT-PLG20": {
+ "coin": "XAUT-PLG20",
"type": "Matic",
- "name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "",
- "coingecko_id": "straitsx-indonesia-rupiah",
- "livecoinwatch_id": "XIDR",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46129,7 +38151,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Indonesian Rupiah",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -46140,27 +38162,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2"
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -46180,14 +38190,14 @@
],
"explorer_block_url": "block/"
},
- "XLM-BEP20": {
- "coin": "XLM-BEP20",
- "type": "BEP-20",
- "name": "Stellar",
- "coinpaprika_id": "xlm-stellar",
- "coingecko_id": "stellar",
- "livecoinwatch_id": "XLM",
- "explorer_url": "https://bscscan.com/",
+ "XAUT-AVX20": {
+ "coin": "XAUT-AVX20",
+ "type": "AVX-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46195,240 +38205,157 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Stellar",
+ "fname": "Tether Gold",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9"
+ "platform": "AVAX",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XMY": {
- "coin": "XMY",
- "type": "UTXO",
- "name": "Myriad",
- "coinpaprika_id": "xmy-myriad",
- "coingecko_id": "myriadcoin",
- "livecoinwatch_id": "XMY",
- "explorer_url": "https://chainz.cryptoid.info/xmy/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "XAUT-ARB20": {
+ "coin": "XAUT-ARB20",
+ "type": "Arbitrum",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Myriadcoin Signed Message:\n",
- "fname": "Myriad",
- "rpcport": 8332,
- "pubtype": 50,
- "p2shtype": 9,
- "wiftype": 178,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "my",
+ "fname": "Tether Gold",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 240,
+ "chain_id": 42161,
+ "decimals": 6,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159"
+ }
},
- "derivation_path": "m/44'/90'",
- "electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
{
- "url": "xmy-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "xmy-ex-two.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "xmy-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "xmy-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "XMY-segwit": {
- "coin": "XMY-segwit",
- "type": "UTXO",
- "name": "Myriad",
- "coinpaprika_id": "xmy-myriad",
- "coingecko_id": "myriadcoin",
- "livecoinwatch_id": "XMY",
- "explorer_url": "https://chainz.cryptoid.info/xmy/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "XCN-ERC20": {
+ "coin": "XCN-ERC20",
+ "type": "ERC-20",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Myriadcoin Signed Message:\n",
- "fname": "Myriad",
- "rpcport": 8332,
- "pubtype": 50,
- "p2shtype": 9,
- "wiftype": 178,
- "txfee": 10000,
- "segwit": true,
- "bech32_hrp": "my",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "XMY",
+ "fname": "Onyxcoin",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "avg_blocktime": 240,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18"
+ }
},
- "derivation_path": "m/84'/90'",
- "electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "xmy-ex-one.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "xmy-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "xmy-ex-two.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "xmy-ex-two.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "xmy-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "XNA": {
- "coin": "XNA",
- "type": "UTXO",
- "name": "Neurai",
- "coinpaprika_id": "xna-neurai",
- "coingecko_id": "neurai",
- "livecoinwatch_id": "XNA",
- "explorer_url": "https://neuraiexplorer.com/",
+ "XCN-BASE": {
+ "coin": "XCN-BASE",
+ "type": "Base",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46436,156 +38363,153 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Neurai Signed Message:\n",
- "fname": "Neurai",
- "rpcport": 19001,
- "pubtype": 53,
- "p2shtype": 117,
- "wiftype": 128,
- "segwit": true,
- "txfee": 1000000,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO",
- "chain_variant": "RVN"
- },
- "derivation_path": "m/44'/1900'",
- "links": {
- "github": "https://github.com/NeuraiProject/Neurai",
- "homepage": "https://neurai.org"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C"
+ }
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "electrumx-dex-01.neuraiexplorer.com:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "electrumx-dex-01.neuraiexplorer.com:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "electrumx-dex-02.neuraiexplorer.com:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://mainnet.base.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XCN-BEP20": {
+ "coin": "XCN-BEP20",
+ "type": "BEP-20",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7324c7C0d95CEBC73eEa7E85CbAac0dBdf88a05b",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "electrumx-dex-02.neuraiexplorer.com:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "electrumx3.neurai.top:50001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "electrumx3.neurai.top:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XPM": {
- "coin": "XPM",
- "type": "UTXO",
- "name": "Primecoin",
- "coinpaprika_id": "xpm-primecoin",
- "coingecko_id": "primecoin",
- "livecoinwatch_id": "XPM",
- "explorer_url": "https://www.blockseek.io/xpm/",
+ "XDAI": {
+ "coin": "XDAI",
+ "type": "Gnosis",
+ "name": "XDAI",
+ "coinpaprika_id": "dpos-xdai",
+ "coingecko_id": "xdai",
+ "livecoinwatch_id": "XDAI",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Primecoin",
- "rpcport": 8332,
- "pubtype": 23,
- "p2shtype": 83,
- "wiftype": 151,
- "txfee": 0,
- "dust": 1000000,
+ "wallet_only": false,
+ "fname": "XDAI",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 100,
"required_confirmations": 5,
- "avg_blocktime": 60,
+ "avg_blocktime": 5,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 100
+ }
},
- "derivation_path": "m/44'/24'",
- "trezor_coin": "Primecoin",
"links": {
- "github": "https://github.com/primecoin/primecoin",
- "homepage": "https://primecoin.io"
+ "homepage": "https://www.gnosis.io"
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
{
- "url": "electrumx.mainnet.primecoin.org:50011",
- "protocol": "TCP"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "electrumx.primecoin.org:50001",
- "protocol": "TCP"
+ "url": "https://public-gno-mainnet.fastnode.io"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "XRG": {
- "coin": "XRG",
+ "XEP-segwit": {
+ "coin": "XEP-segwit",
"type": "UTXO",
- "name": "Ergon",
- "coinpaprika_id": "xrg-ergon",
- "coingecko_id": "",
- "livecoinwatch_id": "XRG",
- "explorer_url": "https://explorer.ergon.network/",
+ "name": "Electra Protocol",
+ "coinpaprika_id": "xep-electra-protocol",
+ "coingecko_id": "electra-protocol",
+ "livecoinwatch_id": "XEP",
+ "explorer_url": "https://electraprotocol.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -46593,88 +38517,94 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Bitcoin Signed Message:\n",
- "fname": "Ergon",
- "rpcport": 2137,
- "pubtype": 0,
- "p2shtype": 5,
- "wiftype": 128,
- "txfee": 10,
- "segwit": false,
- "fork_id": "0x40",
+ "sign_message_prefix": "XEP Signed Message:\n",
+ "fname": "Electra Protocol",
+ "rpcport": 16816,
+ "pubtype": 55,
+ "p2shtype": 137,
+ "wiftype": 162,
+ "txversion": 2,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "segwit": true,
+ "signature_version": "witness_v0",
+ "bech32_hrp": "ep",
"address_format": {
- "format": "cashaddress",
- "network": "ergon"
+ "format": "segwit"
},
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 600,
+ "orderbook_ticker": "XEP",
+ "required_confirmations": 4,
+ "avg_blocktime": 80,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/2137'",
- "links": {
- "github": "https://github.com/Ergon-moe/Bitcoin-Static",
- "homepage": "https://ergon.moe"
- },
+ "derivation_path": "m/84'/597'",
"electrum": [
{
- "url": "fulcrum.ergon.network:52138",
- "protocol": "SSL",
+ "url": "electrumx1.electraprotocol.eu:50001",
"contact": [
{
- "email": "licho@ergon.moe"
- },
+ "discord": "287952234317348865"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrumx1.electraprotocol.eu:50002",
+ "protocol": "SSL",
+ "contact": [
{
- "telegram": "licho92karol"
+ "discord": "287952234317348865"
}
]
},
{
- "url": "fulcrum.ergon.network:52140",
- "protocol": "WSS",
+ "url": "electrumx2.electraprotocol.eu:50001",
"contact": [
{
- "email": "licho@ergon.moe"
- },
- {
- "telegram": "licho92karol"
+ "discord": "287952234317348865"
}
- ]
+ ],
+ "protocol": "TCP"
},
{
- "url": "la.ask.systems:52138",
+ "url": "electrumx2.electraprotocol.eu:50002",
"protocol": "SSL",
"contact": [
{
- "telegram": "@fsmv0"
+ "discord": "287952234317348865"
}
]
},
{
- "url": "la.ask.systems:52140",
- "protocol": "WSS",
+ "url": "electrumx3.electraprotocol.eu:50001",
"contact": [
{
- "telegram": "@fsmv0"
+ "discord": "287952234317348865"
}
- ]
+ ],
+ "protocol": "TCP"
},
{
- "url": "xrg_ful.googol.cash:52138",
+ "url": "electrumx3.electraprotocol.eu:50002",
"protocol": "SSL",
- "disable_cert_verification": true
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
}
],
"explorer_block_url": "block/"
},
- "XRP-BEP20": {
- "coin": "XRP-BEP20",
+ "XEP-BEP20": {
+ "coin": "XEP-BEP20",
"type": "BEP-20",
- "name": "XRP",
- "coinpaprika_id": "xrp-xrp",
- "coingecko_id": "ripple",
- "livecoinwatch_id": "XRP",
+ "name": "Electra Protocol",
+ "coinpaprika_id": "xep-electra-protocol",
+ "coingecko_id": "electra-protocol",
+ "livecoinwatch_id": "XEP",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46683,31 +38613,32 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "XRP",
+ "fname": "Electra Protocol",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE"
+ "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE",
+ "contract_address": "0xb897D0a0f68800f8Be7D69ffDD1c24b69f57Bf3e",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -46718,87 +38649,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XRP-ERC20": {
- "coin": "XRP-ERC20",
- "type": "ERC-20",
- "name": "XRP",
- "coinpaprika_id": "",
- "coingecko_id": "ripple",
- "livecoinwatch_id": "XRP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "XRP",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "XSGD-ERC20": {
- "coin": "XSGD-ERC20",
+ "XIDR-ERC20": {
+ "coin": "XIDR-ERC20",
"type": "ERC-20",
- "name": "StraitsX Singapore Dollar",
- "coinpaprika_id": "xsgd-xsgd",
- "coingecko_id": "xsgd",
- "livecoinwatch_id": "XSGD",
+ "name": "StraitsX Indonesian Rupiah",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
+ "coingecko_id": "straitsx-indonesia-rupiah",
+ "livecoinwatch_id": "XIDR",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46807,7 +38669,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX Indonesian Rupiah",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -46818,34 +38680,17 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96"
+ "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "Singapore-Dollar Backed Stablecoin",
- "links": {
- "github": "https://github.com/Xfers/StraitsX-tokens",
- "homepage": "https://xfers.com/sg/stablecoin"
- },
- "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
+ "contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -46856,19 +38701,18 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "XSGD-PLG20": {
- "coin": "XSGD-PLG20",
+ "XIDR-PLG20": {
+ "coin": "XIDR-PLG20",
"type": "Matic",
- "name": "StraitsX Singapore Dollar",
- "coinpaprika_id": "xsgd-xsgd",
- "coingecko_id": "xsgd",
- "livecoinwatch_id": "XSGD",
+ "name": "StraitsX Indonesian Rupiah",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
+ "coingecko_id": "straitsx-indonesia-rupiah",
+ "livecoinwatch_id": "XIDR",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46877,7 +38721,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX Indonesian Rupiah",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -46888,27 +38732,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995"
+ "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
+ "contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -46928,13 +38760,13 @@
],
"explorer_block_url": "block/"
},
- "XTZ-BEP20": {
- "coin": "XTZ-BEP20",
+ "XLM-BEP20": {
+ "coin": "XLM-BEP20",
"type": "BEP-20",
- "name": "Tezos",
- "coinpaprika_id": "xtz-tezos",
- "coingecko_id": "tezos",
- "livecoinwatch_id": "XTZ",
+ "name": "Stellar",
+ "coinpaprika_id": "xlm-stellar",
+ "coingecko_id": "stellar",
+ "livecoinwatch_id": "XLM",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -46943,17 +38775,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Tezos",
+ "fname": "Stellar",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a"
+ "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9"
}
},
"derivation_path": "m/44'/60'",
@@ -46963,11 +38795,17 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a",
+ "contract_address": "0x43C934A845205F0b514417d757d7235B8f53f1B9",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -46978,23 +38816,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XVC": {
- "coin": "XVC",
+ "XMY": {
+ "coin": "XMY",
"type": "UTXO",
- "name": "VanillaCash",
- "coinpaprika_id": "xvc-vcash",
- "coingecko_id": "vcash",
- "livecoinwatch_id": "XVC",
- "explorer_url": "https://chainz.cryptoid.info/xvc/",
+ "name": "Myriad",
+ "coinpaprika_id": "xmy-myriad",
+ "coingecko_id": "myriadcoin",
+ "livecoinwatch_id": "XMY",
+ "explorer_url": "https://chainz.cryptoid.info/xmy/",
"explorer_tx_url": "tx.dws?",
"explorer_address_url": "address.dws?",
"supported": [],
@@ -47002,53 +38836,25 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Vanillacash Signed Message:\n",
- "fname": "VanillaCash",
- "isPoS": 1,
- "rpcport": 48888,
- "pubtype": 18,
- "p2shtype": 30,
- "wiftype": 181,
+ "sign_message_prefix": "Myriadcoin Signed Message:\n",
+ "fname": "Myriad",
+ "rpcport": 8332,
+ "pubtype": 50,
+ "p2shtype": 9,
+ "wiftype": 178,
"txfee": 10000,
- "dust": 10000,
+ "segwit": true,
+ "bech32_hrp": "my",
"mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 240,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/724'",
- "links": {
- "github": "https://github.com/WikiMin3R/Vanillacash",
- "homepage": "https://vanillacash.org"
- },
+ "derivation_path": "m/44'/90'",
"electrum": [
{
- "url": "electrumx1.vanillacash.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumx1.vanillacash.info:50012",
- "protocol": "SSL"
- },
- {
- "url": "electrumx1.vanillacash.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumx2.vanillacash.info:50011",
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.vanillacash.info:50012",
- "protocol": "SSL"
- },
- {
- "url": "electrumx2.vanillacash.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "xvc-ex-seven.ewmci.online:50001",
+ "url": "xmy-ex-two.ewmci.online:50001",
"protocol": "TCP",
"contact": [
{
@@ -47057,7 +38863,7 @@
]
},
{
- "url": "xvc-ex-seven.ewmci.online:50002",
+ "url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
@@ -47066,7 +38872,7 @@
]
},
{
- "url": "xvc-ex-seven.ewmci.online:50003",
+ "url": "xmy-ex-two.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
@@ -47077,346 +38883,213 @@
],
"explorer_block_url": "block.dws?"
},
- "XVC-BEP20": {
- "coin": "XVC-BEP20",
- "type": "BEP-20",
- "name": "VanillaCash",
- "coinpaprika_id": "xvc-vcash",
- "coingecko_id": "vcash",
- "livecoinwatch_id": "XVC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
+ "XMY-segwit": {
+ "coin": "XMY-segwit",
+ "type": "UTXO",
+ "name": "Myriad",
+ "coinpaprika_id": "xmy-myriad",
+ "coingecko_id": "myriadcoin",
+ "livecoinwatch_id": "XMY",
+ "explorer_url": "https://chainz.cryptoid.info/xmy/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "VanillaCash",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B"
- }
+ "sign_message_prefix": "Myriadcoin Signed Message:\n",
+ "fname": "Myriad",
+ "rpcport": 8332,
+ "pubtype": 50,
+ "p2shtype": 9,
+ "wiftype": 178,
+ "txfee": 10000,
+ "segwit": true,
+ "bech32_hrp": "my",
+ "address_format": {
+ "format": "segwit"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "XVC-QRC20": {
- "coin": "XVC-QRC20",
- "type": "QRC-20",
- "name": "VanillaCash",
- "coinpaprika_id": "xvc-vcash",
- "coingecko_id": "vcash",
- "livecoinwatch_id": "XVC",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "VanillaCash",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
+ "orderbook_ticker": "XMY",
"mm2": 1,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
+ "avg_blocktime": 240,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/90'",
+ "electrum": [
{
- "url": "qtum.electrum2.cipig.net:10050",
+ "url": "xmy-ex-two.ewmci.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "xmy-ex-two.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
},
{
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "xmy-ex-two.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "XNA": {
+ "coin": "XNA",
+ "type": "UTXO",
+ "name": "Neurai",
+ "coinpaprika_id": "xna-neurai",
+ "coingecko_id": "neurai",
+ "livecoinwatch_id": "XNA",
+ "explorer_url": "https://neuraiexplorer.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Neurai Signed Message:\n",
+ "fname": "Neurai",
+ "rpcport": 19001,
+ "pubtype": 53,
+ "p2shtype": 117,
+ "wiftype": 128,
+ "segwit": true,
+ "txfee": 1000000,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "RVN"
+ },
+ "derivation_path": "m/44'/1900'",
+ "links": {
+ "github": "https://github.com/NeuraiProject/Neurai",
+ "homepage": "https://neurai.org"
+ },
+ "electrum": [
{
- "url": "qtum.electrum3.cipig.net:10050",
+ "url": "electrumx-dex-02.neuraiexplorer.com:50001",
+ "protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "alarm@neurai.org"
},
{
- "discord": "cipi#4502"
+ "discord": "456566604809895947"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
+ "url": "electrumx-dex-02.neuraiexplorer.com:50002",
+ "protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "alarm@neurai.org"
},
{
- "discord": "cipi#4502"
+ "discord": "456566604809895947"
}
]
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
+ "url": "electrumx3.neurai.top:50001",
+ "protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "alarm@neurai.org"
},
{
- "discord": "cipi#4502"
+ "discord": "456566604809895947"
}
]
}
],
"explorer_block_url": "block/"
},
- "XVG": {
- "coin": "XVG",
+ "XPM": {
+ "coin": "XPM",
"type": "UTXO",
- "name": "Verge",
- "coinpaprika_id": "xvg-verge",
- "coingecko_id": "verge",
- "livecoinwatch_id": "XVG",
- "explorer_url": "https://xvgblockexplorer.com/",
+ "name": "Primecoin",
+ "coinpaprika_id": "xpm-primecoin",
+ "coingecko_id": "primecoin",
+ "livecoinwatch_id": "XPM",
+ "explorer_url": "https://www.blockseek.io/xpm/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "VERGE Signed Message:\n",
- "fname": "Verge",
- "isPoS": 1,
- "rpcport": 20102,
- "pubtype": 30,
- "p2shtype": 33,
- "wiftype": 158,
- "decimals": 6,
- "segwit": true,
- "bech32_hrp": "vg",
- "txfee": 200000,
- "dingo_fee": true,
- "dust": 200000,
+ "wallet_only": true,
+ "fname": "Primecoin",
+ "rpcport": 8332,
+ "pubtype": 23,
+ "p2shtype": 83,
+ "wiftype": 151,
+ "txfee": 0,
+ "dust": 1000000,
"mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 30,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/77'",
+ "derivation_path": "m/44'/24'",
+ "trezor_coin": "Primecoin",
+ "links": {
+ "github": "https://github.com/primecoin/primecoin",
+ "homepage": "https://primecoin.io"
+ },
"electrum": [
{
- "url": "159.69.73.223:5036",
+ "url": "electrumx.gemmer.primecoin.org:50011",
"protocol": "TCP"
},
{
- "url": "electrum-verge.cloud:50001",
+ "url": "electrumx.mainnet.primecoin.org:50011",
"protocol": "TCP"
},
{
- "url": "electrum-verge.cloud:50002",
- "protocol": "SSL"
- },
- {
- "url": "electrum-verge.cloud:50004",
- "protocol": "WSS"
- },
- {
- "url": "electrumx-verge.cloud:50001",
+ "url": "electrumx.primecoin.org:50001",
"protocol": "TCP"
},
{
- "url": "electrumx-verge.cloud:50002",
+ "url": "electrumx.xpm.systems:50002",
"protocol": "SSL"
},
{
- "url": "electrumx-verge.cloud:50004",
+ "url": "electrumx.xpm.systems:50004",
"protocol": "WSS"
}
],
- "explorer_block_url": "block/",
- "binance_id": "XVG"
- },
- "XVS-BEP20": {
- "coin": "XVS-BEP20",
- "type": "BEP-20",
- "name": "Venus",
- "coinpaprika_id": "xvs-venus",
- "coingecko_id": "venus",
- "livecoinwatch_id": "XVS",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Venus",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "YFI-AVX20": {
- "coin": "YFI-AVX20",
- "type": "AVX-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
- "explorer_url": "https://snowtrace.io/",
+ "XRG": {
+ "coin": "XRG",
+ "type": "UTXO",
+ "name": "Ergon",
+ "coinpaprika_id": "xrg-ergon",
+ "coingecko_id": "",
+ "livecoinwatch_id": "XRG",
+ "explorer_url": "https://explorer.ergon.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47424,51 +39097,64 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
- "rpcport": 80,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Ergon",
+ "rpcport": 2137,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "ergon"
+ },
"mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
+ "required_confirmations": 2,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
+ "derivation_path": "m/44'/2137'",
+ "links": {
+ "github": "https://github.com/Ergon-moe/Bitcoin-Static",
+ "homepage": "https://ergon.moe"
+ },
+ "electrum": [
{
- "url": "https://api.avax.network/ext/bc/C/rpc"
+ "url": "la.ask.systems:52138",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "telegram": "@fsmv0"
+ }
+ ]
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "la.ask.systems:52140",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "telegram": "@fsmv0"
+ }
+ ]
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "xrg_ful.googol.cash:52138",
+ "protocol": "SSL",
+ "disable_cert_verification": true
}
],
"explorer_block_url": "block/"
},
- "YFI-BEP20": {
- "coin": "YFI-BEP20",
+ "XRP-BEP20": {
+ "coin": "XRP-BEP20",
"type": "BEP-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
+ "name": "XRP",
+ "coinpaprika_id": "xrp-xrp",
+ "coingecko_id": "ripple",
+ "livecoinwatch_id": "XRP",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -47477,17 +39163,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "XRP",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e"
+ "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE"
}
},
"derivation_path": "m/44'/60'",
@@ -47497,11 +39183,17 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e",
+ "contract_address": "0x1D2F0da169ceB9fC7B3144628dB156f3F6c60dBE",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -47512,22 +39204,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "YFI-ERC20": {
- "coin": "YFI-ERC20",
+ "XRP-ERC20": {
+ "coin": "XRP-ERC20",
"type": "ERC-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
+ "name": "XRP",
+ "coinpaprika_id": "",
+ "coingecko_id": "ripple",
+ "livecoinwatch_id": "XRP",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -47536,45 +39224,28 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "XRP",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
+ "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
- "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"
+ "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "yearn.finance",
- "links": {
- "github": "https://github.com/iearn-finance",
- "homepage": "https://yearn.finance/"
- },
- "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
+ "contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -47585,20 +39256,19 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "YFI-KRC20": {
- "coin": "YFI-KRC20",
- "type": "KRC-20",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
- "explorer_url": "https://explorer.kcc.io/en/",
+ "XSGD-AVX20": {
+ "coin": "XSGD-AVX20",
+ "type": "AVX-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47606,43 +39276,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
- "chain_id": 321,
- "decimals": 18,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "KCS",
- "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A"
+ "platform": "AVAX",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A",
- "parent_coin": "KCS",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
+ "parent_coin": "AVAX",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://kcc-rpc.com"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://rpc-mainnet.kcc.network"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "YFI-PLG20": {
- "coin": "YFI-PLG20",
- "type": "Matic",
- "name": "yearn.finance",
- "coinpaprika_id": "yfi-yearnfinance",
- "coingecko_id": "yearn-finance",
- "livecoinwatch_id": "YFI",
- "explorer_url": "https://polygonscan.com/",
+ "XSGD-BASE": {
+ "coin": "XSGD-BASE",
+ "type": "Base",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47650,65 +39331,47 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "yearn.finance",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 8453,
+ "decimals": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6"
+ "platform": "ETH-BASE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
"nodes": [
{
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
},
- "YFII-BEP20": {
- "coin": "YFII-BEP20",
- "type": "BEP-20",
- "name": "DFI.Money",
- "coinpaprika_id": "yfii-dfimoney",
- "coingecko_id": "yfii-finance",
- "livecoinwatch_id": "YFII",
- "explorer_url": "https://bscscan.com/",
+ "XSGD-ERC20": {
+ "coin": "XSGD-ERC20",
+ "type": "ERC-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47716,52 +39379,110 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "DFI.Money",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5"
+ "platform": "ETH",
+ "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "trezor_coin": "Singapore-Dollar Backed Stablecoin",
+ "links": {
+ "github": "https://github.com/Xfers/StraitsX-tokens",
+ "homepage": "https://xfers.com/sg/stablecoin"
+ },
+ "contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-PLG20": {
+ "coin": "XSGD-PLG20",
+ "type": "Matic",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 6,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "YFII-ERC20": {
- "coin": "YFII-ERC20",
- "type": "ERC-20",
- "name": "DFI.Money",
- "coinpaprika_id": "yfii-dfimoney",
- "coingecko_id": "yfii-finance",
- "livecoinwatch_id": "YFII",
- "explorer_url": "https://etherscan.io/",
+ "XTZ-BEP20": {
+ "coin": "XTZ-BEP20",
+ "type": "BEP-20",
+ "name": "Tezos",
+ "coinpaprika_id": "xtz-tezos",
+ "coingecko_id": "tezos",
+ "livecoinwatch_id": "XTZ",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47769,223 +39490,150 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "DFI.Money",
+ "fname": "Tezos",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
+ "platform": "BNB",
+ "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "YFII.finance",
- "links": {
- "github": "https://github.com/yfii/vault",
- "homepage": "https://dfi.money/"
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
},
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x16939ef78684453bfDFb47825F8a5F714f12623a",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZEC": {
- "coin": "ZEC",
+ "XVC": {
+ "coin": "XVC",
"type": "UTXO",
- "name": "Zcash",
- "coinpaprika_id": "zec-zcash",
- "coingecko_id": "zcash",
- "livecoinwatch_id": "ZEC",
- "explorer_url": "https://blockchair.com/zcash/",
- "explorer_tx_url": "transaction/",
- "explorer_address_url": "address/",
+ "name": "VanillaCash",
+ "coinpaprika_id": "xvc-vcash",
+ "coingecko_id": "vcash",
+ "livecoinwatch_id": "XVC",
+ "explorer_url": "https://chainz.cryptoid.info/xvc/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zcash Signed Message:\n",
- "fname": "Zcash",
- "is_privacy_coin": true,
- "rpcport": 8232,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "segwit": true,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x4dec4df0",
- "txfee": 100000,
+ "sign_message_prefix": "Vanillacash Signed Message:\n",
+ "fname": "VanillaCash",
+ "isPoS": 1,
+ "rpcport": 48888,
+ "pubtype": 18,
+ "p2shtype": 30,
+ "wiftype": 181,
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 75,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/133'",
- "trezor_coin": "Zcash",
+ "derivation_path": "m/44'/724'",
"links": {
- "github": "https://github.com/zcash/zcash",
- "homepage": "https://z.cash"
+ "github": "https://github.com/WikiMin3R/Vanillacash",
+ "homepage": "https://vanillacash.org"
},
"electrum": [
{
- "url": "zec.electrum1.cipig.net:10058",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
+ "url": "electrumx1.vanillacash.info:50011",
"protocol": "TCP"
},
{
- "url": "zec.electrum1.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx1.vanillacash.info:50012",
+ "protocol": "SSL"
},
{
- "url": "zec.electrum1.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx1.vanillacash.info:50013",
+ "protocol": "WSS"
},
{
- "url": "zec.electrum2.cipig.net:10058",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
+ "url": "electrumx2.vanillacash.info:50011",
"protocol": "TCP"
},
{
- "url": "zec.electrum2.cipig.net:20058",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.vanillacash.info:50012",
+ "protocol": "SSL"
},
{
- "url": "zec.electrum2.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "electrumx2.vanillacash.info:50013",
+ "protocol": "WSS"
},
{
- "url": "zec.electrum3.cipig.net:10058",
+ "url": "xvc-ex-seven.ewmci.online:50001",
+ "protocol": "TCP",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
- ],
- "protocol": "TCP"
+ ]
},
{
- "url": "zec.electrum3.cipig.net:20058",
+ "url": "xvc-ex-seven.ewmci.online:50002",
"protocol": "SSL",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
},
{
- "url": "zec.electrum3.cipig.net:30058",
+ "url": "xvc-ex-seven.ewmci.online:50003",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "475820011634819072"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "ZEC"
+ "explorer_block_url": "block.dws?"
},
- "ZER": {
- "coin": "ZER",
- "type": "UTXO",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://insight.zerocurrency.io/insight/",
+ "XVC-BEP20": {
+ "coin": "XVC-BEP20",
+ "type": "BEP-20",
+ "name": "VanillaCash",
+ "coinpaprika_id": "xvc-vcash",
+ "coingecko_id": "vcash",
+ "livecoinwatch_id": "XVC",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -47993,69 +39641,89 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zero Signed Message:\n",
- "fname": "Zero",
- "is_privacy_coin": true,
- "rpcport": 23811,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x7361707a",
- "txfee": 1000,
+ "fname": "VanillaCash",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 120,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/323'",
- "links": {
- "github": "https://github.com/zerocurrencycoin/Zero",
- "homepage": "https://zero.directory"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B"
+ }
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xeBbfB9E5aF3172C7C0e1D4ff7106A8Bbb961F87B",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "zer.electrum1.cipig.net:10065",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "zer.electrum1.cipig.net:20065",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "zer.electrum1.cipig.net:30065",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "zer.electrum2.cipig.net:10065",
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XVC-QRC20": {
+ "coin": "XVC-QRC20",
+ "type": "QRC-20",
+ "name": "VanillaCash",
+ "coinpaprika_id": "xvc-vcash",
+ "coingecko_id": "vcash",
+ "livecoinwatch_id": "XVC",
+ "explorer_url": "https://qtum.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "VanillaCash",
+ "rpcport": 3889,
+ "pubtype": 58,
+ "p2shtype": 50,
+ "wiftype": 128,
+ "segwit": false,
+ "txfee": 400000,
+ "dust": 72800,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 2000,
+ "avg_blocktime": 32,
+ "protocol": {
+ "type": "QRC20",
+ "chain_variant": "QTUM",
+ "protocol_data": {
+ "platform": "QTUM",
+ "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30"
+ }
+ },
+ "derivation_path": "m/44'/2301'",
+ "contract_address": "0x4cdaa46741af44c68179c54c4fcb02c2bf646d30",
+ "parent_coin": "QTUM",
+ "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
+ "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
+ "electrum": [
+ {
+ "url": "qtum.electrum1.cipig.net:10050",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -48067,7 +39735,7 @@
"protocol": "TCP"
},
{
- "url": "zer.electrum2.cipig.net:20065",
+ "url": "qtum.electrum1.cipig.net:20050",
"protocol": "SSL",
"contact": [
{
@@ -48079,7 +39747,7 @@
]
},
{
- "url": "zer.electrum2.cipig.net:30065",
+ "url": "qtum.electrum1.cipig.net:30050",
"protocol": "WSS",
"contact": [
{
@@ -48091,7 +39759,7 @@
]
},
{
- "url": "zer.electrum3.cipig.net:10065",
+ "url": "qtum.electrum2.cipig.net:10050",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -48103,7 +39771,7 @@
"protocol": "TCP"
},
{
- "url": "zer.electrum3.cipig.net:20065",
+ "url": "qtum.electrum2.cipig.net:20050",
"protocol": "SSL",
"contact": [
{
@@ -48115,7 +39783,7 @@
]
},
{
- "url": "zer.electrum3.cipig.net:30065",
+ "url": "qtum.electrum2.cipig.net:30050",
"protocol": "WSS",
"contact": [
{
@@ -48129,14 +39797,14 @@
],
"explorer_block_url": "block/"
},
- "ZER-BEP20": {
- "coin": "ZER-BEP20",
- "type": "BEP-20",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://bscscan.com/",
+ "XVG": {
+ "coin": "XVG",
+ "type": "UTXO",
+ "name": "Verge",
+ "coinpaprika_id": "xvg-verge",
+ "coingecko_id": "verge",
+ "livecoinwatch_id": "XVG",
+ "explorer_url": "https://xvgblockexplorer.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48144,141 +39812,66 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zero",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZET": {
- "coin": "ZET",
- "type": "UTXO",
- "name": "Zetacoin",
- "coinpaprika_id": "zet-zetacoin",
- "coingecko_id": "zetacoin",
- "livecoinwatch_id": "ZET",
- "explorer_url": "https://chainz.cryptoid.info/zet/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zetacoin Signed Message:\n",
- "fname": "Zetacoin",
+ "sign_message_prefix": "VERGE Signed Message:\n",
+ "fname": "Verge",
"isPoS": 1,
- "rpcport": 22014,
- "pubtype": 20,
- "p2shtype": 85,
- "wiftype": 153,
- "txfee": 100000,
- "dust": 100000,
+ "rpcport": 20102,
+ "pubtype": 30,
+ "p2shtype": 33,
+ "wiftype": 158,
+ "decimals": 6,
+ "segwit": true,
+ "bech32_hrp": "vg",
+ "txfee": 200000,
+ "dingo_fee": true,
+ "dust": 200000,
"mm2": 1,
- "mature_confirmations": 500,
- "required_confirmations": 7,
- "avg_blocktime": 45,
+ "required_confirmations": 10,
+ "avg_blocktime": 30,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/719'",
- "links": {
- "github": "https://github.com/WikiMin3R/ZetacoinE",
- "homepage": "https://zetacoin.io"
- },
+ "derivation_path": "m/44'/77'",
"electrum": [
{
- "url": "207.180.252.200:50011",
+ "url": "159.69.73.223:5036",
"protocol": "TCP"
},
{
- "url": "zet-ex-four.ewmci.online:50001",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrum-verge.cloud:50001",
+ "protocol": "TCP"
},
{
- "url": "zet-ex-four.ewmci.online:50002",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrum-verge.cloud:50002",
+ "protocol": "SSL"
},
{
- "url": "zet-ex-three.ewmci.online:50011",
- "protocol": "TCP",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrum-verge.cloud:50004",
+ "protocol": "WSS"
},
{
- "url": "zet-ex-three.ewmci.online:50012",
- "protocol": "SSL",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrumx-verge.cloud:50001",
+ "protocol": "TCP"
},
{
- "url": "zet-ex-three.ewmci.online:50013",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "electrumx-verge.cloud:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrumx-verge.cloud:50004",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/",
+ "binance_id": "XVG"
},
- "ZIL-BEP20": {
- "coin": "ZIL-BEP20",
+ "XVS-BEP20": {
+ "coin": "XVS-BEP20",
"type": "BEP-20",
- "name": "Zilliqa",
- "coinpaprika_id": "zil-zilliqa",
- "coingecko_id": "zilliqa",
- "livecoinwatch_id": "ZIL",
+ "name": "Venus",
+ "coinpaprika_id": "xvs-venus",
+ "coingecko_id": "venus",
+ "livecoinwatch_id": "XVS",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48287,17 +39880,17 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zilliqa",
+ "fname": "Venus",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
+ "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63"
}
},
"derivation_path": "m/44'/60'",
@@ -48307,11 +39900,17 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "contract_address": "0xcF6BB5389c92Bdda8a3747Ddb454cB7a64626C63",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -48322,22 +39921,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZRX-AVX20": {
- "coin": "ZRX-AVX20",
+ "YFI-AVX20": {
+ "coin": "YFI-AVX20",
"type": "AVX-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
"explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48346,7 +39941,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "yearn.finance",
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
@@ -48357,19 +39952,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "AVAX",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "contract_address": "0x9eAaC1B23d935365bD7b542Fe22cEEe2922f52dc",
"parent_coin": "AVAX",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -48378,19 +39969,86 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "ZRX-ERC20": {
- "coin": "ZRX-ERC20",
+ "YFI-BEP20": {
+ "coin": "YFI-BEP20",
+ "type": "BEP-20",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "yearn.finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x88f1A5ae2A3BF98AEAF342D26B30a79438c9142e",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "YFI-ERC20": {
+ "coin": "YFI-ERC20",
"type": "ERC-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48399,45 +40057,33 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "yearn.finance",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
+ "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "0x Project",
+ "trezor_coin": "yearn.finance",
"links": {
- "github": "https://github.com/0xProject",
- "homepage": "https://0xproject.com"
+ "github": "https://github.com/iearn-finance",
+ "homepage": "https://yearn.finance/"
},
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -48448,19 +40094,62 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "YFI-KRC20": {
+ "coin": "YFI-KRC20",
+ "type": "KRC-20",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
+ "explorer_url": "https://explorer.kcc.io/en/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "yearn.finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 321,
+ "decimals": 18,
+ "avg_blocktime": 3,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "KCS",
+ "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xdfa3Ef49d357c6b0B2DfBB88701af2b7A053fD0A",
+ "parent_coin": "KCS",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://kcc-rpc.com"
+ },
+ {
+ "url": "https://rpc-mainnet.kcc.network"
}
],
"explorer_block_url": "block/"
},
- "ZRX-PLG20": {
- "coin": "ZRX-PLG20",
+ "YFI-PLG20": {
+ "coin": "YFI-PLG20",
"type": "Matic",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
+ "name": "yearn.finance",
+ "coinpaprika_id": "yfi-yearnfinance",
+ "coingecko_id": "yearn-finance",
+ "livecoinwatch_id": "YFI",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48469,7 +40158,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "yearn.finance",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -48480,19 +40169,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
+ "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5",
+ "contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -48512,14 +40197,14 @@
],
"explorer_block_url": "block/"
},
- "INK-QRC20": {
- "coin": "INK-QRC20",
- "type": "QRC-20",
- "name": "INK",
- "coinpaprika_id": "ink-ink",
- "coingecko_id": "ink",
- "livecoinwatch_id": "INK",
- "explorer_url": "https://qtum.info/",
+ "YFII-BEP20": {
+ "coin": "YFII-BEP20",
+ "type": "BEP-20",
+ "name": "DFI.Money",
+ "coinpaprika_id": "yfii-dfimoney",
+ "coingecko_id": "yfii-finance",
+ "livecoinwatch_id": "YFII",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48527,152 +40212,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "INK",
- "rpcport": 3889,
+ "fname": "DFI.Money",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
+ "platform": "BNB",
+ "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7F70642d88cf1C4a3a7abb072B53B929b653edA5",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FLUX": {
- "coin": "FLUX",
- "type": "UTXO",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://explorer.runonflux.io/",
+ "YFII-ERC20": {
+ "coin": "YFII-ERC20",
+ "type": "ERC-20",
+ "name": "DFI.Money",
+ "coinpaprika_id": "yfii-dfimoney",
+ "coingecko_id": "yfii-finance",
+ "livecoinwatch_id": "YFII",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48680,50 +40267,55 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zelcash Signed Message:\n",
- "fname": "Flux",
- "is_privacy_coin": true,
- "rpcport": 16124,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x76b809bb",
- "txfee": 10000,
+ "fname": "DFI.Money",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 120,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 18,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
+ }
},
- "derivation_path": "m/44'/19167'",
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "YFII.finance",
"links": {
- "github": "https://github.com/RunOnFlux/fluxd",
- "homepage": "https://www.runonflux.io"
+ "github": "https://github.com/yfii/vault",
+ "homepage": "https://dfi.money/"
},
- "electrum": [
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "electrumx.runonflux.io:50001",
- "protocol": "TCP"
+ "url": "https://eth1.lava.build"
},
{
- "url": "electrumx2.runonflux.io:50001",
- "protocol": "TCP"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "FLUX-ERC20": {
- "coin": "FLUX-ERC20",
+ "ZAMA-ERC20": {
+ "coin": "ZAMA-ERC20",
"type": "ERC-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -48732,65 +40324,161 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 8,
+ "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "links": {
+ "homepage": "https://www.zama.org"
+ },
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZAMA-BEP20": {
+ "coin": "ZAMA-BEP20",
+ "type": "BEP-20",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Zama",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "ZCHF-ARB20": {
+ "coin": "ZCHF-ARB20",
+ "type": "Arbitrum",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Frankencoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arb1.arbitrum.io/rpc"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://arbitrum-one.rpc.sentio.xyz"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://public-arb-mainnet.fastnode.io"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "FLUX-BEP20": {
- "coin": "FLUX-BEP20",
- "type": "BEP-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://bscscan.com/",
+ "ZCHF-AVX20": {
+ "coin": "ZCHF-AVX20",
+ "type": "AVX-20",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48798,60 +40486,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ "platform": "AVAX",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-dataseed3.bnbchain.org"
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "HPY-QRC20": {
- "coin": "HPY-QRC20",
- "type": "QRC-20",
- "name": "HyperPay",
- "coinpaprika_id": "hpy-hyper-pay",
- "coingecko_id": "hyper-pay",
- "livecoinwatch_id": "HPY",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-BASE": {
+ "coin": "ZCHF-BASE",
+ "type": "Base",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -48859,152 +40541,47 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HyperPay",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
+ "platform": "ETH-BASE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base.public.blockpi.network/v1/rpc/public"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.base.org"
}
],
"explorer_block_url": "block/"
},
- "HLC-QRC20": {
- "coin": "HLC-QRC20",
- "type": "QRC-20",
- "name": "HalalChain",
- "coinpaprika_id": "hlc-halalchain",
- "coingecko_id": "halalchain",
- "livecoinwatch_id": "HLC",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-ERC20": {
+ "coin": "ZCHF-ERC20",
+ "type": "ERC-20",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49012,152 +40589,54 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HalalChain",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9"
+ "platform": "ETH",
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.frankencoin.com"
+ },
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "MED-QRC20": {
- "coin": "MED-QRC20",
- "type": "QRC-20",
- "name": "Medibloc",
- "coinpaprika_id": "med-medibloc-qrc20",
- "coingecko_id": "medibloc",
- "livecoinwatch_id": "MED",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-GNO": {
+ "coin": "ZCHF-GNO",
+ "type": "Gnosis",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49165,152 +40644,48 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Medibloc",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae"
+ "platform": "XDAI",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://public-gno-mainnet.fastnode.io"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "LSTR-QRC20": {
- "coin": "LSTR-QRC20",
- "type": "QRC-20",
- "name": "Luna Stars",
- "coinpaprika_id": "lstr-luna-stars",
- "coingecko_id": "meetluna",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-PLG20": {
+ "coin": "ZCHF-PLG20",
+ "type": "Matic",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49318,71 +40693,89 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Luna Stars",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420"
+ "platform": "MATIC",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "qtum.electrum2.cipig.net:10050",
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZEC": {
+ "coin": "ZEC",
+ "type": "UTXO",
+ "name": "Zcash",
+ "coinpaprika_id": "zec-zcash",
+ "coingecko_id": "zcash",
+ "livecoinwatch_id": "ZEC",
+ "explorer_url": "https://blockchair.com/zcash/",
+ "explorer_tx_url": "transaction/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zcash Signed Message:\n",
+ "fname": "Zcash",
+ "is_privacy_coin": true,
+ "rpcport": 8232,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "segwit": true,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x37a5165b",
+ "txfee": 100000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 75,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/133'",
+ "trezor_coin": "Zcash",
+ "links": {
+ "github": "https://github.com/zcash/zcash",
+ "homepage": "https://z.cash"
+ },
+ "electrum": [
+ {
+ "url": "zec.electrum1.cipig.net:10058",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49394,7 +40787,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "zec.electrum1.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -49406,7 +40799,7 @@
]
},
{
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "zec.electrum1.cipig.net:30058",
"protocol": "WSS",
"contact": [
{
@@ -49418,7 +40811,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:10050",
+ "url": "zec.electrum2.cipig.net:10058",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49430,7 +40823,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
+ "url": "zec.electrum2.cipig.net:20058",
"protocol": "SSL",
"contact": [
{
@@ -49442,7 +40835,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:30050",
+ "url": "zec.electrum2.cipig.net:30058",
"protocol": "WSS",
"contact": [
{
@@ -49454,16 +40847,17 @@
]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "ZEC"
},
- "QBT-QRC20": {
- "coin": "QBT-QRC20",
- "type": "QRC-20",
- "name": "Qbao",
- "coinpaprika_id": "qbt-qbao",
- "coingecko_id": "qbao",
- "livecoinwatch_id": "QBT",
- "explorer_url": "https://qtum.info/",
+ "ZER": {
+ "coin": "ZER",
+ "type": "UTXO",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://insight.zerocurrency.io/insight/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49471,35 +40865,33 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Qbao",
- "rpcport": 3889,
+ "sign_message_prefix": "Zero Signed Message:\n",
+ "fname": "Zero",
+ "is_privacy_coin": true,
+ "rpcport": 23811,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x7361707a",
+ "txfee": 1000,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "required_confirmations": 4,
+ "avg_blocktime": 120,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/323'",
+ "links": {
+ "github": "https://github.com/zerocurrencycoin/Zero",
+ "homepage": "https://zero.directory"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:10050",
+ "url": "zer.electrum1.cipig.net:10065",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49511,7 +40903,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum1.cipig.net:20050",
+ "url": "zer.electrum1.cipig.net:20065",
"protocol": "SSL",
"contact": [
{
@@ -49523,7 +40915,7 @@
]
},
{
- "url": "qtum.electrum1.cipig.net:30050",
+ "url": "zer.electrum1.cipig.net:30065",
"protocol": "WSS",
"contact": [
{
@@ -49535,7 +40927,7 @@
]
},
{
- "url": "qtum.electrum2.cipig.net:10050",
+ "url": "zer.electrum2.cipig.net:10065",
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -49547,7 +40939,7 @@
"protocol": "TCP"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
+ "url": "zer.electrum2.cipig.net:20065",
"protocol": "SSL",
"contact": [
{
@@ -49559,7 +40951,7 @@
]
},
{
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "zer.electrum2.cipig.net:30065",
"protocol": "WSS",
"contact": [
{
@@ -49569,54 +40961,118 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZER-BEP20": {
+ "coin": "ZER-BEP20",
+ "type": "BEP-20",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "TSL-QRC20": {
- "coin": "TSL-QRC20",
- "type": "QRC-20",
- "name": "Energo TSL",
- "coinpaprika_id": "tsl-energo",
- "coingecko_id": "energo",
- "livecoinwatch_id": "TSL",
- "explorer_url": "https://qtum.info/",
+ "ZET": {
+ "coin": "ZET",
+ "type": "UTXO",
+ "name": "Zetacoin",
+ "coinpaprika_id": "zet-zetacoin",
+ "coingecko_id": "zetacoin",
+ "livecoinwatch_id": "ZET",
+ "explorer_url": "https://chainz.cryptoid.info/zet/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zetacoin Signed Message:\n",
+ "fname": "Zetacoin",
+ "isPoS": 1,
+ "rpcport": 22014,
+ "pubtype": 20,
+ "p2shtype": 85,
+ "wiftype": 153,
+ "txfee": 100000,
+ "dust": 100000,
+ "mm2": 1,
+ "mature_confirmations": 500,
+ "required_confirmations": 7,
+ "avg_blocktime": 45,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/719'",
+ "links": {
+ "github": "https://github.com/WikiMin3R/ZetacoinE",
+ "homepage": "https://zetacoin.io"
+ },
+ "electrum": [
+ {
+ "url": "207.180.252.200:50011",
+ "protocol": "TCP"
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "ZIL-BEP20": {
+ "coin": "ZIL-BEP20",
+ "type": "BEP-20",
+ "name": "Zilliqa",
+ "coinpaprika_id": "zil-zilliqa",
+ "coingecko_id": "zilliqa",
+ "livecoinwatch_id": "ZIL",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -49624,151 +41080,171 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Energo TSL",
- "rpcport": 3889,
+ "fname": "Zilliqa",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c"
+ "platform": "BNB",
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 18,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-dataseed1.ninicoin.io"
},
{
- "url": "qtum.electrum1.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed2.defibit.io"
},
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-dataseed3.bnbchain.org"
},
{
- "url": "qtum.electrum2.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum2.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "ZRX-AVX20": {
+ "coin": "ZRX-AVX20",
+ "type": "AVX-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "0x",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.4,
+ "decimals": 18,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://api.avax.network/ext/bc/C/rpc"
},
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche.rpc.sentio.xyz"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
},
- "OC-QRC20": {
- "coin": "OC-QRC20",
+ "ZRX-ERC20": {
+ "coin": "ZRX-ERC20",
+ "type": "ERC-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "0x",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "0x Project",
+ "links": {
+ "github": "https://github.com/0xProject",
+ "homepage": "https://0xproject.com"
+ },
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
+ },
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "INK-QRC20": {
+ "coin": "INK-QRC20",
"type": "QRC-20",
- "name": "OceanChain",
- "coinpaprika_id": "oc-oceanchain",
- "coingecko_id": "oceanchain",
- "livecoinwatch_id": "OC",
+ "name": "INK",
+ "coinpaprika_id": "ink-ink",
+ "coingecko_id": "ink",
+ "livecoinwatch_id": "INK",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -49777,7 +41253,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OceanChain",
+ "fname": "INK",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -49790,16 +41266,16 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9"
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
}
},
"pubtype": 58,
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
- "decimals": 8,
+ "decimals": 9,
"derivation_path": "m/44'/2301'",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9",
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -49875,53 +41351,185 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLUX": {
+ "coin": "FLUX",
+ "type": "UTXO",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://explorer.runonflux.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Zelcash Signed Message:\n",
+ "fname": "Flux",
+ "is_privacy_coin": true,
+ "rpcport": 16124,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x76b809bb",
+ "txfee": 10000,
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/19167'",
+ "links": {
+ "github": "https://github.com/RunOnFlux/fluxd",
+ "homepage": "https://www.runonflux.io"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.runonflux.io:50001",
+ "protocol": "TCP"
},
{
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
+ "url": "electrumx2.runonflux.io:50001",
"protocol": "TCP"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
+ },
+ "FLUX-ERC20": {
+ "coin": "FLUX-ERC20",
+ "type": "ERC-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Flux",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 8,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://eth1.lava.build"
},
{
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ },
+ {
+ "url": "https://rpc.mevblocker.io"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "PUT-QRC20": {
- "coin": "PUT-QRC20",
+ "FLUX-BEP20": {
+ "coin": "FLUX-BEP20",
+ "type": "BEP-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Flux",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
+ {
+ "url": "https://bsc-dataseed3.bnbchain.org"
+ },
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
+ },
+ "HPY-QRC20": {
+ "coin": "HPY-QRC20",
"type": "QRC-20",
- "name": "Profile Utility Token",
- "coinpaprika_id": "put-profile-utility-token",
- "coingecko_id": "profile-utility-token",
- "livecoinwatch_id": "",
+ "name": "HyperPay",
+ "coinpaprika_id": "hpy-hyper-pay",
+ "coingecko_id": "hyper-pay",
+ "livecoinwatch_id": "HPY",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -49930,7 +41538,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Profile Utility Token",
+ "fname": "HyperPay",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -49943,7 +41551,7 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95"
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
}
},
"pubtype": 58,
@@ -49952,7 +41560,7 @@
"segwit": false,
"decimals": 8,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95",
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -50028,42 +41636,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:10050",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "qtum.electrum3.cipig.net:20050",
- "protocol": "SSL",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -50105,23 +41677,11 @@
},
"contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50132,8 +41692,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50174,23 +41733,11 @@
},
"contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50201,8 +41748,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50276,23 +41822,11 @@
},
"contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50303,8 +41837,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50346,23 +41879,11 @@
},
"contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50373,8 +41894,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50411,23 +41931,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50438,8 +41946,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50476,23 +41983,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50503,8 +41998,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50545,23 +42039,11 @@
},
"contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50572,73 +42054,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
- }
- ],
- "explorer_block_url": "block/"
- },
- "DX-ERC20": {
- "coin": "DX-ERC20",
- "type": "ERC-20",
- "name": "DxChain",
- "coinpaprika_id": "dx-dxchain-token",
- "coingecko_id": "dxchain",
- "livecoinwatch_id": "DX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "DxChain",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- },
- {
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50680,23 +42096,11 @@
},
"contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50707,8 +42111,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50749,23 +42152,11 @@
},
"contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50776,50 +42167,11 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
},
- "UBQ": {
- "coin": "UBQ",
- "type": "Ubiq",
- "name": "Ubiq",
- "coinpaprika_id": "ubq-ubiq",
- "coingecko_id": "ubiq",
- "livecoinwatch_id": "UBQ",
- "explorer_url": "https://ubiqscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ubiq",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 8,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 8
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ubiq",
- "links": {
- "homepage": "https://ubiqsmart.com"
- },
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"PNK-ERC20": {
"coin": "PNK-ERC20",
"type": "ERC-20",
@@ -50857,23 +42209,11 @@
},
"contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50884,8 +42224,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50922,23 +42261,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -50949,8 +42276,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -50991,23 +42317,11 @@
},
"contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51018,8 +42332,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51061,23 +42374,11 @@
},
"contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51088,8 +42389,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51126,23 +42426,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51153,8 +42441,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51191,23 +42478,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51218,8 +42493,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51260,23 +42534,11 @@
},
"contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51287,8 +42549,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51325,23 +42586,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51352,8 +42601,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51390,23 +42638,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51417,8 +42653,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51443,7 +42678,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -51458,6 +42693,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -51468,10 +42709,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -51509,23 +42746,11 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -51536,8 +42761,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -51562,7 +42786,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -51577,6 +42801,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -51587,10 +42817,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -51957,230 +43183,6 @@
"explorer_block_url": "block/",
"binance_id": "XEC"
},
- "SIBM-BEP20": {
- "coin": "SIBM-BEP20",
- "type": "BEP-20",
- "name": "SibMining",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "SibMining",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZOMBIE": {
- "coin": "ZOMBIE",
- "type": "ZHTLC",
- "name": "Zombie",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://zombie.komodo.earth/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "light_wallet_d_servers": [
- "https://zombie.dragonhound.info:9447"
- ],
- "light_wallet_d_servers_wss": [
- "https://zombie.dragonhound.info:19447"
- ],
- "asset": "ZOMBIE",
- "fname": "Zombie",
- "is_privacy_coin": true,
- "txversion": 4,
- "overwintered": 1,
- "avg_blocktime": 60,
- "mm2": 1,
- "protocol": {
- "type": "ZHTLC",
- "protocol_data": {
- "consensus_params": {
- "overwinter_activation_height": 0,
- "sapling_activation_height": 1,
- "blossom_activation_height": null,
- "heartwood_activation_height": null,
- "canopy_activation_height": null,
- "coin_type": 133,
- "hrp_sapling_extended_spending_key": "secret-extended-key-main",
- "hrp_sapling_extended_full_viewing_key": "zxviews",
- "hrp_sapling_payment_address": "zs",
- "b58_pubkey_address_prefix": [
- 28,
- 184
- ],
- "b58_script_address_prefix": [
- 28,
- 189
- ]
- },
- "z_derivation_path": "m/32'/141'"
- }
- },
- "derivation_path": "m/44'/141'",
- "required_confirmations": 3,
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "ZDEEX": {
- "coin": "ZDEEX",
- "type": "ZHTLC",
- "name": "Zdeex",
- "coinpaprika_id": "zdeex-zdeex",
- "coingecko_id": "",
- "livecoinwatch_id": "ZDEEX",
- "explorer_url": "https://explorer.zdeex.org",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "light_wallet_d_servers": [
- "https://zdeexlightd.zdeex.org:9067",
- "https://zdeexlightd1.zdeex.org:9067",
- "https://zdeexlightd2.zdeex.org:9067"
- ],
- "light_wallet_d_servers_wss": [],
- "asset": "ZDEEX",
- "fname": "Zdeex",
- "is_privacy_coin": true,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "avg_blocktime": 300,
- "protocol": {
- "type": "ZHTLC",
- "protocol_data": {
- "consensus_params": {
- "overwinter_activation_height": 0,
- "sapling_activation_height": 1,
- "blossom_activation_height": null,
- "heartwood_activation_height": null,
- "canopy_activation_height": null,
- "coin_type": 133,
- "hrp_sapling_extended_spending_key": "secret-extended-key-main",
- "hrp_sapling_extended_full_viewing_key": "zxviews",
- "hrp_sapling_payment_address": "zs",
- "b58_pubkey_address_prefix": [
- 28,
- 184
- ],
- "b58_script_address_prefix": [
- 28,
- 189
- ]
- },
- "z_derivation_path": "m/32'/141'"
- }
- },
- "derivation_path": "m/44'/141'",
- "required_confirmations": 3,
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "ZINU-BEP20": {
- "coin": "ZINU-BEP20",
- "type": "BEP-20",
- "name": "Zombie Inu",
- "coinpaprika_id": "zombie-inu",
- "coingecko_id": "zinu-zombie-inu",
- "livecoinwatch_id": "ZINU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Zombie Inu",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-dataseed3.bnbchain.org"
- },
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"RUNES": {
"coin": "RUNES",
"type": "UTXO",
@@ -52267,108 +43269,6 @@
"discord": "Bago#7842"
}
]
- },
- {
- "url": "electrum3.runebase.io:50001",
- "protocol": "TCP",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- },
- {
- "url": "electrum3.runebase.io:50002",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- },
- {
- "url": "electrum3.runebase.io:50004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "ACTN": {
- "coin": "ACTN",
- "type": "Smart Chain",
- "name": "Action Coin",
- "coinpaprika_id": "actn-action-coin",
- "coingecko_id": "action-coin",
- "livecoinwatch_id": "ACTN",
- "explorer_url": "https://exp.actioncoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ACTN",
- "fname": "Action Coin",
- "is_privacy_coin": true,
- "rpcport": 51677,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrumx2.actioncoin.com:10001",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ],
- "protocol": "TCP"
- },
- {
- "url": "electrumx2.actioncoin.com:20001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
- },
- {
- "url": "electrumx2.actioncoin.com:30001",
- "protocol": "SSL",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -52392,7 +43292,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -52407,6 +43307,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -52417,10 +43323,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -52503,9 +43405,6 @@
},
"derivation_path": "m/44'/118'",
"rpc_urls": [
- {
- "url": "https://iris-rpc.publicnode.com"
- },
{
"url": "https://rpc.cosmos.directory/irisnet"
},
@@ -52535,7 +43434,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -52550,6 +43449,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -52560,10 +43465,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -52868,11 +43769,128 @@
],
"explorer_block_url": "block/"
},
+ "NITO": {
+ "coin": "NITO",
+ "type": "UTXO",
+ "name": "NITO",
+ "coinpaprika_id": "nito-nito-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_NITO",
+ "explorer_url": "https://explorer.nito.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50001",
+ "protocol": "TCP",
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"NITO-segwit": {
"coin": "NITO-segwit",
"type": "UTXO",
"name": "NITO",
- "coinpaprika_id": "",
+ "coinpaprika_id": "nito-nito-coin",
"coingecko_id": "",
"livecoinwatch_id": "_NITO",
"explorer_url": "https://explorer.nito.network/",
@@ -52882,22 +43900,24 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"sign_message_prefix": "Nito Signed Message:\n",
"fname": "NITO",
"rpcport": 8825,
"pubtype": 0,
"p2shtype": 5,
"wiftype": 128,
- "txfee": 10000,
"segwit": true,
"bech32_hrp": "nito",
"address_format": {
"format": "segwit"
},
"orderbook_ticker": "NITO",
+ "txfee": 10000,
+ "dust": 10000,
"mm2": 1,
"required_confirmations": 3,
+ "mature_confirmations": 101,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -52910,6 +43930,7 @@
"electrum": [
{
"url": "electrum1.nito.network:50001",
+ "protocol": "TCP",
"contact": [
{
"email": "biigbang0001@zemzar.net"
@@ -52917,11 +43938,37 @@
{
"discord": "biigbang0001"
}
- ],
- "protocol": "TCP"
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nito.network:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
},
{
"url": "electrum1.nitopool.fr:50001",
+ "protocol": "TCP",
"contact": [
{
"email": "biigbang0001@zemzar.net"
@@ -52929,8 +43976,33 @@
{
"discord": "biigbang0001"
}
- ],
- "protocol": "TCP"
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50003",
+ "protocol": "SSL",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -53174,7 +44246,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -53189,6 +44261,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -53199,10 +44277,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -53215,9 +44289,9 @@
"coinpaprika_id": "mewc-meowcoin",
"coingecko_id": "meowcoin",
"livecoinwatch_id": "MEWC",
- "explorer_url": "https://mewc.cryptoscope.io/",
- "explorer_tx_url": "tx/?txid=",
- "explorer_address_url": "address/?address=",
+ "explorer_url": "https://explorer.mewccrypto.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
@@ -53246,7 +44320,7 @@
},
"electrum": [
{
- "url": "electrum.mewccrypto.com:50002",
+ "url": "electrs.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -53255,7 +44329,7 @@
]
},
{
- "url": "electrum.mewccrypto.com:50004",
+ "url": "electrs.mewccrypto.com:50004",
"protocol": "WSS",
"contact": [
{
@@ -53264,7 +44338,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50002",
+ "url": "electrs2.mewccrypto.com:50002",
"protocol": "SSL",
"contact": [
{
@@ -53273,7 +44347,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50004",
+ "url": "electrs2.mewccrypto.com:50004",
"protocol": "WSS",
"contact": [
{
@@ -53282,7 +44356,7 @@
]
},
{
- "url": "meowelectrum.xyz:50002",
+ "url": "electrs3.meowcoin.org:50002",
"protocol": "SSL",
"contact": [
{
@@ -53291,7 +44365,43 @@
]
},
{
- "url": "meowelectrum.xyz:50004",
+ "url": "electrs3.meowcoin.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs4.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs4.meowcoin.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50004",
"protocol": "WSS",
"contact": [
{
@@ -53331,11 +44441,8 @@
}
},
"derivation_path": "m/44'/118'",
- "rpc_urls": [
- {
- "url": "http://34.80.202.172:26657"
- }
- ],
+ "rpc_urls": [],
+ "delisted": true,
"explorer_block_url": "#/blocks/"
},
"NUCLEUSTEST": {
@@ -53519,82 +44626,6 @@
"explorer_block_url": "nucleus/blocks/",
"binance_id": "OSMO"
},
- "LUPA": {
- "coin": "LUPA",
- "type": "Smart Chain",
- "name": "Lupaza",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://explorer.lupacoin.biz/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "LUPA",
- "fname": "Lupaza",
- "is_privacy_coin": true,
- "rpcport": 64151,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
- "ZOIN": {
- "coin": "ZOIN",
- "type": "UTXO",
- "name": "ZoinCommunity",
- "coinpaprika_id": "zoin-zoin",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "http://zoincommunity.com:3001/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zoincoin Signed Message:\n",
- "fname": "ZoinCommunity",
- "rpcport": 8256,
- "pubtype": 80,
- "p2shtype": 53,
- "wiftype": 208,
- "segwit": false,
- "txfee": 1000000,
- "dust": 1000000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 150,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "github": "https://github.com/seopub/zoincomumity",
- "homepage": "http://zoincommunity.com/"
- },
- "electrum": [],
- "delisted": true,
- "explorer_block_url": "block/"
- },
"NFT_ETH": {
"coin": "NFT_ETH",
"type": "ERC-20",
@@ -53625,23 +44656,11 @@
},
"derivation_path": "m/44'/60'",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://eth1.lava.build"
},
{
"url": "https://ethereum-rpc.publicnode.com",
@@ -53652,8 +44671,7 @@
"ws_url": "wss://mainnet.gateway.tenderly.co"
},
{
- "url": "https://node.komodo.earth:8080/ethereum",
- "komodo_proxy": true
+ "url": "https://rpc.mevblocker.io"
}
],
"explorer_block_url": "block/"
@@ -53694,10 +44712,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://api.avax.network/ext/bc/C/rpc"
},
@@ -53706,8 +44720,14 @@
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://node.komodo.earth:8080/avalanche",
- "komodo_proxy": true
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ },
+ {
+ "url": "https://avalanche.rpc.sentio.xyz"
+ },
+ {
+ "url": "https://avax.api.pocket.network"
}
],
"explorer_block_url": "block/"
@@ -53728,7 +44748,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -53748,6 +44768,12 @@
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
+ {
+ "url": "https://bsc-dataseed1.ninicoin.io"
+ },
+ {
+ "url": "https://bsc-dataseed2.defibit.io"
+ },
{
"url": "https://bsc-dataseed3.bnbchain.org"
},
@@ -53758,10 +44784,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -53803,10 +44825,6 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://node.komodo.earth:8080/polygon",
- "komodo_proxy": true
- },
{
"url": "https://pol3.cipig.net:18755",
"ws_url": "wss://pol3.cipig.net:38755"
@@ -53864,6 +44882,46 @@
"delisted": true,
"explorer_block_url": "block/"
},
+ "VRM": {
+ "coin": "VRM",
+ "type": "UTXO",
+ "name": "Verium Reserve",
+ "coinpaprika_id": "vrm-veriumreserve",
+ "coingecko_id": "",
+ "livecoinwatch_id": "VRM",
+ "explorer_url": "https://verium-explorer.vericonomy.com/",
+ "explorer_tx_url": "transaction/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Verium Reserve",
+ "rpcport": 33987,
+ "pubtype": 70,
+ "p2shtype": 132,
+ "wiftype": 198,
+ "txfee": 1000000,
+ "isPoS": 1,
+ "segwit": false,
+ "force_min_relay_fee": true,
+ "mm2": 1,
+ "confpath": "USERHOME/.verium/verium.conf",
+ "required_confirmations": 5,
+ "avg_blocktime": 240,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/8750'",
+ "links": {
+ "github": "https://github.com/VeriConomy/verium-current",
+ "homepage": "https://vericonomy.com"
+ },
+ "electrum": [],
+ "delisted": true,
+ "explorer_block_url": "block/"
+ },
"CAS": {
"coin": "CAS",
"type": "UTXO",
@@ -53950,5 +45008,210 @@
}
],
"explorer_block_url": "block/"
+ },
+ "JUMP": {
+ "coin": "JUMP",
+ "type": "UTXO",
+ "name": "Jumpcoin",
+ "coinpaprika_id": "jump-jumpcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_JUMP",
+ "explorer_url": "https://explorer.jumpcoin.net/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Jumpcoin Signed Message:\n",
+ "fname": "Jumpcoin",
+ "isPoS": 1,
+ "rpcport": 31240,
+ "pubtype": 43,
+ "p2shtype": 122,
+ "wiftype": 171,
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "mature_confirmations": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/278'",
+ "links": {
+ "homepage": "https://jumpcoin.net",
+ "explorer": "https://explorer.jumpcoin.net",
+ "github": "https://github.com/jumpcoin"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.jumpcoin.net:50001",
+ "protocol": "TCP"
+ },
+ {
+ "url": "electrum1.jumpcoin.net:50002",
+ "protocol": "SSL"
+ },
+ {
+ "url": "electrum1.jumpcoin.net:50003",
+ "protocol": "WSS"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "CAT": {
+ "coin": "CAT",
+ "type": "UTXO",
+ "name": "Catcoin",
+ "coinpaprika_id": "cat-catcoin",
+ "coingecko_id": "catcoin",
+ "livecoinwatch_id": "________________________CAT",
+ "explorer_url": "https://chainz.cryptoid.info/cat/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Catcoin Signed Message:\n",
+ "fname": "Catcoin",
+ "isPoS": 0,
+ "rpcport": 9332,
+ "pubtype": 21,
+ "p2shtype": 88,
+ "wiftype": 149,
+ "txfee": 1000000,
+ "dust": 5431,
+ "segwit": false,
+ "mm2": 1,
+ "decimals": 8,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/760'",
+ "links": {
+ "homepage": "https://catcoin.org",
+ "explorer": "https://chainz.cryptoid.info/cat/",
+ "github": "https://github.com/CatcoinCore"
+ },
+ "electrum": [
+ {
+ "url": "cat-electrum2.tbtechvn.com:50001",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ],
+ "protocol": "TCP"
+ },
+ {
+ "url": "cat-electrum2.tbtechvn.com:51001",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ },
+ {
+ "url": "cat-electrum2.tbtechvn.com:52001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "FIVETRAT": {
+ "coin": "FIVETRAT",
+ "type": "UTXO",
+ "name": "5TRAT Coin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer1.5trat.net/explorer/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "5TRAT Coin",
+ "rpcport": 57576,
+ "pubtype": 125,
+ "p2shtype": 80,
+ "wiftype": 181,
+ "txfee": 1000,
+ "dust": 1000,
+ "decimals": 8,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "5trat"
+ },
+ "mm2": 1,
+ "required_confirmations": 2,
+ "mature_confirmations": 100,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/5755'",
+ "links": {
+ "github": "https://github.com/WillItMod/5trat-core",
+ "homepage": "https://5trat.com"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.5trat.net:443",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:443",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:50002",
+ "protocol": "SSL",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
}
}
\ No newline at end of file
diff --git a/utils/coins_config_wss.json b/utils/coins_config_wss.json
index d79be27fbc..e322b76751 100644
--- a/utils/coins_config_wss.json
+++ b/utils/coins_config_wss.json
@@ -34,122 +34,17 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNF-PLG20": {
- "coin": "ILNF-PLG20",
- "type": "Matic",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xaFf5Ed00c57b0E0c22123dbA28Cb6A5B26651Bbd",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
},
- "ILNF-BEP20": {
- "coin": "ILNF-BEP20",
- "type": "BEP-20",
- "name": "Ilien Fuel",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Fuel",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0D6e16c7066421607F8D334D6C02A48031fc2Eba",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"1INCH-BEP20": {
"coin": "1INCH-BEP20",
"type": "BEP-20",
@@ -169,7 +64,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -197,10 +92,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -238,85 +129,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x111111111117dC0aa78b770fA6A738034120C302",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "GNEISS-ERC20": {
- "coin": "GNEISS-ERC20",
- "type": "ERC-20",
- "name": "GNEISS",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "GNEISS",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -358,14 +173,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9c2C5fd7b07E95EE044DDeba0E97a665F142394f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -390,14 +197,14 @@
],
"explorer_block_url": "block/"
},
- "PGX-PLG20": {
- "coin": "PGX-PLG20",
- "type": "Matic",
- "name": "Pegaxy Stone",
+ "A29-GRC20": {
+ "coin": "A29-GRC20",
+ "type": "GRC-20",
+ "name": "A29",
"coinpaprika_id": "",
- "coingecko_id": "pegaxy-stone",
- "livecoinwatch_id": "PGX",
- "explorer_url": "https://polygonscan.com/",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -405,49 +212,29 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Pegaxy Stone",
+ "fname": "A29",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ "platform": "GLEEC",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x08E8F49921C9650f13473cCadb948B3cf3C6c4F9",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -487,13 +274,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -517,7 +304,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -545,10 +332,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -591,24 +374,9 @@
},
"contract_address": "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -650,14 +418,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xD6DF932A45C0f255f85145f286eA0b292B21C90B",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -719,15 +479,6 @@
"homepage": "https://artbyte.art"
},
"electrum": [
- {
- "url": "aby-ex-four.ewmci.online:50013",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "elec-seeder-one.artbytecoin.org:50013",
"protocol": "WSS",
@@ -759,7 +510,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -787,10 +538,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -815,7 +562,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -843,10 +590,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -888,24 +631,9 @@
},
"contract_address": "0xADE00C28244d5CE17D72E40330B1c318cD12B7c3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -917,14 +645,14 @@
],
"explorer_block_url": "block/"
},
- "AGEUR-AVX20": {
- "coin": "AGEUR-AVX20",
- "type": "AVX-20",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
- "explorer_url": "https://snowtrace.io/",
+ "AIPG-BASE": {
+ "coin": "AIPG-BASE",
+ "type": "Base",
+ "name": "AI Power Grid",
+ "coinpaprika_id": "aipg-ai-power-grid",
+ "coingecko_id": "ai-power-grid",
+ "livecoinwatch_id": "AIPG",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -932,44 +660,90 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "agEUR",
+ "fname": "AI Power Grid",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
+ "chain_id": 8453,
"decimals": 18,
- "avg_blocktime": 2.4,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "github": "https://github.com/AIPowerGrid/AI-Power-Grid-Core",
+ "homepage": "aipowergrid.io"
+ },
+ "contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ANKR-BEP20": {
+ "coin": "ANKR-BEP20",
+ "type": "BEP-20",
+ "name": "Ankr",
+ "coinpaprika_id": "ankr-ankr-network",
+ "coingecko_id": "ankr",
+ "livecoinwatch_id": "ANKR",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ankr",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57"
+ "platform": "BNB",
+ "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xAEC8318a9a59bAEb39861d10ff6C7f7bf1F96C57",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "AGEUR-ERC20": {
- "coin": "AGEUR-ERC20",
+ "ANKR-ERC20": {
+ "coin": "ANKR-ERC20",
"type": "ERC-20",
- "name": "agEUR",
- "coinpaprika_id": "ageur-ageur",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
+ "name": "Ankr",
+ "coinpaprika_id": "ankr-ankr-network",
+ "coingecko_id": "ankr",
+ "livecoinwatch_id": "ANKR",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -978,41 +752,25 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "agEUR",
+ "fname": "Ankr",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8"
+ "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
+ "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -1024,13 +782,13 @@
],
"explorer_block_url": "block/"
},
- "AGEUR-PLG20": {
- "coin": "AGEUR-PLG20",
+ "ANKR-PLG20": {
+ "coin": "ANKR-PLG20",
"type": "Matic",
- "name": "agEUR",
- "coinpaprika_id": "",
- "coingecko_id": "ageur",
- "livecoinwatch_id": "EUR",
+ "name": "Ankr",
+ "coinpaprika_id": "ankr-ankr-network",
+ "coingecko_id": "ankr",
+ "livecoinwatch_id": "ANKR",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -1039,7 +797,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "agEUR",
+ "fname": "Ankr",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -1050,352 +808,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4"
+ "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xE0B52e49357Fd4DAf2c15e02058DCE6BC0057db4",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-ERC20": {
- "coin": "AGIX-ERC20",
- "type": "ERC-20",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5B7533812759B45C2B44C19e320ba2cD2681b542",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AGIX-PLG20": {
- "coin": "AGIX-PLG20",
- "type": "Matic",
- "name": "SingularityNET",
- "coinpaprika_id": "agix-singularitynet",
- "coingecko_id": "singularitynet",
- "livecoinwatch_id": "AGIX",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "SingularityNET",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x190Eb8a183D22a4bdf278c6791b152228857c033",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "AIPG-BASE": {
- "coin": "AIPG-BASE",
- "type": "Base",
- "name": "AI Power Grid",
- "coinpaprika_id": "aipg-ai-power-grid",
- "coingecko_id": "ai-power-grid",
- "livecoinwatch_id": "AIPG",
- "explorer_url": "https://basescan.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "AI Power Grid",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 8453,
- "decimals": 18,
- "avg_blocktime": 0.2,
- "required_confirmations": 10,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH-BASE",
- "contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa1c0deCaFE3E9Bf06A5F29B7015CD373a9854608",
- "parent_coin": "ETH-BASE",
- "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
- "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
- "nodes": [
- {
- "url": "https://base-rpc.publicnode.com",
- "ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ANKR-BEP20": {
- "coin": "ANKR-BEP20",
- "type": "BEP-20",
- "name": "Ankr",
- "coinpaprika_id": "ankr-ankr-network",
- "coingecko_id": "ankr",
- "livecoinwatch_id": "ANKR",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ankr",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf307910A4c7bbc79691fD374889b36d8531B08e3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ANKR-ERC20": {
- "coin": "ANKR-ERC20",
- "type": "ERC-20",
- "name": "Ankr",
- "coinpaprika_id": "ankr-ankr-network",
- "coingecko_id": "ankr",
- "livecoinwatch_id": "ANKR",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ankr",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8290333ceF9e6D528dD5618Fb97a76f268f3EDD4",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ANKR-PLG20": {
- "coin": "ANKR-PLG20",
- "type": "Matic",
- "name": "Ankr",
- "coinpaprika_id": "ankr-ankr-network",
- "coingecko_id": "ankr",
- "livecoinwatch_id": "ANKR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ankr",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35",
+ "contract_address": "0x101A023270368c0D50BFfb62780F4aFd4ea79C35",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -1493,24 +910,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4d224452801ACEd8B2F0aebE155379bb5D594381",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -1567,67 +969,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "APE-BEP20_OLD": {
- "coin": "APE-BEP20_OLD",
- "type": "BEP-20",
- "name": "ApeCoin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "APE",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "ApeCoin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xC762043E211571eB34f1ef377e5e8e76914962f9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1663,14 +1004,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB7b31a6BC18e48888545CE79e83E06003bE70930",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -1727,24 +1060,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xB50721BCf8d664c30412Cfbc6cf7a15145234ad1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -1817,7 +1135,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -1845,10 +1163,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -1885,24 +1199,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA50933C268F567BDC86E1aC131BE072C6B0b71a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -1944,14 +1243,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xEE800B277A96B0f490a1A732e1D6395FAD960A26",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -1983,7 +1274,7 @@
"coinpaprika_id": "arrr-pirate",
"coingecko_id": "pirate-chain",
"livecoinwatch_id": "ARRR",
- "explorer_url": "https://pirate.explorer.dragonhound.info/",
+ "explorer_url": "https://pirate.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -2045,8 +1336,8 @@
}
},
"derivation_path": "m/44'/141'",
- "required_confirmations": 2,
- "requires_notarization": true,
+ "required_confirmations": 5,
+ "requires_notarization": false,
"checkpoint_height": 1900000,
"checkpoint_blocktime": 1652512363,
"electrum": [
@@ -2073,18 +1364,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "arrr.electrum3.cipig.net:30008",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -2109,7 +1388,7 @@
"mm2": 1,
"decimals": 8,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2131,10 +1410,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2159,7 +1434,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2187,10 +1462,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2227,14 +1498,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xac51C4c48Dc3116487eD4BC16542e27B5694Da1b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -2314,60 +1577,10 @@
],
"explorer_block_url": "block.dws?"
},
- "AVA-BEP20": {
- "coin": "AVA-BEP20",
- "type": "BEP-20",
- "name": "Travala.com",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AVA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Travala.com",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x13616F44Ba82D63c8C0DC3Ff843D36a8ec1c05a9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"AVA-ERC20": {
"coin": "AVA-ERC20",
"type": "ERC-20",
- "name": "AVA",
+ "name": "AVA (Travala)",
"coinpaprika_id": "ava-travala",
"coingecko_id": "concierge-io",
"livecoinwatch_id": "AVA",
@@ -2379,7 +1592,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "AVA",
+ "fname": "AVA (Travala)",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -2396,24 +1609,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa6C0c097741D55ECd9a3A7DeF3A8253fD022ceB9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -2444,9 +1642,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
@@ -2455,21 +1650,23 @@
"chain_id": 43114
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/",
@@ -2494,7 +1691,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2522,10 +1719,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2681,24 +1874,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaD22f63404f7305e4713CcBd4F296f34770513f4",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -2717,7 +1895,7 @@
"coinpaprika_id": "axe-axe",
"coingecko_id": "axe",
"livecoinwatch_id": "AXE",
- "explorer_url": "https://axe-explorer.arcpool.com/",
+ "explorer_url": "https://explorer.axe-1.zelcore.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -2770,18 +1948,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "axe.electrum3.cipig.net:30057",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -2805,7 +1971,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2833,10 +1999,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -2878,24 +2040,9 @@
},
"contract_address": "0xBB0E17EF65F82Ab018d8EDd776e8DD940327B28b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -2907,57 +2054,6 @@
],
"explorer_block_url": "block/"
},
- "AYA-BEP20": {
- "coin": "AYA-BEP20",
- "type": "BEP-20",
- "name": "Aryacoin",
- "coinpaprika_id": "",
- "coingecko_id": "aryacoin",
- "livecoinwatch_id": "AYA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Aryacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x86e5775F5c46304939c40959812bC220dD1c0333",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"BABYDOGE-BEP20": {
"coin": "BABYDOGE-BEP20",
"type": "BEP-20",
@@ -2977,7 +2073,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -2999,10 +2095,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3085,13 +2177,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -3115,7 +2207,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3137,10 +2229,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3183,24 +2271,9 @@
},
"contract_address": "0xba100000625a3754423978a60c9317c58a424e3D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -3242,14 +2315,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x9a71012B13CA4d3D0Cdc72A177DF3ef03b0E76A3",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -3293,7 +2358,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3315,10 +2380,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3343,7 +2404,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3371,10 +2432,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3412,24 +2469,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xBA11D00c5f74255f56a5E366F4F77f5A186d7f55",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -3441,60 +2483,6 @@
],
"explorer_block_url": "block/"
},
- "BAND-PLG20": {
- "coin": "BAND-PLG20",
- "type": "Matic",
- "name": "Band Protocol",
- "coinpaprika_id": "band-band-protocol",
- "coingecko_id": "band-protocol",
- "livecoinwatch_id": "BAND",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Band Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA8b1E0764f85f53dfe21760e8AfE5446D82606ac",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"BAT-AVX20": {
"coin": "BAT-AVX20",
"type": "AVX-20",
@@ -3530,13 +2518,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -3576,24 +2564,9 @@
},
"contract_address": "0x0D8775F648430679A709E98d2b0Cb6250d2887EF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -3624,7 +2597,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -3652,10 +2625,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -3751,15 +2720,6 @@
"homepage": "https://bitcoin-ii.org"
},
"electrum": [
- {
- "url": "explorer.bitcoin-ii.org:50010",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "1391871602127540236"
- }
- ]
- },
{
"url": "infra1.bitcoin-ii.org:50010",
"protocol": "WSS",
@@ -3812,15 +2772,6 @@
"homepage": "https://bitcoin-ii.org"
},
"electrum": [
- {
- "url": "explorer.bitcoin-ii.org:50010",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "1391871602127540236"
- }
- ]
- },
{
"url": "infra1.bitcoin-ii.org:50010",
"protocol": "WSS",
@@ -3833,6 +2784,48 @@
],
"explorer_block_url": "block/"
},
+ "BCASH-GRC20": {
+ "coin": "BCASH-GRC20",
+ "type": "GRC-20",
+ "name": "B-CASH",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "B-CASH",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x90E100a7fdad752c97ae5B5F2De76EbacfA5f6b5",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
+ {
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BCH": {
"coin": "BCH",
"type": "UTXO",
@@ -3899,18 +2892,6 @@
}
]
},
- {
- "url": "bch.electrum3.cipig.net:30055",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
{
"url": "bch.imaginary.cash:50004",
"protocol": "WSS"
@@ -3927,14 +2908,59 @@
"explorer_block_url": "block/",
"binance_id": "BCH"
},
- "FLEXUSD-ERC20": {
- "coin": "FLEXUSD-ERC20",
- "type": "ERC-20",
- "name": "flexUSD",
- "coinpaprika_id": "",
- "coingecko_id": "flex-usd",
- "livecoinwatch_id": "FLEXUSD",
- "explorer_url": "https://etherscan.io/",
+ "BBK": {
+ "coin": "BBK",
+ "type": "UTXO",
+ "name": "BitBlocks",
+ "coinpaprika_id": "bbk-bitblocks",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BBK",
+ "explorer_url": "https://chainz.cryptoid.info/bbk/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "sign_message_prefix": "DarkNet Signed Message:\n",
+ "fname": "BitBlocks",
+ "rpcport": 59768,
+ "pubtype": 25,
+ "p2shtype": 85,
+ "wiftype": 107,
+ "txfee": 10000,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "links": {
+ "github": "https://github.com/BitBlocksProject/BitBlocks",
+ "homepage": "https://bitblocksproject.com"
+ },
+ "electrum": [
+ {
+ "url": "bbk-ex-three.ewmci.online:50003",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "BBK-BEP20": {
+ "coin": "BBK-BEP20",
+ "type": "BEP-20",
+ "name": "BitBlocks",
+ "coinpaprika_id": "bbk-bitblocks",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BBK",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -3942,59 +2968,45 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "flexUSD",
+ "fname": "BitBlocks",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 56,
"decimals": 18,
- "avg_blocktime": 15,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3"
+ "platform": "BNB",
+ "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xa774FFB4AF6B0A91331C084E1aebAE6Ad535e6F3",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JOY-PLG20": {
- "coin": "JOY-PLG20",
+ "BBK-PLG20": {
+ "coin": "BBK-PLG20",
"type": "Matic",
- "name": "Joystick.club",
- "coinpaprika_id": "",
- "coingecko_id": "joystick-club",
- "livecoinwatch_id": "JOY",
+ "name": "BitBlocks",
+ "coinpaprika_id": "bbk-bitblocks",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BBK",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -4003,7 +3015,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Joystick.club",
+ "fname": "BitBlocks",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -4014,222 +3026,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8"
+ "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x218645F85Ff27FC456ef46c3CdacBF5c40B2F9E8",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JKC": {
- "coin": "JKC",
- "type": "UTXO",
- "name": "JunkCoin",
- "coinpaprika_id": "jkc-junkcoin",
- "coingecko_id": "junkcoin",
- "livecoinwatch_id": "JKC",
- "explorer_url": "https://explorer.junk-coin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "JunkCoin Signed Message:\n",
- "fname": "JunkCoin",
- "rpcport": 9771,
- "pubtype": 16,
- "p2shtype": 5,
- "wiftype": 144,
- "decimals": 8,
- "txfee": 100000,
- "dust": 100000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "mature_confirmations": 70,
- "derivation_path": "m/44'/2013'",
- "links": {
- "github": "https://github.com/Junkcoin-Foundation/junkcoin-core",
- "homepage": "https://junk-coin.com"
- },
- "electrum": [
- {
- "url": "electrum.junkiewally.xyz:50005",
- "protocol": "WSS",
- "contact": [
- {
- "email": "nekohime@nodecattel.xyz"
- },
- {
- "discord": "@moonether"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "BBK": {
- "coin": "BBK",
- "type": "UTXO",
- "name": "BitBlocks",
- "coinpaprika_id": "bbk-bitblocks",
- "coingecko_id": "",
- "livecoinwatch_id": "BBK",
- "explorer_url": "https://chainz.cryptoid.info/bbk/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "DarkNet Signed Message:\n",
- "fname": "BitBlocks",
- "rpcport": 59768,
- "pubtype": 25,
- "p2shtype": 85,
- "wiftype": 107,
- "txfee": 10000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "links": {
- "github": "https://github.com/BitBlocksProject/BitBlocks",
- "homepage": "https://bitblocksproject.com"
- },
- "electrum": [
- {
- "url": "bbk-ex-three.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "bbk-ex-two.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
- "BBK-BEP20": {
- "coin": "BBK-BEP20",
- "type": "BEP-20",
- "name": "BitBlocks",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "BBK",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "BitBlocks",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9045B0eda6B6A556cf9B3d81C2db47411714f847",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "BBK-PLG20": {
- "coin": "BBK-PLG20",
- "type": "Matic",
- "name": "BitBlocks",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "BBK",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "BitBlocks",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63",
+ "contract_address": "0x2C8a46eF99Cb64928eB3Dd50A925327e02296F63",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -4285,24 +3086,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x85c4EdC43724e954e5849cAAab61A26a9CB65F1B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -4335,7 +3121,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4357,16 +3143,75 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/",
"binance_id": "BCH"
},
+ "BCH2": {
+ "coin": "BCH2",
+ "type": "UTXO",
+ "name": "Bitcoin Cash II",
+ "coinpaprika_id": "bch2-bitcoin-cash-ii",
+ "coingecko_id": "bitcoin-cash-ii",
+ "livecoinwatch_id": "BCH2",
+ "explorer_url": "https://explorer.bch2.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Bitcoin Cash II",
+ "rpcport": 8342,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 1000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "bitcoincashii"
+ },
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/145'",
+ "trezor_coin": "Bitcoin Cash",
+ "links": {
+ "github": "https://github.com/Bitcoin-II",
+ "homepage": "https://bch2.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.bch2.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.bch2.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "dev@bitcoincashii.org"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"BEAMX-BEP20": {
"coin": "BEAMX-BEP20",
"type": "BEP-20",
@@ -4412,10 +3257,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4456,13 +3297,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -4499,24 +3340,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -4528,54 +3354,65 @@
],
"explorer_block_url": "block/"
},
- "BIDR-BEP20": {
- "coin": "BIDR-BEP20",
- "type": "BEP-20",
- "name": "BIDR",
- "coinpaprika_id": "bidr-binanceidr",
- "coingecko_id": "binanceidr",
- "livecoinwatch_id": "BIDR",
- "explorer_url": "https://bscscan.com/",
+ "BITN": {
+ "coin": "BITN",
+ "type": "UTXO",
+ "name": "Bitnet",
+ "coinpaprika_id": "bit-bitnet",
+ "coingecko_id": "bitnet-io",
+ "livecoinwatch_id": "________BIT",
+ "explorer_url": "https://bitnet.outsidethebox.top/explorer/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BIDR",
- "rpcport": 80,
- "chain_id": 56,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitnet Signed Message:\n",
+ "fname": "Bitnet",
+ "rpcport": 9332,
+ "pubtype": 25,
+ "p2shtype": 22,
+ "wiftype": 158,
+ "txfee": 700000,
+ "segwit": true,
+ "bech32_hrp": "bit",
"mm2": 1,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 1,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9A2f5556e9A637e8fBcE886d8e3cf8b316a1D8a2",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "bit-e.minethepla.net:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "bitn-electrumx.wattxchange.app:50014",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "bitnet.outsidethebox.top:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BCZERO": {
@@ -4605,7 +3442,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -4639,30 +3475,60 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BCZERO-GRC20": {
+ "coin": "BCZERO-GRC20",
+ "type": "GRC-20",
+ "name": "Buggyra Coin Zero",
+ "coinpaprika_id": "bczero-buggyra-coin-zero",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BCZERO",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Buggyra Coin Zero",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x48579AE77db4f0Ec8A747919e670a74fd71Bb783",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "bczero.electrum3.cipig.net:30003",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
},
- "BKC": {
- "coin": "BKC",
+ "HRC": {
+ "coin": "HRC",
"type": "UTXO",
- "name": "Briskcoin",
- "coinpaprika_id": "bkc-briskcoin",
+ "name": "Hypercoin",
+ "coinpaprika_id": "hrc-hypercoin",
"coingecko_id": "",
- "livecoinwatch_id": "__BKC",
- "explorer_url": "https://explorer.briskcoin.org/",
+ "livecoinwatch_id": "__HRC",
+ "explorer_url": "https://explorer.hypercoin.network/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -4670,30 +3536,34 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Briskcoin Signed Message:\n",
- "fname": "Briskcoin",
- "rpcport": 8552,
- "pubtype": 25,
- "p2shtype": 33,
- "wiftype": 153,
+ "sign_message_prefix": "Hypercoin Signed Message:\n",
+ "fname": "Hypercoin",
+ "rpcport": 8992,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
"txfee": 0,
"segwit": true,
- "bech32_hrp": "bc",
+ "bech32_hrp": "hc",
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 30,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1918'",
- "trezor_coin": "Briskcoin",
+ "derivation_path": "m/44'/1935'",
+ "trezor_coin": "Hypercoin",
"links": {
- "github": "https://github.com/briskcoin-project/briskcoin",
- "homepage": "https://briskcoin.org"
+ "github": "https://github.com/hypercoin-prj/hypercoin",
+ "homepage": "https://hypercoin.network"
},
"electrum": [
{
- "url": "electrumx2.briskcoin.org:50003",
+ "url": "electrumx1.hypercoin.network:50003",
+ "protocol": "WSS"
+ },
+ {
+ "url": "electrumx2.hypercoin.network:50003",
"protocol": "WSS"
}
],
@@ -4786,7 +3656,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -4808,10 +3678,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4899,7 +3765,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -4926,10 +3792,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -4967,24 +3829,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x9813037ee2218799597d83D4a5B6F3b6778218d9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -5060,7 +3907,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5088,10 +3935,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5134,24 +3977,9 @@
},
"contract_address": "0x1F573D6Fb3F13d689FF844B4cE37794d79a7FF1C",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -5253,31 +4081,116 @@
},
"contract_address": "0x64d0f55Cd8C7133a9D7102b13987235F486F2224",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-GNO": {
+ "coin": "BRLA-GNO",
+ "type": "Gnosis",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xFECB3F7c54E2CAAE9dC6Ac9060A822D47E053760",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "BRLA-PLG20": {
+ "coin": "BRLA-PLG20",
+ "type": "Matic",
+ "name": "BRLA Token",
+ "coinpaprika_id": "brla-brla-digital-brla",
+ "coingecko_id": "brla-digital-brla",
+ "livecoinwatch_id": "BRL",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "BRLA Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xE6A537a407488807F0bbeb0038B79004f19DDDFb",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -5302,7 +4215,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 4,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5324,10 +4237,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5365,24 +4274,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x01d33FD36ec67c6Ada32cf36b31e88EE190B1839",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -5424,14 +4318,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x4eD141110F6EeeAbA9A1df36d8c26f684d2475Dc",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -5491,13 +4377,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -5541,14 +4427,6 @@
{
"url": "bsty-main.coinmunity.gold:50013",
"protocol": "WSS"
- },
- {
- "url": "electrumserver01.globalboost.info:50013",
- "protocol": "WSS"
- },
- {
- "url": "electrumserver02.globalboost.info:50013",
- "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -5615,18 +4493,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:30000",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -5698,18 +4564,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btc.electrum3.cipig.net:30000",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -5734,7 +4588,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5762,10 +4616,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -5798,6 +4648,8 @@
"txfee": 10000,
"txversion": 4,
"overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0xe9ff75a6",
"mm2": 1,
"required_confirmations": 2,
"avg_blocktime": 150,
@@ -5806,32 +4658,14 @@
},
"derivation_path": "m/44'/177'",
"electrum": [
- {
- "url": "electrum1.btcz.rocks:50004",
- "contact": [
- {
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "WSS"
- },
{
"url": "electrum2.btcz.rocks:50004",
+ "protocol": "WSS",
"contact": [
{
- "discord": "VandarGR#6065"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum3.btcz.rocks:50004",
- "contact": [
- {
- "discord": "426842722436120577"
+ "discord": "517255090633965586"
}
- ],
- "protocol": "WSS"
+ ]
}
],
"explorer_block_url": "block/"
@@ -5856,7 +4690,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -5878,10 +4712,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6059,54 +4889,54 @@
],
"explorer_block_url": "block/"
},
- "BTT-BEP20": {
- "coin": "BTT-BEP20",
- "type": "BEP-20",
- "name": "BitTorrent (OLD)",
- "coinpaprika_id": "btt-bittorrent",
- "coingecko_id": "bittorrent-old",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "BTGS": {
+ "coin": "BTGS",
+ "type": "UTXO",
+ "name": "Bitcoin Gold BTGS",
+ "coinpaprika_id": "btgs-bitcoingold",
+ "coingecko_id": "",
+ "livecoinwatch_id": "BTGS",
+ "explorer_url": "https://explore.btgscoin.site/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "BitTorrent (OLD)",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "BitcoinGold Signed Message:\n",
+ "fname": "Bitcoin Gold BTGS",
+ "rpcport": 18888,
+ "pubtype": 38,
+ "p2shtype": 22,
+ "wiftype": 176,
+ "fork_id": "0x00",
+ "signature_version": "base",
+ "txfee": 1000,
+ "segwit": true,
+ "bech32_hrp": "bcg",
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
"required_confirmations": 3,
+ "avg_blocktime": 600,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8595F9dA7b868b1822194fAEd312235E43007b49",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
+ "derivation_path": "m/44'/18888'",
+ "links": {
+ "github": "https://github.com/BTGSCOINDEV/BTGS",
+ "homepage": "https://bitcoingold.site",
+ "homepage2": "https://btgscoin.site"
+ },
+ "electrum": [
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.bitcoingold.site:50005",
+ "protocol": "WSS"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.btgscoin.site:50005",
+ "protocol": "WSS"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"BTTC-BEP20": {
@@ -6129,7 +4959,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6157,10 +4987,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -6203,24 +5029,9 @@
},
"contract_address": "0xb683D83a532e2Cb7DFa5275eED3698436371cc9f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -6356,18 +5167,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:30069",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -6446,18 +5245,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "btx.electrum3.cipig.net:30069",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -6482,7 +5269,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -6504,118 +5291,102 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "BUSD-AVX20": {
- "coin": "BUSD-AVX20",
- "type": "AVX-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://snowtrace.io/",
+ "CADC-ARB20": {
+ "coin": "CADC-ARB20",
+ "type": "Arbitrum",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
+ "explorer_url": "https://arbiscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
+ "chain_id": 42161,
"decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39"
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x9C9e5fD8bbc25984B178FdCE6117Defa39d2db39",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
}
],
"explorer_block_url": "block/"
},
- "BUSD-MVR20": {
- "coin": "BUSD-MVR20",
- "type": "Moonriver",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "CADC-BASE": {
+ "coin": "CADC-BASE",
+ "type": "Base",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 8453,
"decimals": 18,
- "required_confirmations": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818"
+ "platform": "ETH-BASE",
+ "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5D9ab5522c64E1F6ef5e3627ECCc093f56167818",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
}
],
"explorer_block_url": "block/"
},
- "BUSD-ERC20": {
- "coin": "BUSD-ERC20",
+ "CADC-ERC20": {
+ "coin": "CADC-ERC20",
"type": "ERC-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -6623,46 +5394,27 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "required_confirmations": 3,
+ "decimals": 18,
"avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53"
+ "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "Binance USD (BUSD)",
- "links": {
- "github": "https://github.com/paxosglobal/busd-contract",
- "homepage": "https://www.paxos.com/busd"
- },
- "contract_address": "0x4Fabb145d64652a948d72533023f6E7A623C7C53",
+ "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -6674,63 +5426,13 @@
],
"explorer_block_url": "block/"
},
- "BUSD-BEP20": {
- "coin": "BUSD-BEP20",
- "type": "BEP-20",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "BUSD-PLG20": {
- "coin": "BUSD-PLG20",
+ "CADC-PLG20": {
+ "coin": "CADC-PLG20",
"type": "Matic",
- "name": "Binance USD",
- "coinpaprika_id": "busd-binance-usd",
- "coingecko_id": "binance-usd",
- "livecoinwatch_id": "BUSD",
+ "name": "CAD Coin",
+ "coinpaprika_id": "cadc-cad-coin",
+ "coingecko_id": "cad-coin",
+ "livecoinwatch_id": "CAD",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -6738,8 +5440,8 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Binance USD",
+ "wallet_only": false,
+ "fname": "CAD Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -6750,222 +5452,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7"
+ "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xdAb529f40E671A1D4bF91361c21bf9f0C9712ab7",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-ARB20": {
- "coin": "CADC-ARB20",
- "type": "Arbitrum",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://arbiscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 42161,
- "decimals": 18,
- "avg_blocktime": 0.25,
- "required_confirmations": 10,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH-ARB20",
- "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2b28E826b55e399F4d4699b85f68666AC51e6f70",
- "parent_coin": "ETH-ARB20",
- "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
- "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
- "nodes": [
- {
- "url": "https://arbitrum-one-rpc.publicnode.com",
- "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-BASE": {
- "coin": "CADC-BASE",
- "type": "Base",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://basescan.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 8453,
- "decimals": 18,
- "avg_blocktime": 0.2,
- "required_confirmations": 10,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH-BASE",
- "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x043eB4B75d0805c43D7C834902E335621983Cf03",
- "parent_coin": "ETH-BASE",
- "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
- "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
- "nodes": [
- {
- "url": "https://base-rpc.publicnode.com",
- "ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-ERC20": {
- "coin": "CADC-ERC20",
- "type": "ERC-20",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xcaDC0acd4B445166f12d2C07EAc6E2544FbE2Eef",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CADC-PLG20": {
- "coin": "CADC-PLG20",
- "type": "Matic",
- "name": "CAD Coin",
- "coinpaprika_id": "cadc-cad-coin",
- "coingecko_id": "cad-coin",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "CAD Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
- "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
+ "contract_address": "0x9de41aFF9f55219D5bf4359F167d1D0c772A396D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -7008,7 +5499,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7036,140 +5527,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CASE-BEP20": {
- "coin": "CASE-BEP20",
- "type": "BEP-20",
- "name": "Case Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Case Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x5cafe85d8983f61C059df359c504F1Bab8009e9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "CCL": {
- "coin": "CCL",
- "type": "Smart Chain",
- "name": "CoinCollect",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://ccl.kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "CCL",
- "fname": "CoinCollect",
- "is_privacy_coin": true,
- "rpcport": 20849,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "ccl.electrum1.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum2.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "ccl.electrum3.cipig.net:30029",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"CDN": {
"coin": "CDN",
"type": "UTXO",
@@ -7204,7 +5566,12 @@
"derivation_path": "m/44'/34'",
"electrum": [
{
- "url": "miami.ecoincore.com:34335",
+ "url": "lenoir.ecoincore.com:34335",
+ "protocol": "WSS",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34335",
"protocol": "WSS",
"disable_cert_verification": true
},
@@ -7254,7 +5621,12 @@
"derivation_path": "m/84'/34'",
"electrum": [
{
- "url": "miami.ecoincore.com:34335",
+ "url": "lenoir.ecoincore.com:34335",
+ "protocol": "WSS",
+ "disable_cert_verification": true
+ },
+ {
+ "url": "mumbai.ecoincore.com:34335",
"protocol": "WSS",
"disable_cert_verification": true
},
@@ -7352,24 +5724,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -7472,24 +5829,9 @@
},
"contract_address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -7521,7 +5863,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7549,10 +5891,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -7620,7 +5958,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7648,10 +5986,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -7717,18 +6051,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "chips.electrum3.cipig.net:30012",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -7826,7 +6148,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -7848,22 +6170,18 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "CHSB-ERC20": {
- "coin": "CHSB-ERC20",
+ "CHZ-ERC20": {
+ "coin": "CHZ-ERC20",
"type": "ERC-20",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
+ "name": "Chiliz",
+ "coinpaprika_id": "chz-chiliz",
+ "coingecko_id": "chiliz",
+ "livecoinwatch_id": "CHZ",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -7871,46 +6189,27 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
+ "wallet_only": false,
+ "fname": "Chiliz",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "decimals": 8,
+ "decimals": 18,
"avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba"
+ "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "SwissBorg",
- "links": {
- "homepage": "https://swissborg.com"
- },
- "contract_address": "0xba9d4199faB4f26eFE3551D490E3821486f135Ba",
+ "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -7922,13 +6221,13 @@
],
"explorer_block_url": "block/"
},
- "CHSB-PLG20": {
- "coin": "CHSB-PLG20",
+ "CHZ-PLG20": {
+ "coin": "CHZ-PLG20",
"type": "Matic",
- "name": "SwissBorg (OLD)",
- "coinpaprika_id": "chsb-swissborg",
- "coingecko_id": "swissborg",
- "livecoinwatch_id": "CHSB",
+ "name": "Chiliz",
+ "coinpaprika_id": "chz-chiliz",
+ "coingecko_id": "chiliz",
+ "livecoinwatch_id": "CHZ",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -7936,23 +6235,23 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "SwissBorg (OLD)",
+ "wallet_only": false,
+ "fname": "Chiliz",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "decimals": 8,
+ "decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75"
+ "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x67Ce67ec4fCd4aCa0Fcb738dD080b2a21ff69D75",
+ "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -7976,181 +6275,6 @@
],
"explorer_block_url": "block/"
},
- "CHZ-ERC20": {
- "coin": "CHZ-ERC20",
- "type": "ERC-20",
- "name": "Chiliz",
- "coinpaprika_id": "chz-chiliz",
- "coingecko_id": "chiliz",
- "livecoinwatch_id": "CHZ",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Chiliz",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CHZ-PLG20": {
- "coin": "CHZ-PLG20",
- "type": "Matic",
- "name": "Chiliz",
- "coinpaprika_id": "chz-chiliz",
- "coingecko_id": "chiliz",
- "livecoinwatch_id": "CHZ",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Chiliz",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf1938Ce12400f9a761084E7A80d37e732a4dA056",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "CLAM": {
- "coin": "CLAM",
- "type": "UTXO",
- "name": "Clams",
- "coinpaprika_id": "clam-clams",
- "coingecko_id": "clams",
- "livecoinwatch_id": "CLAM",
- "explorer_url": "https://chainz.cryptoid.info/clam/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Clam Signed Message:\n",
- "fname": "Clams",
- "isPoS": 1,
- "rpcport": 30174,
- "pubtype": 137,
- "p2shtype": 13,
- "wiftype": 133,
- "segwit": false,
- "txfee": 100000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/23'",
- "links": {
- "github": "https://github.com/nochowderforyou/clams",
- "homepage": "http://clamclient.com"
- },
- "electrum": [
- {
- "url": "clam-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
- {
- "url": "clam.electrum3.cipig.net:30075",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block.dws?"
- },
"CLC": {
"coin": "CLC",
"type": "Smart Chain",
@@ -8177,7 +6301,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -8219,7 +6342,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8241,10 +6364,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8285,13 +6404,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -8315,7 +6434,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8343,10 +6462,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8389,24 +6504,9 @@
},
"contract_address": "0xc00e94Cb662C3520282E6f5717214004A7f26888",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -8448,14 +6548,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8505b9d2254A7Ae468c0E9dd10Ccea3A837aef5c",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -8512,24 +6604,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA0b73E1Ff0B80914AB6fe0444E65848C4C34450b",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -8659,18 +6736,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -8707,24 +6772,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD533a949740bb3306d119CC777fa900bA034cd52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -8813,13 +6863,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -8854,14 +6904,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x172370d5Cd63279eFa6d502DAB29171933a610AF",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -8905,7 +6947,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8927,10 +6969,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -8955,7 +6993,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -8977,10 +7015,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -9018,24 +7052,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -9200,13 +7219,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -9247,24 +7266,9 @@
},
"contract_address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -9295,7 +7299,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -9323,65 +7327,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "DAI-MVR20": {
- "coin": "DAI-MVR20",
- "type": "Moonriver",
- "name": "Dai",
- "coinpaprika_id": "dai-dai",
- "coingecko_id": "dai",
- "livecoinwatch_id": "DAI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Dai",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x80A16016cC4A2E6a2CACA8a4a498b1699fF0f844",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"DAI-PLG20": {
"coin": "DAI-PLG20",
"type": "Matic",
@@ -9412,14 +7362,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -9504,83 +7446,11 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dash.electrum3.cipig.net:30061",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "DASH"
},
- "DDD-ERC20": {
- "coin": "DDD-ERC20",
- "type": "ERC-20",
- "name": "Scry.info",
- "coinpaprika_id": "ddd-scryinfo",
- "coingecko_id": "scry-info",
- "livecoinwatch_id": "DDD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Scry.info",
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9F5F3CFD7a32700C93F971637407ff17b91c7342",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"DENT-ERC20": {
"coin": "DENT-ERC20",
"type": "ERC-20",
@@ -9616,24 +7486,9 @@
},
"contract_address": "0x3597bfD533a99c9aa083587B074434E61Eb0A258",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -9677,24 +7532,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x888888435FDe8e7d4c54cAb67f206e4199454c60",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -9736,14 +7576,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x27f485b62C4A7E635F561A87560Adf5090239E93",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -9829,18 +7661,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:30059",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -9911,18 +7731,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "dgb.electrum3.cipig.net:30059",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -9958,6 +7766,10 @@
},
"derivation_path": "m/44'/18'",
"electrum": [
+ {
+ "url": "electrumx.dgc.ewmcx.org:50003",
+ "protocol": "WSS"
+ },
{
"url": "failover.dgc.ewmcx.biz:50003",
"protocol": "WSS",
@@ -9998,24 +7810,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x84cA8bc7997272c7CfB4D0Cd3D55cd942B3c9419",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -10047,7 +7844,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10075,10 +7872,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10168,68 +7961,6 @@
],
"explorer_block_url": "block/"
},
- "DIAC": {
- "coin": "DIAC",
- "type": "UTXO",
- "name": "Diabase",
- "coinpaprika_id": "diac-diabase",
- "coingecko_id": "diabase",
- "livecoinwatch_id": "DIAC",
- "explorer_url": "http://explorer.diabasecoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "DarkCoin Signed Message:\n",
- "fname": "Diabase",
- "confpath": "USERHOME/.diabasecore/diabase.conf",
- "rpcport": 7676,
- "pubtype": 76,
- "p2shtype": 16,
- "wiftype": 204,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "avg_blocktime": 90,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/5'",
- "links": {
- "github": "https://github.com/diabasecoin/diabase",
- "homepage": "https://www.diabasecoin.com"
- },
- "electrum": [
- {
- "url": "diac.electrum1.cipig.net:30072",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "diac.electrum2.cipig.net:30072",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"DIME": {
"coin": "DIME",
"type": "UTXO",
@@ -10265,18 +7996,6 @@
"github": "https://github.com/dime-coin/dimecoin/"
},
"electrum": [
- {
- "url": "electrumx1.dimecoinnetwork.com:50004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "developer@dimecoinnetwork.com"
- },
- {
- "discord": "dhop14#9359"
- }
- ]
- },
{
"url": "electrumx2.dimecoinnetwork.com:50004",
"protocol": "WSS",
@@ -10383,7 +8102,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10405,10 +8124,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10478,18 +8193,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -10549,7 +8252,25 @@
]
},
{
- "url": "elecx2.dingocoin.com:3341",
+ "url": "elecx2.kmsoftware.org:3341",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed1.dingocoin.com:3341",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ {
+ "url": "seed3.dingocoin.com:3341",
"protocol": "WSS",
"contact": [
{
@@ -10580,7 +8301,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10601,10 +8322,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10671,7 +8388,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10699,10 +8416,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -10740,24 +8453,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x43Dfc4159D86F3A37A5A4B3D4580b888ad7d4DDd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -10828,31 +8526,87 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "DOGE"
+ },
+ "DSV": {
+ "coin": "DSV",
+ "type": "UTXO",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
+ "pubtype": 30,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
},
{
- "url": "doge.electrum3.cipig.net:30060",
+ "url": "node1.doriancoin.com:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
{
- "discord": "cipi#4502"
+ "discord": "cloudhax#8411"
}
]
}
],
- "explorer_block_url": "block/",
- "binance_id": "DOGE"
+ "explorer_block_url": "block/"
},
- "DEV": {
- "coin": "DEV",
+ "DSV-segwit": {
+ "coin": "DSV-segwit",
"type": "UTXO",
- "name": "DogecoinEV",
- "coinpaprika_id": "dev-dogecoinev",
+ "name": "Doriancoin",
+ "coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "________DEV",
- "explorer_url": "https://explorer.dogecoinev.com/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://blocks.doriancoin.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -10860,49 +8614,169 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "DogecoinEV Signed Message:\n",
- "fname": "DogecoinEV",
- "rpcport": 42069,
+ "sign_message_prefix": "Doriancoin Signed Message:\n",
+ "fname": "Doriancoin",
+ "is_privacy_coin": true,
+ "rpcport": 1948,
"pubtype": 30,
- "p2shtype": 22,
- "wiftype": 158,
+ "p2shtype": 28,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "dsv",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "DSV",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/1948'",
+ "links": {
+ "github": "https://github.com/doriancoin-project/doriancoin",
+ "homepage": "https://doriancoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node1.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ {
+ "url": "node2.doriancoin.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "WJK": {
+ "coin": "WJK",
+ "type": "UTXO",
+ "name": "WojakCoin",
+ "coinpaprika_id": "wjk-wojakcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "WJK",
+ "explorer_url": "https://explorer.wojakcoin.cash/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "WojakCoin Signed Message:\n",
+ "fname": "WojakCoin",
+ "rpcport": 20760,
+ "pubtype": 73,
+ "p2shtype": 5,
+ "wiftype": 201,
"segwit": false,
- "txfee": 1000000,
- "dingo_fee": true,
- "dust": 1000000,
+ "txfee": 100000,
+ "dust": 100000,
"mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
"protocol": {
"type": "UTXO"
},
- "derivation_path": "m/44'/1420'",
+ "derivation_path": "m/44'/20760'",
"links": {
- "github": "https://github.com/DogecoinEV-Foundation/DogecoinEV",
- "homepage": "https://dogecoinev.com"
+ "github": "https://github.com/wojakcoinproj/wojakcore",
+ "homepage": "https://wojakcoin.cash"
},
"electrum": [
{
- "url": "api.dogecoinev.com:50002",
+ "url": "electrum1.wojakcoin.cash:50104",
"protocol": "WSS",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "danny_utxo"
}
]
},
{
- "url": "api2.dogecoinev.com:50002",
+ "url": "electrum2.wojakcoin.cash:50003",
"protocol": "WSS",
"contact": [
{
- "discord": "1157581316175437884"
+ "discord": "danny_utxo"
}
]
}
],
"explorer_block_url": "block/"
},
+ "MWC": {
+ "coin": "MWC",
+ "type": "UTXO",
+ "name": "MinersWorldCoin",
+ "coinpaprika_id": "mwc-minersworldcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "__MWC",
+ "explorer_url": "https://miners-world-coin-mwc.github.io/explorer/",
+ "explorer_tx_url": "#/transaction/",
+ "explorer_address_url": "#/address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "MinersWorldCoin Signed Message:\n",
+ "fname": "MinersWorldCoin",
+ "rpcport": 5579,
+ "pubtype": 20,
+ "p2shtype": 10,
+ "wiftype": 123,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mwc",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 120,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/5579'",
+ "links": {
+ "github": "https://github.com/Miners-World-Coin-MWC/MinersWorldCoin",
+ "homepage": "https://minersworld.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum.minersworld.org:50005",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "#/block/"
+ },
"MYDOGE": {
"coin": "MYDOGE",
"type": "UTXO",
@@ -10969,7 +8843,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -10991,10 +8865,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11044,56 +8914,6 @@
],
"explorer_block_url": "block/"
},
- "DOGEDASH-BEP20": {
- "coin": "DOGEDASH-BEP20",
- "type": "BEP-20",
- "name": "Doge Dash",
- "coinpaprika_id": "dogedash-doge-dash",
- "coingecko_id": "doge-dash",
- "livecoinwatch_id": "DOGEDASH",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Doge Dash",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7AE5709c585cCFB3e61fF312EC632C21A5F03F70",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"DOGGY-BEP20": {
"coin": "DOGGY-BEP20",
"type": "BEP-20",
@@ -11113,7 +8933,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11135,10 +8955,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11163,7 +8979,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11191,10 +9007,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11253,6 +9065,16 @@
}
]
},
+ {
+ "url": "pink-deer-69.doi.works:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
{
"url": "ugly-bird-70.doi.works:50004",
"protocol": "WSS",
@@ -11306,11 +9128,6 @@
"url": "electrum1.egulden.org:50004",
"protocol": "WSS",
"disable_cert_verification": true
- },
- {
- "url": "electrum3.egulden.org:50004",
- "protocol": "WSS",
- "disable_cert_verification": true
}
],
"explorer_block_url": "block.dws?"
@@ -11334,7 +9151,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11362,76 +9179,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "EILN-ERC20": {
- "coin": "EILN-ERC20",
- "type": "ERC-20",
- "name": "eIlien",
- "coinpaprika_id": "eiln-e-ilien",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "eIlien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb0DBa4BD6b6C4fC9A1263D8C19A57A6BdD740A52",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ELF-BEP20": {
"coin": "ELF-BEP20",
"type": "BEP-20",
@@ -11451,7 +9203,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11479,10 +9231,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11525,24 +9273,9 @@
},
"contract_address": "0xbf2179859fc6D5BEE9Bf9158632Dc51678a4100e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -11649,24 +9382,9 @@
},
"contract_address": "0xF629cBd94d3791C9250152BD8dfBDF380E2a3B9c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -11678,14 +9396,14 @@
],
"explorer_block_url": "block/"
},
- "ENJ-PLG20": {
- "coin": "ENJ-PLG20",
- "type": "Matic",
- "name": "Enjin Coin",
- "coinpaprika_id": "enj-enjin-coin",
- "coingecko_id": "enjincoin",
- "livecoinwatch_id": "ENJ",
- "explorer_url": "https://polygonscan.com/",
+ "ENS-ERC20": {
+ "coin": "ENS-ERC20",
+ "type": "ERC-20",
+ "name": "Ethereum Name Service",
+ "coinpaprika_id": "ens-ethereum-name-service",
+ "coingecko_id": "ethereum-name-service",
+ "livecoinwatch_id": "ENS",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -11693,41 +9411,36 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Enjin Coin",
+ "fname": "Ethereum Name Service",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157"
+ "platform": "ETH",
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7eC26842F195c852Fa843bB9f6D8B583a274a157",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ens.domains"
+ },
+ "contract_address": "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -11751,7 +9464,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11779,15 +9492,55 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
+ "ETC": {
+ "coin": "ETC",
+ "type": "Ethereum Classic",
+ "name": "Ethereum Classic",
+ "coinpaprika_id": "etc-ethereum-classic",
+ "coingecko_id": "ethereum-classic",
+ "livecoinwatch_id": "ETC",
+ "explorer_url": "https://blockscout.com/etc/mainnet/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ethereum Classic",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 61,
+ "max_eth_tx_type": 2,
+ "required_confirmations": 3,
+ "avg_blocktime": 15,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 61
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "Ethereum Classic",
+ "links": {
+ "homepage": "https://ethereumclassic.org"
+ },
+ "swap_contract_address": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
+ "fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
+ "nodes": [
+ {
+ "url": "https://0xrpc.io/etc",
+ "ws_url": "wss://0xrpc.io/etc"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "ETC"
+ },
"ETC-BEP20": {
"coin": "ETC-BEP20",
"type": "BEP-20",
@@ -11807,7 +9560,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -11829,10 +9582,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -11858,8 +9607,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -11871,24 +9618,11 @@
},
"trezor_coin": "Ethereum",
"derivation_path": "m/44'/60'",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -11936,13 +9670,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/",
@@ -11979,6 +9713,9 @@
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"estimate_gas_mult": 1.3,
+ "gas_limit": {
+ "eth_send_coins": 50000
+ },
"swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
@@ -12027,10 +9764,6 @@
{
"url": "https://base-rpc.publicnode.com",
"ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
}
],
"explorer_block_url": "block/",
@@ -12055,7 +9788,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12083,10 +9816,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12123,14 +9852,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7ceB23fD6bC0adD59E62ac25578270cFf1b9f619",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -12156,6 +9877,139 @@
"explorer_block_url": "block/",
"binance_id": "ETH"
},
+ "ETHFI-ERC20": {
+ "coin": "ETHFI-ERC20",
+ "type": "ERC-20",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.ether.fi"
+ },
+ "contract_address": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-ARB20": {
+ "coin": "ETHFI-ARB20",
+ "type": "Arbitrum",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x7189fb5B6504bbfF6a852B13B7B82a3c118fDc27",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ETHFI-BASE": {
+ "coin": "ETHFI-BASE",
+ "type": "Base",
+ "name": "Ether.fi",
+ "coinpaprika_id": "ethfi-etherfi",
+ "coingecko_id": "ether-fi",
+ "livecoinwatch_id": "_ETHFI",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Ether.fi",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x6C240DDA6b5c336DF09A4D011139beAAa1eA2Aa2",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"EURC-AVX20": {
"coin": "EURC-AVX20",
"type": "AVX-20",
@@ -12191,13 +10045,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -12240,10 +10094,6 @@
{
"url": "https://base-rpc.publicnode.com",
"ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -12283,24 +10133,9 @@
},
"contract_address": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -12386,24 +10221,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -12415,14 +10235,14 @@
],
"explorer_block_url": "block/"
},
- "EURE-PLG20": {
- "coin": "EURE-PLG20",
- "type": "Matic",
+ "EURE-GNO": {
+ "coin": "EURE-GNO",
+ "type": "Gnosis",
"name": "Monerium EUR",
"coinpaprika_id": "eure-monerium-eur-emoney",
"coingecko_id": "monerium-eur-money",
"livecoinwatch_id": "EURE",
- "explorer_url": "https://polygonscan.com/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -12433,118 +10253,41 @@
"fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 100,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
+ "platform": "XDAI",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 90000,
- "erc20_payment": 150000,
- "erc20_receiver_spend": 120000,
- "erc20_sender_refund": 120000
- },
- "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x420CA0f9B9b604cE0fd9C18EF134C705e5Fa3430",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
},
- "EUROE-ERC20": {
- "coin": "EUROE-ERC20",
- "type": "ERC-20",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "euroe-euroe-stablecoin",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "EUROe Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "EUROE-PLG20": {
- "coin": "EUROE-PLG20",
+ "EURE-PLG20": {
+ "coin": "EURE-PLG20",
"type": "Matic",
- "name": "EUROe Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "euroe-stablecoin",
- "livecoinwatch_id": "EUROE",
+ "name": "Monerium EUR",
+ "coinpaprika_id": "eure-monerium-eur-emoney",
+ "coingecko_id": "monerium-eur-money",
+ "livecoinwatch_id": "EURE",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -12553,30 +10296,28 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "EUROe Stablecoin",
+ "fname": "Monerium EUR",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "decimals": 6,
+ "decimals": 18,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974"
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 110000,
+ "erc20_payment": 170000,
+ "erc20_receiver_spend": 140000,
+ "erc20_sender_refund": 140000
},
- "contract_address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974",
+ "contract_address": "0x18ec0A6E18E5bc3784fDd3a3634b31245ab704F6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -12637,24 +10378,9 @@
},
"contract_address": "0xdB25f211AB05b1c97D595516F45794528a807ad8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -12696,14 +10422,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE111178A87A3BFf0c8d18DECBa5798827539Ae99",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -12731,7 +10449,7 @@
"EWT": {
"coin": "EWT",
"type": "EWT",
- "name": "Energy Web",
+ "name": "Energy Web (OLD)",
"coinpaprika_id": "ewt-energy-web-token",
"coingecko_id": "energy-web-token",
"livecoinwatch_id": "EWT",
@@ -12742,12 +10460,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Energy Web",
+ "wallet_only": true,
+ "fname": "Energy Web (OLD)",
"rpcport": 80,
"mm2": 1,
"chain_id": 246,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 5,
@@ -12772,14 +10489,14 @@
],
"explorer_block_url": "block/"
},
- "EXN-BEP20": {
- "coin": "EXN-BEP20",
- "type": "BEP-20",
- "name": "Expoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "EWT-ERC20": {
+ "coin": "EWT-ERC20",
+ "type": "ERC-20",
+ "name": "Energy Web",
+ "coinpaprika_id": "ewt-energy-web-token",
+ "coingecko_id": "energy-web-token",
+ "livecoinwatch_id": "EWT",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -12787,40 +10504,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Expoin",
+ "fname": "Energy Web",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360"
+ "platform": "ETH",
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xc88f6F4C400321FAd5c26d574f9933a991011360",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "links": {
+ "homepage": "https://www.energyweb.org"
+ },
+ "contract_address": "0xB66a5D30D04f076E78ffB0d045C55846Fdcde928",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FDUSD-ERC20": {
@@ -12858,24 +10573,9 @@
},
"contract_address": "0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -12907,7 +10607,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -12938,10 +10638,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -12979,24 +10675,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x956F47F50A910163D8BF957Cf5846D573E7f87CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -13040,24 +10721,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xaea46A60368A7bD060eec7DF8CBa43b7EF41Ad85",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -13089,7 +10755,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13111,10 +10777,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13193,7 +10855,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13221,10 +10883,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13262,24 +10920,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8E16bf47065Fe843A82f4399bAF5aBac4E0822B7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -13385,7 +11028,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13395,8 +11038,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -13415,10 +11056,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -13428,9 +11065,9 @@
"coin": "FIX",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -13489,9 +11126,9 @@
"coin": "FIX-segwit",
"type": "UTXO",
"name": "FixedCoin",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
+ "coinpaprika_id": "fix-fixedcoin",
+ "coingecko_id": "fixedcoin",
+ "livecoinwatch_id": "_FIX",
"explorer_url": "https://explorer.fixedcoin.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -13573,7 +11210,7 @@
"wiftype": 164,
"segwit": true,
"bech32_hrp": "fc",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -13635,7 +11272,7 @@
"format": "segwit"
},
"orderbook_ticker": "FJC",
- "txfee": 0,
+ "txfee": 10000000,
"mm2": 1,
"required_confirmations": 3,
"avg_blocktime": 60,
@@ -13670,13 +11307,13 @@
],
"explorer_block_url": "block/"
},
- "FJC-BEP20": {
- "coin": "FJC-BEP20",
+ "FJCB-BEP20": {
+ "coin": "FJCB-BEP20",
"type": "BEP-20",
- "name": "Fujicoin",
- "coinpaprika_id": "fjc-fujicoin",
- "coingecko_id": "fujicoin",
- "livecoinwatch_id": "FJC",
+ "name": "FJCB Fujicoin",
+ "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -13685,21 +11322,21 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Fujicoin",
+ "fname": "FJCB Fujicoin",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf"
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xd4451a8eE7D0978c60651a114b742Fa8d5857CDf",
+ "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
@@ -13711,23 +11348,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "FJCB-BEP20": {
- "coin": "FJCB-BEP20",
- "type": "BEP-20",
- "name": "FJCB Fujicoin",
- "coinpaprika_id": "fjcb-fjcb-fujicoin",
+ "FLC": {
+ "coin": "FLC",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
"coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -13735,39 +11368,109 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "FJCB Fujicoin",
- "rpcport": 80,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "txfee": 0,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xda73AE86D38D9b5D22C64722320cCC071cB79ba3",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "dust": 1000,
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "electrum-flc.hashboard.space:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "electrum.myfloki.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "FLC-segwit": {
+ "coin": "FLC-segwit",
+ "type": "UTXO",
+ "name": "Flokicoin",
+ "coinpaprika_id": "flc-flokicoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_____FLC",
+ "explorer_url": "https://flokichain.info/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Flokicoin Signed Message:\n",
+ "fname": "Flokicoin",
+ "rpcport": 15213,
+ "pubtype": 35,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "fc",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "FLC",
+ "txfee": 0,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "dust": 1000,
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/flokiorg/go-flokicoin",
+ "homepage": "https://flokicoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum-flc.hashboard.space:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "electrum.myfloki.com:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "electrum@myfloki.com"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"FLOKI-BEP20": {
@@ -13789,7 +11492,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13817,76 +11520,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "STFIRO-ERC20": {
- "coin": "STFIRO-ERC20",
- "type": "ERC-20",
- "name": "StakedFIRO",
- "coinpaprika_id": "",
- "coingecko_id": "stakehound",
- "livecoinwatch_id": "",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "StakedFIRO",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 8,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x160B1E5aaBFD70B2FC40Af815014925D71CEEd7E",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"FLOW-BEP20": {
"coin": "FLOW-BEP20",
"type": "BEP-20",
@@ -13907,7 +11545,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -13917,8 +11555,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 110000,
@@ -13937,10 +11573,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14006,18 +11638,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:30054",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -14086,18 +11706,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ftc.electrum3.cipig.net:30054",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -14121,7 +11729,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14143,10 +11751,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14188,24 +11792,9 @@
},
"contract_address": "0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -14237,7 +11826,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14265,10 +11854,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14278,7 +11863,7 @@
"coin": "FXS-ERC20",
"type": "ERC-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://etherscan.io/",
@@ -14306,24 +11891,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -14339,7 +11909,7 @@
"coin": "FXS-PLG20",
"type": "Matic",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://polygonscan.com/",
@@ -14365,14 +11935,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1a3acf6D19267E2d3e7f898f42803e90C9219062",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -14401,7 +11963,7 @@
"coin": "FXS-AVX20",
"type": "AVX-20",
"name": "Frax Share",
- "coinpaprika_id": "",
+ "coinpaprika_id": "fxs-frax-share",
"coingecko_id": "frax-share",
"livecoinwatch_id": "FXS",
"explorer_url": "https://snowtrace.io/",
@@ -14432,69 +11994,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "FXS-MVR20": {
- "coin": "FXS-MVR20",
- "type": "Moonriver",
- "name": "Frax Share",
- "coinpaprika_id": "",
- "coingecko_id": "frax-share",
- "livecoinwatch_id": "FXS",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Frax Share",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "decimals": 18,
- "avg_blocktime": 6,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 1000000,
- "erc20_payment": 1000000,
- "erc20_receiver_spend": 1000000,
- "erc20_sender_refund": 1000000
- },
- "contract_address": "0x6f1D1Ee50846Fcbc3de91723E61cb68CFa6D0E98",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -14525,30 +12031,15 @@
"type": "ERC20",
"protocol_data": {
"platform": "ETH",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA"
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x15D4c048F83bd7e37d49eA4C83a07267Ec4203dA",
+ "contract_address": "0xd1d2Eb1B1e90B638588728b4130137D262C87cae",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -14560,57 +12051,6 @@
],
"explorer_block_url": "block/"
},
- "GALA-BEP20": {
- "coin": "GALA-BEP20",
- "type": "BEP-20",
- "name": "Gala",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "GALA",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Gala",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7dDEE176F665cD201F93eEDE625770E2fD911990",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"GAME-ERC20": {
"coin": "GAME-ERC20",
"type": "ERC-20",
@@ -14643,24 +12083,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x63f88A2298a5c4AEE3c216Aa6D926B184a4b2437",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -14702,14 +12127,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x8d1566569d5b695d44a9a234540f68D393cDC40D",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -14734,6 +12151,53 @@
],
"explorer_block_url": "block/"
},
+ "GBPE-GNO": {
+ "coin": "GBPE-GNO",
+ "type": "Gnosis",
+ "name": "Monerium GBP",
+ "coinpaprika_id": "",
+ "coingecko_id": "monerium-gbp-emoney",
+ "livecoinwatch_id": "GBP",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Monerium GBP",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x8E34bfEC4f6Eb781f9743D9b4af99CD23F9b7053",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "forex_id": "GBP"
+ },
"GBX-BEP20": {
"coin": "GBX-BEP20",
"type": "BEP-20",
@@ -14754,7 +12218,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14776,10 +12240,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14805,7 +12265,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -14833,10 +12293,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -14896,79 +12352,6 @@
"coinpaprika_id": "gleec-gleec-coin",
"coingecko_id": "gleec-coin",
"livecoinwatch_id": "GLEEC",
- "explorer_url": "https://gleec.explorer.dexstats.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "GLEEC",
- "fname": "Gleec (OLD)",
- "rpcport": 23226,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 4,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "gleecold.electrum1.cipig.net:30022",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum2.cipig.net:30022",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "gleecold.electrum3.cipig.net:30022",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "GLEEC": {
- "coin": "GLEEC",
- "type": "Smart Chain",
- "name": "Gleec",
- "coinpaprika_id": "gleec-gleec-coin",
- "coingecko_id": "gleec-coin",
- "livecoinwatch_id": "GLEEC",
"explorer_url": "https://explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -14979,7 +12362,7 @@
"wallet_only": false,
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "GLEEC",
- "fname": "Gleec",
+ "fname": "Gleec (OLD)",
"rpcport": 23345,
"pubtype": 60,
"p2shtype": 85,
@@ -14988,7 +12371,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -15019,18 +12401,46 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GLEEC": {
+ "coin": "GLEEC",
+ "type": "GRC-20",
+ "name": "Gleec",
+ "coinpaprika_id": "gleec-gleec-coin",
+ "coingecko_id": "gleec-coin",
+ "livecoinwatch_id": "GLEEC",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gleec",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 11169
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "gleec.electrum3.cipig.net:30025",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -15067,24 +12477,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7DD9c5Cba05E151C895FDe1CF355C9A1D5DA6429",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -15126,14 +12521,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0B220b82F3eA3B7F6d9A1D8ab58930C064A2b5Bf",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -15177,7 +12564,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15199,10 +12586,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15228,7 +12611,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15250,10 +12633,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15289,14 +12668,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x714DB550b574b3E927af3D93E26127D15721D4C2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -15393,8 +12764,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -15406,13 +12775,59 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "GNEISS-ERC20": {
+ "coin": "GNEISS-ERC20",
+ "type": "ERC-20",
+ "name": "GNEISS",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "GNEISS",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "decimals": 8,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x5da3E93faB0580bD7a532A741aC5F886376EFF46",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -15453,24 +12868,9 @@
},
"contract_address": "0x6810e776880C02933D47DB1b9fc05908e5386b96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -15482,6 +12882,52 @@
],
"explorer_block_url": "block/"
},
+ "GNO-GNO": {
+ "coin": "GNO-GNO",
+ "type": "Gnosis",
+ "name": "Gnosis",
+ "coinpaprika_id": "gno-gnosis",
+ "coingecko_id": "gnosis",
+ "livecoinwatch_id": "GNO",
+ "explorer_url": "https://gnosisscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Gnosis",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "XDAI",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9C58BAcC331c9aa871AFD802DB6379a98e80CEdb",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
+ {
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
+ },
+ {
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"GNO-PLG20": {
"coin": "GNO-PLG20",
"type": "Matic",
@@ -15608,14 +13054,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xE5417Af564e4bFDA1c483642db72007871397896",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -15681,15 +13119,6 @@
"discord": "orpheas#1503"
}
]
- },
- {
- "url": "electrum.niftybakes.com:50004",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "405566674448810005"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -15698,7 +13127,7 @@
"coin": "GRLC-ERC20",
"type": "ERC-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://etherscan.io/",
@@ -15726,24 +13155,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x58f7345b5295E43aA454911571f13be186655BE9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -15759,7 +13173,7 @@
"coin": "GRLC-BEP20",
"type": "BEP-20",
"name": "Garlicoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "grlc-garlicoin",
"coingecko_id": "garlicoin",
"livecoinwatch_id": "GRLC",
"explorer_url": "https://bscscan.com/",
@@ -15775,7 +13189,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -15797,10 +13211,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -15855,18 +13265,6 @@
}
],
"protocol": "WSS"
- },
- {
- "url": "electrum2.groestlcoin.org:50004",
- "contact": [
- {
- "email": "jackielove4u@hotmail.com"
- },
- {
- "discord": "jackielove4u#0412"
- }
- ],
- "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -15948,13 +13346,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -15996,24 +13394,9 @@
},
"contract_address": "0xc944E90C64B2c07662A292be6244BDf05Cda44a7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -16055,14 +13438,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x5fe2B58c013d7601147DcdD68C143A77499f5531",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -16107,7 +13482,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16129,10 +13504,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16170,24 +13541,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xE66747a101bFF2dBA3697199DCcE5b743b454759",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -16199,60 +13555,6 @@
],
"explorer_block_url": "block/"
},
- "GURU-BEP20": {
- "coin": "GURU-BEP20",
- "type": "BEP-20",
- "name": "MobilityGuru",
- "coinpaprika_id": "guru-mobilityguru-token",
- "coingecko_id": "",
- "livecoinwatch_id": "_GURU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "MobilityGuru",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464"
- }
- },
- "derivation_path": "m/44'/60'",
- "links": {
- "homepage": "https://mobilityguru.org"
- },
- "contract_address": "0xc166A8dd8e48355774ac95933f746b57A724A464",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"GUSD-ERC20": {
"coin": "GUSD-ERC20",
"type": "ERC-20",
@@ -16285,24 +13587,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x056Fd409E1d7A124BD7017459dFEa2F387b6d5Cd",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -16359,10 +13646,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16405,24 +13688,9 @@
},
"contract_address": "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -16464,14 +13732,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x23D29D30e35C5e8D321e1dc9A8a61BFD846D4C5C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -16528,24 +13788,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6c6EE5e31d828De241282B9606C8e98Ea48526E2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -16611,117 +13856,59 @@
],
"explorer_block_url": "block/"
},
- "HUSD-ERC20": {
- "coin": "HUSD-ERC20",
- "type": "ERC-20",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://etherscan.io/",
+ "HTH": {
+ "coin": "HTH",
+ "type": "UTXO",
+ "name": "Help The Homeless",
+ "coinpaprika_id": "hth-help-the-homeless-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "HTH",
+ "explorer_url": "https://explorer.hthcoin.r4nd0m.us/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
+ "wallet_only": false,
+ "sign_message_prefix": "HomelessCoin Signed Message:\n",
+ "fname": "Help The Homeless",
+ "is_privacy_coin": true,
+ "rpcport": 9998,
+ "pubtype": 100,
+ "p2shtype": 40,
+ "wiftype": 228,
+ "txfee": 10000,
+ "dust": 5460,
"mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xdF574c24545E5FfEcb9a659c229253D4111d87e1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "HUSD-PLG20": {
- "coin": "HUSD-PLG20",
- "type": "Matic",
- "name": "HUSD",
- "coinpaprika_id": "husd-husd",
- "coingecko_id": "husd",
- "livecoinwatch_id": "HUSD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "HUSD",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91"
- }
+ "derivation_path": "m/44'/231'",
+ "links": {
+ "github": "https://github.com/HTHcoin/helpthehomelesscoin",
+ "homepage": "https://hth.foundation"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2088C47Fc0c78356c622F79dBa4CbE1cCfA84A91",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum.hth.foundation:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrumx.wattxchange.app:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "nucash"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -16758,24 +13945,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x998FFE1E43fAcffb941dc337dD0468d52bA5b48A",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -16807,7 +13979,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 2,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -16829,10 +14001,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -16868,14 +14036,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x554cd6bdD03214b10AafA3e0D4D42De0C5D2937b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -16984,230 +14144,6 @@
],
"explorer_block_url": "block.dws?"
},
- "ILN": {
- "coin": "ILN",
- "type": "Smart Chain",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://explorer.ilien.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ILN",
- "fname": "Ilien",
- "is_privacy_coin": true,
- "rpcport": 12986,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "p2p": 12985,
- "magic": "feb4cb23",
- "nSPV": "5.9.102.210, 5.9.253.195, 5.9.253.196, 5.9.253.197, 5.9.253.198, 5.9.253.199, 5.9.253.200, 5.9.253.201, 5.9.253.202, 5.9.253.203",
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrum1.ilien.io:30069",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "WSS"
- },
- {
- "url": "electrum2.ilien.io:30069",
- "contact": [
- {
- "email": "admin@ilien.io"
- },
- {
- "discord": "siu - Chainmakers#3920"
- }
- ],
- "protocol": "WSS"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILN-BEP20": {
- "coin": "ILN-BEP20",
- "type": "BEP-20",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb49a312677BA1E80DDe23C17E46E80B3E86b533d",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ILN-PLG20": {
- "coin": "ILN-PLG20",
- "type": "Matic",
- "name": "Ilien",
- "coinpaprika_id": "iln-ilien9195",
- "coingecko_id": "",
- "livecoinwatch_id": "ILN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2bAa79e7C13C302210436455925E68aD8fA687F0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ILNSW-PLG20": {
- "coin": "ILNSW-PLG20",
- "type": "Matic",
- "name": "Ilien Swap",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Ilien Swap",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0483Ddbb510d22b206f2F3bDAC18528C952c4213",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"ILV-ERC20": {
"coin": "ILV-ERC20",
"type": "ERC-20",
@@ -17240,24 +14176,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x767FE9EDC9E0dF98E07454847909b5E959D7ca0E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -17289,7 +14210,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17317,10 +14238,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17358,24 +14275,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF57e7e7C23978C3cAEC3C3548E3D615c346e79fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -17406,7 +14308,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17434,10 +14336,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17474,24 +14372,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xe28b3B32B6c345A34Ff64674606124Dd5Aceca30",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -17522,7 +14405,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17550,10 +14433,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17578,7 +14457,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17606,10 +14485,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -17701,24 +14576,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x7420B4b9a0110cdC71fB720908340C03F9Bc03EC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -17750,7 +14610,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -17778,23 +14638,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JDB-BEP20": {
- "coin": "JDB-BEP20",
- "type": "BEP-20",
- "name": "Jeet Detector Bot",
- "coinpaprika_id": "jdb-jeet-detector-bot",
- "coingecko_id": "jeet-detector-bot",
- "livecoinwatch_id": "JDB",
- "explorer_url": "https://bscscan.com/",
+ "JPYC-AVX20": {
+ "coin": "JPYC-AVX20",
+ "type": "AVX-20",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -17802,48 +14658,44 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jeet Detector Bot",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
+ "chain_id": 43114,
+ "decimals": 18,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272"
+ "platform": "AVAX",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7874CAFf04AFB8B6f5cbBE3ebec3f83Fcd882272",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JAUD-PLG20": {
- "coin": "JAUD-PLG20",
+ "JPYC-PLG20": {
+ "coin": "JPYC-PLG20",
"type": "Matic",
- "name": "Jarvis Australian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "AUD",
+ "name": "JPY Coin",
+ "coinpaprika_id": "jpyc-jpy-coin-v2",
+ "coingecko_id": "jpy-coin",
+ "livecoinwatch_id": "JPYC",
"explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17852,7 +14704,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Australian Dollar",
+ "fname": "JPY Coin",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -17863,19 +14715,11 @@
"type": "ERC20",
"protocol_data": {
"platform": "MATIC",
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133"
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xCB7F1Ef7246D1497b985f7FC45A1A31F04346133",
+ "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -17897,16 +14741,15 @@
"ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "explorer_block_url": "block/",
- "forex_id": "AUD"
+ "explorer_block_url": "block/"
},
- "JBRL-BEP20": {
- "coin": "JBRL-BEP20",
+ "JST-BEP20": {
+ "coin": "JST-BEP20",
"type": "BEP-20",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
+ "name": "JUST",
+ "coinpaprika_id": "jst-just",
+ "coingecko_id": "just",
+ "livecoinwatch_id": "JST",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -17915,22 +14758,28 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Brazilian Real",
+ "fname": "JUST",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603"
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x316622977073BBC3dF32E7d2A9B3c77596a0a603",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
@@ -17942,87 +14791,225 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JBRL-PLG20": {
- "coin": "JBRL-PLG20",
- "type": "Matic",
- "name": "Jarvis Brazilian Real",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-brazilian-real",
- "livecoinwatch_id": "BRL",
- "explorer_url": "https://polygonscan.com/",
+ "KCN": {
+ "coin": "KCN",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Brazilian Real",
- "rpcport": 80,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "txfee": 1000,
+ "decimals": 12,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722"
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum3.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum4.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
+ ],
+ "explorer_block_url": "block/"
+ },
+ "KCN-segwit": {
+ "coin": "KCN-segwit",
+ "type": "UTXO",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://kcnxp.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "sign_message_prefix": "Kylacoin Signed Message:\n",
+ "fname": "Kylacoin",
+ "rpcport": 5110,
+ "pubtype": 28,
+ "p2shtype": 26,
+ "wiftype": 65,
+ "segwit": true,
+ "bech32_hrp": "kc",
+ "address_format": {
+ "format": "segwit"
},
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "orderbook_ticker": "KCN",
+ "txfee": 1000,
+ "decimals": 12,
+ "mm2": 1,
+ "required_confirmations": 10,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
},
- "contract_address": "0xf2f77FE7b8e66571E0fca7104c4d670BF1C8d722",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
+ "derivation_path": "m/84'/0'",
+ "trezor_coin": "Kylacoin",
+ "links": {
+ "github": "https://github.com/kylacoin/kylacoin",
+ "homepage": "https://kylacoin.com"
+ },
+ "electrum": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "electrum1.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ "url": "electrum2.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "electrum3.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "electrum4.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ {
+ "url": "electrum5.kcnxp.com:51004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
}
],
- "explorer_block_url": "block/",
- "forex_id": "BRL"
+ "explorer_block_url": "block/"
},
- "JCAD-PLG20": {
- "coin": "JCAD-PLG20",
- "type": "Matic",
- "name": "Jarvis Canadian Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CAD",
- "explorer_url": "https://polygonscan.com/",
+ "KCN-BEP20": {
+ "coin": "KCN-BEP20",
+ "type": "BEP-20",
+ "name": "Kylacoin",
+ "coinpaprika_id": "kcn-kylacoin",
+ "coingecko_id": "kylacoin",
+ "livecoinwatch_id": "KCN",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -18030,62 +15017,118 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Canadian Dollar",
+ "fname": "Kylacoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 56,
+ "decimals": 12,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3"
+ "platform": "BNB",
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 55000,
"erc20_payment": 110000,
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
},
- "contract_address": "0x8ca194A3b22077359b5732DE53373D4afC11DeE3",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "KMD": {
+ "coin": "KMD",
+ "type": "Smart Chain",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://kmdexplorer.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "Komodo",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "txfee": 1000,
+ "mm2": 1,
+ "required_confirmations": 4,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/komodoplatform/komodo",
+ "homepage": "https://komodoplatform.com"
+ },
+ "electrum": [
{
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "kmd.electrum1.cipig.net:30001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "kmd.electrum2.cipig.net:30001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
],
"explorer_block_url": "block/",
- "forex_id": "CAD"
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCHF-AVX20": {
- "coin": "JCHF-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Swiss Franc",
+ "KMDCL": {
+ "coin": "KMDCL",
+ "type": "Smart Chain",
+ "name": "KomodoClassic",
"coinpaprika_id": "",
"coingecko_id": "",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://snowtrace.io/",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer.kmdclassic.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -18093,44 +15136,47 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "fname": "KomodoClassic",
+ "rpcport": 7771,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x64726d6e",
+ "txfee": 1000,
"mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "requires_notarization": true,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2d5563da42b06FbBF9c67b7DC073cF6A7842239e",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "links": {
+ "github": "https://github.com/kmdclassic/KmdClassic",
+ "homepage": "https://kmdclassic.com/"
+ },
+ "electrum": [
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "electrum.kmdclassic.com:50004",
+ "protocol": "WSS"
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "is_claimable": true,
+ "minimal_claim_amount": "10"
},
- "JCHF-BEP20": {
- "coin": "JCHF-BEP20",
+ "KMD-BEP20": {
+ "coin": "KMD-BEP20",
"type": "BEP-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "JCHF",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -18139,22 +15185,27 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f"
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x7c869b5A294b1314E985283d01C702B62224a05f",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
@@ -18166,23 +15217,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "JCHF-ERC20": {
- "coin": "JCHF-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://etherscan.io/",
+ "KMD-GRC20": {
+ "coin": "KMD-GRC20",
+ "type": "GRC-20",
+ "name": "Komodo",
+ "coinpaprika_id": "kmd-komodo",
+ "coingecko_id": "komodo",
+ "livecoinwatch_id": "KMD",
+ "explorer_url": "https://evm-explorer.gleec.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -18190,1883 +15237,31 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Jarvis Swiss Franc",
+ "fname": "Komodo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 11169,
"decimals": 18,
- "avg_blocktime": 15,
"required_confirmations": 3,
+ "avg_blocktime": 2.6,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0"
+ "platform": "GLEEC",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x53dfEa0A8CC2A2A2e425E1C174Bc162999723ea0",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0x3341acA97C71E12A80D1e01D8c86bE93ba669752",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JCHF-PLG20": {
- "coin": "JCHF-PLG20",
- "type": "Matic",
- "name": "Jarvis Swiss Franc",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-swiss-franc",
- "livecoinwatch_id": "JCHF",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swiss Franc",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xbD1463F02f61676d53fd183C2B19282BFF93D099",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JCNY-PLG20": {
- "coin": "JCNY-PLG20",
- "type": "Matic",
- "name": "Jarvis Chinese Yuan",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "CNY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Chinese Yuan",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x84526c812D8f6c4fD6C1a5B68713AFF50733E772",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "CNY"
- },
- "JEUR-AVX20": {
- "coin": "JEUR-AVX20",
- "type": "AVX-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x9fB1d52596c44603198fB0aee434fac3a679f702",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JEUR-BEP20": {
- "coin": "JEUR-BEP20",
- "type": "BEP-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x23b8683Ff98F9E4781552DFE6f12Aa32814924e8",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "JEUR-ERC20": {
- "coin": "JEUR-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0f17BC9a994b87b5225cFb6a2Cd4D667ADb4F20B",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JEUR-PLG20": {
- "coin": "JEUR-PLG20",
- "type": "Matic",
- "name": "Jarvis Euro",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-euro",
- "livecoinwatch_id": "JEUR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Euro",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x4e3Decbb3645551B8A19f0eA1678079FCB33fB4c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JGBP-BEP20": {
- "coin": "JGBP-BEP20",
- "type": "BEP-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x048E9b1ddF9EBbb224812372280e94Ccac443f9e",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "JGBP-ERC20": {
- "coin": "JGBP-ERC20",
- "type": "ERC-20",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x7409856CAE628f5d578B285B45669b36E7005283",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JGBP-PLG20": {
- "coin": "JGBP-PLG20",
- "type": "Matic",
- "name": "Jarvis British Pound",
- "coinpaprika_id": "",
- "coingecko_id": "jarvis-synthetic-british-pound",
- "livecoinwatch_id": "GBP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis British Pound",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x767058F11800FBA6A682E73A6e79ec5eB74Fac8c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JGOLD-PLG20": {
- "coin": "JGOLD-PLG20",
- "type": "Matic",
- "name": "Jarvis Gold",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "XAU",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Gold",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x192Ef3FFF1708456D3A1F21354FA8d6bFd86b45c",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "XAU"
- },
- "JJPY-PLG20": {
- "coin": "JJPY-PLG20",
- "type": "Matic",
- "name": "Jarvis Japanese Yen",
- "coinpaprika_id": "jjpy-jarvis-synthetic-japanese-yen",
- "coingecko_id": "jarvis-synthetic-japanese-yen",
- "livecoinwatch_id": "JPY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Japanese Yen",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x8343091F2499FD4b6174A46D067A920a3b851FF9",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "JPY"
- },
- "JKRW-PLG20": {
- "coin": "JKRW-PLG20",
- "type": "Matic",
- "name": "Jarvis South Korean Won",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "KRW",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis South Korean Won",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xa22f6bc96f13bcC84dF36109c973d3c0505a067E",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "KRW"
- },
- "JMXN-PLG20": {
- "coin": "JMXN-PLG20",
- "type": "Matic",
- "name": "Jarvis Mexican Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "MXN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Mexican Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xBD1fe73e1f12bD2bc237De9b626F056f21f86427",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "MXN"
- },
- "JNZD-PLG20": {
- "coin": "JNZD-PLG20",
- "type": "Matic",
- "name": "Jarvis New Zealand Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis New Zealand Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x6b526Daf03B4C47AF2bcc5860B12151823Ff70E0",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "NZD"
- },
- "JPHP-PLG20": {
- "coin": "JPHP-PLG20",
- "type": "Matic",
- "name": "Jarvis Philippine Peso",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PHP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Philippine Peso",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x486880FB16408b47f928F472f57beC55AC6089d1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PHP"
- },
- "JPLN-PLG20": {
- "coin": "JPLN-PLG20",
- "type": "Matic",
- "name": "Jarvis Polish Zloty",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "PLN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Polish Zloty",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x08E6d1F0c4877Ef2993Ad733Fc6F1D022d0E9DBf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "PLN"
- },
- "JPYC-AVX20": {
- "coin": "JPYC-AVX20",
- "type": "AVX-20",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "decimals": 18,
- "avg_blocktime": 2.4,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JPYC-PLG20": {
- "coin": "JPYC-PLG20",
- "type": "Matic",
- "name": "JPY Coin",
- "coinpaprika_id": "jpyc-jpy-coin-v2",
- "coingecko_id": "jpy-coin",
- "livecoinwatch_id": "JPYC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JPY Coin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x431D5dfF03120AFA4bDf332c61A6e1766eF37BDB",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-ERC20": {
- "coin": "JRT-ERC20",
- "type": "ERC-20",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x8A9C67fee641579dEbA04928c4BC45F66e26343A",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JRT-PLG20": {
- "coin": "JRT-PLG20",
- "type": "Matic",
- "name": "Jarvis Reward Token",
- "coinpaprika_id": "jrt-jarvis-reward-token",
- "coingecko_id": "jarvis-reward-token",
- "livecoinwatch_id": "JRT",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Reward Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x596eBE76e2DB4470966ea395B0d063aC6197A8C5",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "JSEK-PLG20": {
- "coin": "JSEK-PLG20",
- "type": "Matic",
- "name": "Jarvis Swedish Krona",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SEK",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Swedish Krona",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x197E5d6CcfF265AC3E303a34Db360ee1429f5d1A",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SEK"
- },
- "JSGD-PLG20": {
- "coin": "JSGD-PLG20",
- "type": "Matic",
- "name": "Jarvis Singapore Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "SGD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Singapore Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xa926db7a4CC0cb1736D5ac60495ca8Eb7214B503",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "SGD"
- },
- "JTRY-PLG20": {
- "coin": "JTRY-PLG20",
- "type": "Matic",
- "name": "Jarvis Turkish Lira",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRY",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis Turkish Lira",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x2A227fc77Bb2cf8f1881a04eCC8fA01EC57EC9fc",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "TRY"
- },
- "JUSD-PLG20": {
- "coin": "JUSD-PLG20",
- "type": "Matic",
- "name": "Jarvis United States Dollar",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Jarvis United States Dollar",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc948EE9a0687C292ac4d8C1e2557aD652D6baf44",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/",
- "forex_id": "USD"
- },
- "JST-BEP20": {
- "coin": "JST-BEP20",
- "type": "BEP-20",
- "name": "JUST",
- "coinpaprika_id": "jst-just",
- "coingecko_id": "just",
- "livecoinwatch_id": "JST",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "JUST",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xeA998D307ACA04D4f0A3B3036Aba84AE2E409C0A",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KCN": {
- "coin": "KCN",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-segwit": {
- "coin": "KCN-segwit",
- "type": "UTXO",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://kcnxp.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "sign_message_prefix": "Kylacoin Signed Message:\n",
- "fname": "Kylacoin",
- "rpcport": 5110,
- "pubtype": 28,
- "p2shtype": 26,
- "wiftype": 65,
- "segwit": true,
- "bech32_hrp": "kc",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "KCN",
- "txfee": 1000,
- "decimals": 12,
- "mm2": 1,
- "required_confirmations": 10,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/0'",
- "trezor_coin": "Kylacoin",
- "links": {
- "github": "https://github.com/kylacoin/kylacoin",
- "homepage": "https://kylacoin.com"
- },
- "electrum": [
- {
- "url": "electrum1.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum2.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum3.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum4.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- },
- {
- "url": "electrum5.kcnxp.com:51004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "jaybitron@gmail.com"
- },
- {
- "discord": "jaybitron"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "KCN-BEP20": {
- "coin": "KCN-BEP20",
- "type": "BEP-20",
- "name": "Kylacoin",
- "coinpaprika_id": "kcn-kylacoin",
- "coingecko_id": "kylacoin",
- "livecoinwatch_id": "KCN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Kylacoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 12,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x848B991fb420Cd59C8296143c8153477393ddcab",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "KMD": {
- "coin": "KMD",
- "type": "Smart Chain",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://kmdexplorer.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "fname": "Komodo",
- "rpcport": 7771,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "links": {
- "github": "https://github.com/komodoplatform/komodo",
- "homepage": "https://komodoplatform.com"
- },
- "electrum": [
- {
- "url": "kmd.electrum1.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum2.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "kmd.electrum3.cipig.net:30001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "is_claimable": true,
- "minimal_claim_amount": "10"
- },
- "KMD-BEP20": {
- "coin": "KMD-BEP20",
- "type": "BEP-20",
- "name": "Komodo",
- "coinpaprika_id": "kmd-komodo",
- "coingecko_id": "komodo",
- "livecoinwatch_id": "KMD",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Komodo",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256"
- }
- },
- "derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0x2003f7ba57Ea956B05B85C60B4B2Ceea9b111256",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"KNC-BEP20": {
@@ -20088,7 +15283,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -20110,10 +15305,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -20155,24 +15346,9 @@
},
"contract_address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -20214,14 +15390,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1C954E8fe737F99f68Fa1CCda3e51ebDB291948C",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -20281,87 +15449,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "KOIN": {
- "coin": "KOIN",
- "type": "Smart Chain",
- "name": "Koinon",
- "coinpaprika_id": "koin-koinon",
- "coingecko_id": "koinon",
- "livecoinwatch_id": "",
- "explorer_url": "https://block.koinon.cloud/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "KOIN",
- "fname": "Koinon",
- "is_privacy_coin": true,
- "rpcport": 10702,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": true,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "koin.electrum1.cipig.net:30024",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "koin.electrum2.cipig.net:30024",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
},
{
- "url": "koin.electrum3.cipig.net:30024",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -20386,7 +15480,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -20414,10 +15508,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -20465,11 +15555,6 @@
"url": "lbc.electrum2.cipig.net:30067",
"disable_cert_verification": false,
"protocol": "WSS"
- },
- {
- "url": "lbc.electrum3.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -20520,11 +15605,108 @@
"url": "lbc.electrum2.cipig.net:30067",
"disable_cert_verification": false,
"protocol": "WSS"
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "LC2": {
+ "coin": "LC2",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
{
- "url": "lbc.electrum3.cipig.net:30067",
- "disable_cert_verification": false,
- "protocol": "WSS"
+ "url": "electrum01.lc2.online:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "LC2-segwit": {
+ "coin": "LC2-segwit",
+ "type": "UTXO",
+ "name": "LitecoinII",
+ "coinpaprika_id": "lc2-litecoinii",
+ "coingecko_id": "",
+ "livecoinwatch_id": "LC2",
+ "explorer_url": "https://mempool.litecoinii.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "LitecoinII Signed Message:\n",
+ "fname": "LitecoinII",
+ "rpcport": 9222,
+ "pubtype": 48,
+ "p2shtype": 50,
+ "wiftype": 176,
+ "txfee": 1000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "lc2",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "LC2",
+ "mm2": 1,
+ "required_confirmations": 3,
+ "avg_blocktime": 150,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/2102'",
+ "links": {
+ "github": "https://github.com/litecoinII-project/litecoinII",
+ "homepage": "https://litecoinii.org"
+ },
+ "electrum": [
+ {
+ "url": "electrum01.lc2.online:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "1480198007939923999"
+ }
+ ]
}
],
"explorer_block_url": "block/"
@@ -20565,11 +15747,11 @@
"derivation_path": "m/44'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50003",
+ "url": "electrumx.litecoincash.com.br:50003",
"protocol": "WSS",
"contact": [
{
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -20625,11 +15807,11 @@
"derivation_path": "m/84'/192'",
"electrum": [
{
- "url": "electrum-lcc.cascoin.net:50003",
+ "url": "electrumx.litecoincash.com.br:50003",
"protocol": "WSS",
"contact": [
{
- "discord": "635448663543644170"
+ "discord": "808803920818208801"
}
]
},
@@ -20871,7 +16053,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -20899,10 +16081,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -20940,24 +16118,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -20999,14 +16162,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3C7d422809852031b44ab29EEC9F1EfF2A58756",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -21067,24 +16222,9 @@
},
"contract_address": "0x2AF5D2aD76741191D15Dfe7bF6aC92d4Bd912Ca3",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -21096,60 +16236,6 @@
],
"explorer_block_url": "block/"
},
- "LEO-PLG20": {
- "coin": "LEO-PLG20",
- "type": "Matic",
- "name": "LEO Token",
- "coinpaprika_id": "leo-leo-token",
- "coingecko_id": "leo-token",
- "livecoinwatch_id": "LEO",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "LEO Token",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x06D02e9D62A13fC76BB229373FB3BBBD1101D2fC",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"LINK-ERC20": {
"coin": "LINK-ERC20",
"type": "ERC-20",
@@ -21181,24 +16267,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x514910771AF9Ca656af840dff83E8264EcF986CA",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -21245,13 +16316,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -21275,7 +16346,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21297,10 +16368,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21336,14 +16403,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x53E0bca35eC356BD5ddDFebbD1Fc0fD03FaBad39",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -21388,7 +16447,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21413,10 +16472,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21442,7 +16497,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21464,10 +16519,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21510,24 +16561,9 @@
},
"contract_address": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -21559,7 +16595,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21587,69 +16623,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "LRC-PLG20": {
- "coin": "LRC-PLG20",
- "type": "Matic",
- "name": "Loopring",
- "coinpaprika_id": "lrc-loopring",
- "coingecko_id": "loopring",
- "livecoinwatch_id": "LRC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Loopring",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x84e1670F61347CDaeD56dcc736FB990fBB47ddC1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"LEASH-ERC20": {
"coin": "LEASH-ERC20",
"type": "ERC-20",
@@ -21681,24 +16659,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x27C70Cd1946795B66be9d954418546998b546634",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -21747,24 +16710,9 @@
},
"contract_address": "0x42476F744292107e34519F9c357927074Ea3F75D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -21796,7 +16744,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21824,10 +16772,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -21868,24 +16812,9 @@
},
"contract_address": "0x58b6A8A3302369DAEc383334672404Ee733aB239",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -21959,7 +16888,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -21981,10 +16910,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22052,18 +16977,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:30063",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -22135,18 +17048,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ltc.electrum3.cipig.net:30063",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -22244,24 +17145,9 @@
},
"contract_address": "0x0F5D2fB29fb7d3CFeE444a200298f468908cC942",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -22293,7 +17179,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22315,10 +17201,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22354,14 +17236,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xA1c57f48F0Deb89f569dFbE6E2B7f46D33606fD4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -22406,7 +17280,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22428,10 +17302,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22469,24 +17339,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x69af81e73A73B40adF4f3d4223Cd9b1ECE623074",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -22528,14 +17383,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2B9E7ccDF0F4e5B24757c1E1a80e311E34Cb10c7",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -22579,9 +17426,6 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "swap_gas_fee_policy": "Medium",
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
@@ -22590,14 +17434,20 @@
"chain_id": 137
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
},
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
{
"url": "https://polygon-bor-rpc.publicnode.com",
"ws_url": "wss://polygon-bor-rpc.publicnode.com"
@@ -22633,7 +17483,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -22661,10 +17511,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -22707,24 +17553,9 @@
},
"contract_address": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -22737,118 +17568,6 @@
"explorer_block_url": "block/",
"binance_id": "MATIC"
},
- "MC-ERC20": {
- "coin": "MC-ERC20",
- "type": "ERC-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 18,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "MC-BEP20": {
- "coin": "MC-BEP20",
- "type": "BEP-20",
- "name": "Merit Circle",
- "coinpaprika_id": "mc-merit-circle",
- "coingecko_id": "merit-circle",
- "livecoinwatch_id": "_MC",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Merit Circle",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"MCL": {
"coin": "MCL",
"type": "Smart Chain",
@@ -22876,7 +17595,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 5,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -22907,18 +17625,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "mcl.electrum3.cipig.net:30023",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -22950,7 +17656,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -22984,18 +17689,48 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MDX-GRC20": {
+ "coin": "MDX-GRC20",
+ "type": "GRC-20",
+ "name": "Mandala",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
+ "livecoinwatch_id": "MDX",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Mandala",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xcF53f0Efe6967259E582335502D3E17Fe8720FB8",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "mdx.electrum3.cipig.net:30005",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -23004,8 +17739,8 @@
"coin": "MDX-ERC20",
"type": "ERC-20",
"name": "Mandala",
- "coinpaprika_id": "",
- "coingecko_id": "",
+ "coinpaprika_id": "mdx-mandala-exchange-token",
+ "coingecko_id": "mandala-exchange-token",
"livecoinwatch_id": "MDX",
"explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
@@ -23032,24 +17767,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x947AEb02304391f8fbE5B25D7D98D649b57b1788",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -23097,24 +17817,9 @@
},
"contract_address": "0xB26631c6dda06aD89B93C71400D25692de89c068",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -23146,7 +17851,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23168,10 +17873,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23209,24 +17910,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x09a3EcAFa817268f77BE1283176B946C4ff2E608",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -23258,7 +17944,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23280,10 +17966,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23324,13 +18006,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -23354,7 +18036,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23376,10 +18058,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -23422,24 +18100,9 @@
},
"contract_address": "0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -23481,14 +18144,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f7C932e7684666C9fd1d44527765433e01fF61d",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -23548,24 +18203,9 @@
},
"contract_address": "0x6B4c7A5e3f0B99FCD83e9c089BDDD6c7FCe5c611",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -23612,13 +18252,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -23643,7 +18283,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -23665,65 +18305,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "MM-MVR20": {
- "coin": "MM-MVR20",
- "type": "Moonriver",
- "name": "Million",
- "coinpaprika_id": "mm-million",
- "coingecko_id": "million",
- "livecoinwatch_id": "_MM",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Million",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x95bf7E307BC1ab0BA38ae10fc27084bC36FcD605",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"MM-PLG20": {
"coin": "MM-PLG20",
"type": "Matic",
@@ -23778,6 +18364,100 @@
],
"explorer_block_url": "block/"
},
+ "MONA": {
+ "coin": "MONA",
+ "type": "UTXO",
+ "name": "MonaCoin",
+ "coinpaprika_id": "mona-monacoin",
+ "coingecko_id": "monacoin",
+ "livecoinwatch_id": "MONA",
+ "explorer_url": "https://blockbook.electrum-mona.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Monacoin Signed Message:\n",
+ "fname": "MonaCoin",
+ "rpcport": 9402,
+ "pubtype": 50,
+ "p2shtype": 5,
+ "wiftype": 176,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mona",
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 90,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/22'",
+ "trezor_coin": "Monacoin",
+ "links": {
+ "github": "https://github.com/monacoinproject/monacoin",
+ "homepage": "https://monacoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MONA-segwit": {
+ "coin": "MONA-segwit",
+ "type": "UTXO",
+ "name": "MonaCoin",
+ "coinpaprika_id": "mona-monacoin",
+ "coingecko_id": "monacoin",
+ "livecoinwatch_id": "MONA",
+ "explorer_url": "https://blockbook.electrum-mona.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Monacoin Signed Message:\n",
+ "fname": "MonaCoin",
+ "rpcport": 9402,
+ "pubtype": 50,
+ "p2shtype": 5,
+ "wiftype": 176,
+ "txfee": 100000,
+ "dust": 100000,
+ "segwit": true,
+ "bech32_hrp": "mona",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "MONA",
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 90,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/22'",
+ "trezor_coin": "Monacoin",
+ "links": {
+ "github": "https://github.com/monacoinproject/monacoin",
+ "homepage": "https://monacoin.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx1.monacoin.ninja:50004",
+ "protocol": "WSS"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"MOR-ERC20": {
"coin": "MOR-ERC20",
"type": "ERC-20",
@@ -23810,24 +18490,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xcBB8f1BDA10b9696c57E13BC128Fe674769DCEc0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -23881,6 +18546,97 @@
],
"explorer_block_url": "block/"
},
+ "MORPHO-ERC20": {
+ "coin": "MORPHO-ERC20",
+ "type": "ERC-20",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://morpho.org"
+ },
+ "contract_address": "0x58D97B57BB95320F9a05dC918Aef65434969c2B2",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "MORPHO-BASE": {
+ "coin": "MORPHO-BASE",
+ "type": "Base",
+ "name": "Morpho",
+ "coinpaprika_id": "morpho-morpho",
+ "coingecko_id": "morpho",
+ "livecoinwatch_id": "_MORPHO",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Morpho",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xBAa5CC21fd487B8Fcc2F632f3F4E8D37262a0842",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"MOVR": {
"coin": "MOVR",
"type": "Moonriver",
@@ -23895,7 +18651,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonriver",
"rpcport": 80,
"mm2": 1,
@@ -23908,12 +18664,11 @@
"chain_id": 1285
}
},
- "derivation_path": "m/44'/60'",
"trezor_coin": "Moonriver",
"links": {
"homepage": "https://moonbeam.network/networks/moonriver/"
},
- "use_access_list": true,
+ "derivation_path": "m/44'/60'",
"max_eth_tx_type": 2,
"swap_gas_fee_policy": "Medium",
"gas_limit": {
@@ -23929,12 +18684,8 @@
"ws_url": "wss://moonriver-rpc.publicnode.com"
},
{
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://moonriver.api.onfinality.io/public",
+ "ws_url": "wss://moonriver.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -23954,12 +18705,11 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": false,
+ "wallet_only": true,
"fname": "Moonbeam",
"rpcport": 80,
"mm2": 1,
"chain_id": 1284,
- "use_access_list": true,
"max_eth_tx_type": 2,
"required_confirmations": 3,
"avg_blocktime": 15,
@@ -23978,12 +18728,12 @@
"fallback_swap_contract": "0x6d9ce4BD298DE38bAfEFD15f5C6f5c95313B1d94",
"nodes": [
{
- "url": "https://moonbeam.drpc.org",
- "ws_url": "wss://moonbeam.drpc.org"
+ "url": "https://moonbeam-rpc.publicnode.com",
+ "ws_url": "wss://moonbeam-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonbeam.network",
- "ws_url": "wss://wss.api.moonbeam.network"
+ "url": "https://moonbeam.api.onfinality.io/public",
+ "ws_url": "wss://moonbeam.api.onfinality.io/public-ws"
}
],
"explorer_block_url": "block/",
@@ -24054,7 +18804,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24076,10 +18826,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24104,7 +18850,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24132,10 +18878,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24234,7 +18976,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24256,10 +18998,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24301,24 +19039,9 @@
},
"contract_address": "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -24360,14 +19083,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x41b3966B4FF7b427969ddf5da3627d6AEAE9a48E",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -24490,7 +19205,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24518,10 +19233,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -24591,133 +19302,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-ERC20": {
- "coin": "NZDS-ERC20",
- "type": "ERC-20",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "decimals": 6,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDa446fAd08277B4D2591536F204E018f32B6831c",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "NZDS-PLG20": {
- "coin": "NZDS-PLG20",
- "type": "Matic",
- "name": "NZD Stablecoin",
- "coinpaprika_id": "",
- "coingecko_id": "nzd-stablecoin",
- "livecoinwatch_id": "NZD",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "NZD Stablecoin",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xeaFE31Cd9e8E01C8f0073A2C974f728Fb80e9DcE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -24791,7 +19375,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -24813,184 +19397,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "OCEAN-BEP20": {
- "coin": "OCEAN-BEP20",
- "type": "BEP-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xDCe07662CA8EbC241316a15B611c89711414Dd1a",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "OCEAN-ERC20": {
- "coin": "OCEAN-ERC20",
- "type": "ERC-20",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Ocean Token",
- "links": {
- "github": "https://github.com/oceanprotocol",
- "homepage": "https://oceanprotocol.com"
- },
- "contract_address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "OCEAN-PLG20": {
- "coin": "OCEAN-PLG20",
- "type": "Matic",
- "name": "Ocean Protocol",
- "coinpaprika_id": "ocean-ocean-protocol",
- "coingecko_id": "ocean-protocol",
- "livecoinwatch_id": "OCEAN",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Ocean Protocol",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x282d8efCe846A88B159800bd4130ad77443Fa1A1",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"OM-ERC20": {
"coin": "OM-ERC20",
"type": "ERC-20",
@@ -25023,24 +19434,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3593D125a4f7849a1B059E64F4517A86Dd60c95d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -25072,7 +19468,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25100,10 +19496,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25139,14 +19531,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xC3Ec80343D2bae2F8E680FDADDe7C17E71E114ea",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -25208,24 +19592,9 @@
},
"contract_address": "0xd26114cd6EE289AccF82350c8d8487fedB8A0C07",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -25237,14 +19606,14 @@
],
"explorer_block_url": "block/"
},
- "OMG-PLG20": {
- "coin": "OMG-PLG20",
- "type": "Matic",
- "name": "OMG Network",
- "coinpaprika_id": "omg-omg-network",
- "coingecko_id": "omisego",
- "livecoinwatch_id": "OMG",
- "explorer_url": "https://polygonscan.com/",
+ "ONDO-ERC20": {
+ "coin": "ONDO-ERC20",
+ "type": "ERC-20",
+ "name": "Ondo",
+ "coinpaprika_id": "ondo-ondo",
+ "coingecko_id": "ondo-finance",
+ "livecoinwatch_id": "ONDO",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -25252,86 +19621,40 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OMG Network",
+ "fname": "Ondo",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 1,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170"
+ "platform": "ETH",
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x62414D03084EeB269E18C970a21f45D2967F0170",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://ondo.finance"
+ },
+ "contract_address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
},
- "ONE": {
- "coin": "ONE",
- "type": "HRC-20",
- "name": "Harmony",
- "coinpaprika_id": "one-harmony",
- "coingecko_id": "harmony",
- "livecoinwatch_id": "ONE",
- "explorer_url": "https://explorer.harmony.one/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Harmony",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1666600000,
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ETH",
- "protocol_data": {
- "chain_id": 1666600000
- }
- },
- "derivation_path": "m/44'/60'",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://harmony-0.drpc.org",
- "ws_url": "wss://harmony-0.drpc.org"
- }
- ],
- "explorer_block_url": "block/",
- "binance_id": "ONE"
- },
"ONT-BEP20": {
"coin": "ONT-BEP20",
"type": "BEP-20",
@@ -25351,7 +19674,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25379,184 +19702,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "PAX-ERC20": {
- "coin": "PAX-ERC20",
- "type": "ERC-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "Paxos Standard (PAX)",
- "links": {
- "github": "https://github.com/paxosglobal",
- "homepage": "https://www.paxos.com/standard"
- },
- "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "PAX-BEP20": {
- "coin": "PAX-BEP20",
- "type": "BEP-20",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xb7F8Cd00C5A06c0537E2aBfF0b58033d02e5E094",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "PAX-PLG20": {
- "coin": "PAX-PLG20",
- "type": "Matic",
- "name": "Paxos Standard",
- "coinpaprika_id": "pax-paxos-standard-token",
- "coingecko_id": "paxos-standard",
- "livecoinwatch_id": "USDP",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Paxos Standard",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6F3B3286fd86d8b47EC737CEB3D0D354cc657B3e",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"PAXG-ERC20": {
"coin": "PAXG-ERC20",
"type": "ERC-20",
@@ -25594,24 +19744,9 @@
},
"contract_address": "0x45804880De22913dAFE09f4980848ECE6EcbAf78",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -25653,14 +19788,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x553d3D295e0f695B9228246232eDF400ed3560B5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -25685,62 +19812,6 @@
],
"explorer_block_url": "block/"
},
- "FLOP": {
- "coin": "FLOP",
- "type": "UTXO",
- "name": "Flopcoin",
- "coinpaprika_id": "flop-flopcoin",
- "coingecko_id": "",
- "livecoinwatch_id": "FLOP",
- "explorer_url": "https://explorer.flopcoin.net/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Flopcoin Signed Message:\n",
- "fname": "Flopcoin",
- "rpcport": 32552,
- "pubtype": 35,
- "p2shtype": 22,
- "wiftype": 158,
- "segwit": false,
- "txfee": 1000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/3'",
- "links": {
- "github": "https://github.com/Flopcoin/Flopcoin",
- "homepage": "https://flopcoin.net"
- },
- "electrum": [
- {
- "url": "electrumx1.flopcoin.net:10003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
- },
- {
- "url": "electrumx2.flopcoin.net:10003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "technovision"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"PEP": {
"coin": "PEP",
"type": "UTXO",
@@ -25778,23 +19849,20 @@
},
"electrum": [
{
- "url": "electrum.pepeblocks.com:50004",
+ "url": "electrum.pepe.tips:50004",
"protocol": "WSS",
"contact": [
{
- "discord": "realmasterkush"
+ "discord": "squidicuz"
}
]
},
{
- "url": "pep.electrum3.cipig.net:30076",
+ "url": "electrum.pepeblocks.com:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
+ "discord": "realmasterkush"
}
]
}
@@ -25875,24 +19943,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x808507121B80c02388fAd14726482e061B8da827",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -25924,7 +19977,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -25946,10 +19999,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -25990,24 +20039,9 @@
},
"contract_address": "0x6982508145454Ce325dDbE47a25d4ec3d2311933",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -26039,7 +20073,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26064,10 +20098,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26118,6 +20148,60 @@
],
"explorer_block_url": "block/"
},
+ "PGX-PLG20": {
+ "coin": "PGX-PLG20",
+ "type": "Matic",
+ "name": "Pegaxy Stone",
+ "coinpaprika_id": "",
+ "coingecko_id": "pegaxy-stone",
+ "livecoinwatch_id": "PGX",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pegaxy Stone",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xc1c93D475dc82Fe72DBC7074d55f5a734F8cEEAE",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"PIVX": {
"coin": "PIVX",
"type": "UTXO",
@@ -26301,24 +20385,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x390603F023A33C76e3A4bf7B6Cc9Fba5E87dd05D",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -26360,14 +20429,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xd7c8469c7eC40f853dA5f651DE81b45aeD47e5aB",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -26428,24 +20489,9 @@
},
"contract_address": "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -26457,60 +20503,6 @@
],
"explorer_block_url": "block/"
},
- "POWR-PLG20": {
- "coin": "POWR-PLG20",
- "type": "Matic",
- "name": "Power Ledger",
- "coinpaprika_id": "powr-power-ledger",
- "coingecko_id": "power-ledger",
- "livecoinwatch_id": "POWR",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Power Ledger",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x0AaB8DC887D34f00D50E19aee48371a941390d14",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"PPC": {
"coin": "PPC",
"type": "UTXO",
@@ -26552,11 +20544,6 @@
"homepage": "https://peercoin.net"
},
"electrum": [
- {
- "url": "allingas.peercoinexplorer.net:50004",
- "protocol": "WSS",
- "disable_cert_verification": false
- },
{
"url": "electrum.peercoinexplorer.net:50004",
"protocol": "WSS",
@@ -26597,24 +20584,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x044d078F1c86508e13328842Cc75AC021B272958",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -26699,7 +20671,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -26721,10 +20693,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -26762,24 +20730,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xdFC3829b127761a3218bFceE7fc92e1232c9D116",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -26877,24 +20830,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -26936,14 +20874,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 120000,
- "erc20_receiver_spend": 90000,
- "erc20_sender_refund": 90000
- },
"contract_address": "0x430EF9263E76DAE63c84292C3409D61c598E9682",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -26987,7 +20917,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27009,10 +20939,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27053,24 +20979,9 @@
},
"contract_address": "0x95aD61b0a150d79219dCF64E1E6Cc01f0B64C4cE",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -27112,14 +21023,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x6f8a06447Ff6FcF75d803135a7de15CE88C1d4ec",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -27151,7 +21054,7 @@
"coinpaprika_id": "shic-shibacoin",
"coingecko_id": "shibacoin",
"livecoinwatch_id": "SHIC",
- "explorer_url": "https://shibaexplorer.com/",
+ "explorer_url": "https://explorer.shibacoinshic.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -27182,7 +21085,7 @@
},
"electrum": [
{
- "url": "electrum.shibaexplorer.com:50002",
+ "url": "electrum.shibacoinshic.org:50002",
"protocol": "WSS",
"contact": [
{
@@ -27198,7 +21101,7 @@
"type": "UTXO",
"name": "TrumPow",
"coinpaprika_id": "trmp-trumpow",
- "coingecko_id": "",
+ "coingecko_id": "trumpow",
"livecoinwatch_id": "_TRMP",
"explorer_url": "https://explorer.trumpow.meme/",
"explorer_tx_url": "tx/",
@@ -27323,98 +21226,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "QIAIR-QRC20": {
- "coin": "QIAIR-QRC20",
- "type": "QRC-20",
- "name": "Qi Airdrop Token",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Qi Airdrop Token",
- "rpcport": 3889,
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "dust": 72800,
- "mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728"
- }
- },
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x60f33e17d8d2dba280cf85b6c35880dedd8ed728",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -27483,18 +21294,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -27518,7 +21317,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -27546,10 +21345,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -27590,24 +21385,9 @@
},
"contract_address": "0xEA26c4aC16D4a5A106820BC8AEE85fd0b7b2b664",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -27656,24 +21436,9 @@
},
"contract_address": "0x4a220E6096B25EADb88358cb44068A3248254675",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -27685,60 +21450,6 @@
],
"explorer_block_url": "block/"
},
- "QRC20": {
- "coin": "QRC20",
- "type": "QRC-20",
- "name": "QRC20",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://testnet.qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "QRC20",
- "pubtype": 120,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "txfee": 400000,
- "mm2": 1,
- "mature_confirmations": 2000,
- "required_confirmations": 1,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "tQTUM",
- "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44"
- },
- "derivation_path": "m/44'/1'"
- },
- "contract_address": "0xd362e096e873eb7907e205fadc6175c6fec7bc44",
- "parent_coin": "tQTUM",
- "swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:30071",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"QTUM": {
"coin": "QTUM",
"type": "QRC-20",
@@ -27804,18 +21515,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
@@ -27857,24 +21556,9 @@
},
"contract_address": "0x3103dF8F05c4D8aF16fD22AE63E406b97FeC6938",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -27887,57 +21571,6 @@
"explorer_block_url": "block/",
"binance_id": "QTUM"
},
- "tQTUM": {
- "coin": "tQTUM",
- "type": "QRC-20",
- "name": "QTUM Testnet",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://testnet.qtum.info/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Qtum Signed Message:\n",
- "fname": "QTUM Testnet",
- "rpcport": 13889,
- "pubtype": 120,
- "p2shtype": 110,
- "wiftype": 239,
- "segwit": true,
- "bech32_hrp": "tq",
- "txfee": 400000,
- "mm2": 1,
- "required_confirmations": 1,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "protocol": {
- "type": "QTUM",
- "chain_variant": "QTUM"
- },
- "derivation_path": "m/44'/1'",
- "swap_contract_address": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "fallback_swap_contract": "0xba8b71f3544b93e2f681f996da519a98ace0107a",
- "electrum": [
- {
- "url": "tqtum.electrum3.cipig.net:30071",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"RAPH": {
"coin": "RAPH",
"type": "Smart Chain",
@@ -27965,7 +21598,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 4,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -27996,18 +21628,48 @@
"discord": "cipi#4502"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RAPH-GRC20": {
+ "coin": "RAPH-GRC20",
+ "type": "GRC-20",
+ "name": "Raphael",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://evm-explorer.gleec.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Raphael",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 11169,
+ "decimals": 18,
+ "required_confirmations": 3,
+ "avg_blocktime": 2.6,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "GLEEC",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x37C66A3855e23F80fA8073937B486d9f99619D3c",
+ "parent_coin": "GLEEC",
+ "swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
+ "nodes": [
{
- "url": "raph.electrum3.cipig.net:30004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://evm-rpc.gleec.com",
+ "ws_url": "wss://evm-ws.gleec.com"
}
],
"explorer_block_url": "block/"
@@ -28104,24 +21766,9 @@
},
"contract_address": "0x408e41876cCCDC0F92210600ef50372656052a38",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -28168,24 +21815,9 @@
},
"contract_address": "0x221657776846890989a759BA2973e427DfF5C9bB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -28229,24 +21861,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8f8221aFbB33998d8584A2B05749bA73c37a938a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -28288,14 +21905,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xB25e20De2F2eBb4CfFD4D16a55C7B395e8a94762",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -28385,18 +21994,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "ric.electrum3.cipig.net:30074",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block.dws?"
@@ -28470,30 +22067,95 @@
"discord": "cipi#4502"
}
]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "RIN": {
+ "coin": "RIN",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
+ {
+ "url": "peer1.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "ric.electrum3.cipig.net:30074",
+ "url": "peer2.rincoin.tech:50004",
"protocol": "WSS",
"contact": [
{
- "email": "cipi@komodoplatform.com"
+ "email": "takologi@proton.me"
},
{
- "discord": "cipi#4502"
+ "discord": "tk.lg"
+ }
+ ]
+ },
+ {
+ "url": "peer3.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
}
]
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "RIC-BEP20": {
- "coin": "RIC-BEP20",
- "type": "BEP-20",
- "name": "Riecoin",
- "coinpaprika_id": "ric-riecoin",
- "coingecko_id": "riecoin",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
+ "RIN-segwit": {
+ "coin": "RIN-segwit",
+ "type": "UTXO",
+ "name": "Rincoin",
+ "coinpaprika_id": "rin-rincoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_RIN",
+ "explorer_url": "https://explorer.rincoin.tech/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -28501,40 +22163,70 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Riecoin",
- "rpcport": 80,
+ "sign_message_prefix": "rincoin Signed Message:\n",
+ "fname": "Rincoin",
+ "is_privacy_coin": true,
+ "rpcport": 9556,
+ "pubtype": 60,
+ "p2shtype": 122,
+ "wiftype": 188,
+ "txfee": 10000,
+ "dust": 5460,
+ "segwit": true,
+ "bech32_hrp": "rin",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "RIN",
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 2,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc2097531d6Cd4A712AE08f398283a92631DC39F9",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
+ "derivation_path": "m/84'/9555'",
+ "links": {
+ "github": "https://github.com/Rin-coin/rincoin",
+ "homepage": "https://rincoin.tech"
+ },
+ "electrum": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "peer1.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "peer2.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "peer3.rincoin.tech:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "takologi@proton.me"
+ },
+ {
+ "discord": "tk.lg"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"DOC": {
@@ -28544,7 +22236,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://doc.komodo.earth/",
+ "explorer_url": "https://doc.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -28564,7 +22256,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -28595,18 +22286,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "doc.electrum3.cipig.net:30020",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -28618,7 +22297,7 @@
"coinpaprika_id": "",
"coingecko_id": "",
"livecoinwatch_id": "",
- "explorer_url": "https://marty.komodo.earth/",
+ "explorer_url": "https://marty.explorer.dexstats.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -28638,7 +22317,6 @@
"overwintered": 1,
"mm2": 1,
"required_confirmations": 1,
- "requires_notarization": false,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO"
@@ -28669,18 +22347,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "marty.electrum3.cipig.net:30021",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -28721,24 +22387,9 @@
},
"contract_address": "0x607F4C5BB672230e8672085532f7e901544a7375",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -28750,60 +22401,6 @@
],
"explorer_block_url": "block/"
},
- "RLC-PLG20": {
- "coin": "RLC-PLG20",
- "type": "Matic",
- "name": "iExec RLC",
- "coinpaprika_id": "rlc-iexec-rlc",
- "coingecko_id": "iexec-rlc",
- "livecoinwatch_id": "RLC",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "iExec RLC",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 9,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"RNDR-ERC20": {
"coin": "RNDR-ERC20",
"type": "ERC-20",
@@ -28836,24 +22433,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x6De037ef9aD2725EB40118Bb1702EBb27e4Aeb24",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -28895,14 +22477,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x61299774020dA444Af134c82fa83E3810b309991",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -28959,24 +22533,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -28988,6 +22547,90 @@
],
"explorer_block_url": "block/"
},
+ "RSR-ARB20": {
+ "coin": "RSR-ARB20",
+ "type": "Arbitrum",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "RSR-BASE": {
+ "coin": "RSR-BASE",
+ "type": "Base",
+ "name": "Reserve Rights",
+ "coinpaprika_id": "rsr-reserve-rights",
+ "coingecko_id": "reserve-rights-token",
+ "livecoinwatch_id": "RSR",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Reserve Rights",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"RSR-ERC20": {
"coin": "RSR-ERC20",
"type": "ERC-20",
@@ -29025,24 +22668,9 @@
},
"contract_address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -29120,7 +22748,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29142,10 +22770,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29175,7 +22799,7 @@
"segwit": true,
"txfee": 1000000,
"mm2": 1,
- "required_confirmations": 3,
+ "required_confirmations": 4,
"avg_blocktime": 60,
"protocol": {
"type": "UTXO",
@@ -29211,23 +22835,59 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "rvn.electrum3.cipig.net:30051",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/",
"binance_id": "RVN"
},
+ "RXD": {
+ "coin": "RXD",
+ "type": "UTXO",
+ "name": "Radiant",
+ "coinpaprika_id": "rxd-radiant",
+ "coingecko_id": "radiant",
+ "livecoinwatch_id": "RXD",
+ "explorer_url": "https://explorer.radiantblockchain.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "Radiant",
+ "rpcport": 7332,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "txfee": 10000000,
+ "segwit": false,
+ "fork_id": "0x40",
+ "signature_version": "fork_id_rxd",
+ "mm2": 1,
+ "required_confirmations": 2,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/512'",
+ "links": {
+ "github": "https://github.com/Radiant-Core/Radiant-Core",
+ "homepage": "https://radiantblockchain.org"
+ },
+ "electrum": [
+ {
+ "url": "electrumx.radiant4people.com:50022",
+ "protocol": "WSS"
+ },
+ {
+ "url": "electrumx2.radiant4people.com:50022",
+ "protocol": "WSS"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"SAND-ERC20": {
"coin": "SAND-ERC20",
"type": "ERC-20",
@@ -29260,24 +22920,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3845badAde8e6dFF049820680d1F14bD3903a5d0",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -29309,7 +22954,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29331,10 +22976,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29370,14 +23011,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xBbba073C31bF03b8ACf7c28EF0738DeCF3695683",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -29422,7 +23055,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29450,10 +23083,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29479,7 +23108,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29507,13 +23136,58 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "SKY-ERC20": {
+ "coin": "SKY-ERC20",
+ "type": "ERC-20",
+ "name": "Sky",
+ "coinpaprika_id": "sky-sky",
+ "coingecko_id": "sky",
+ "livecoinwatch_id": "__________SKY",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Sky",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://sky.money"
+ },
+ "contract_address": "0x56072C95FAA701256059aa122697B133aDEd9279",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"SNX-AVX20": {
@@ -29551,13 +23225,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -29581,7 +23255,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29603,10 +23277,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29649,24 +23319,9 @@
},
"contract_address": "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -29708,14 +23363,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x50B728D8D964fd00C2d0AAD81718b71311feF68a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -29760,7 +23407,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -29782,10 +23429,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -29821,14 +23464,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x7DfF46370e9eA5f0Bad3C4E29711aD50062EA7A4",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -29884,24 +23519,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x446C9033E7516D820cc9a2ce2d0B7328b579406F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -29913,80 +23533,6 @@
],
"explorer_block_url": "block/"
},
- "SPACECOIN": {
- "coin": "SPACECOIN",
- "type": "Smart Chain",
- "name": "Spacecoin",
- "coinpaprika_id": "space-spacecoin7367",
- "coingecko_id": "",
- "livecoinwatch_id": "__________SPACE",
- "explorer_url": "https://explorer.spaceworks.co/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "SPACE",
- "fname": "Spacecoin",
- "is_privacy_coin": true,
- "rpcport": 35593,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "mm2": 1,
- "required_confirmations": 6,
- "requires_notarization": false,
- "avg_blocktime": 30,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "spacecoin.electrum1.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum2.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "spacecoin.electrum3.cipig.net:30011",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-ARB20": {
"coin": "SPACE-ARB20",
"type": "Arbitrum",
@@ -30029,52 +23575,6 @@
],
"explorer_block_url": "block/"
},
- "SPACE-AVX20_OLD": {
- "coin": "SPACE-AVX20_OLD",
- "type": "AVX-20",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x09211Dc67f9fe98Fb7bBB91Be0ef05f4a12FA2b2",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-AVX20": {
"coin": "SPACE-AVX20",
"type": "AVX-20",
@@ -30110,13 +23610,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -30140,7 +23640,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30162,77 +23662,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "SPACE-PLG20_OLD": {
- "coin": "SPACE-PLG20_OLD",
- "type": "Matic",
- "name": "Space Token (OLD)",
- "coinpaprika_id": "space-space-token",
- "coingecko_id": "space-token-bsc",
- "livecoinwatch_id": "__SPACE",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Space Token (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65"
- }
- },
- "derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xB53Ec4aCe420a62Cfb75aFdEba600D284777cd65",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"SPACE-PLG20": {
"coin": "SPACE-PLG20",
"type": "Matic",
@@ -30263,14 +23697,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1D1498166DDCEeE616a6d99868e1E0677300056f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -30327,24 +23753,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x476c5E26a75bd202a9683ffD34359C0CC15be0fF",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -30356,60 +23767,6 @@
],
"explorer_block_url": "block/"
},
- "SRM-PLG20": {
- "coin": "SRM-PLG20",
- "type": "Matic",
- "name": "Serum",
- "coinpaprika_id": "srm-serum",
- "coingecko_id": "serum",
- "livecoinwatch_id": "SRM",
- "explorer_url": "https://polygonscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Serum",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 137,
- "decimals": 6,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x6Bf2eb299E51Fc5DF30Dec81D9445dDe70e3F185",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
"SUI-BEP20": {
"coin": "SUI-BEP20",
"type": "BEP-20",
@@ -30455,10 +23812,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30499,13 +23852,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -30529,7 +23882,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30551,10 +23904,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30597,24 +23946,9 @@
},
"contract_address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -30626,56 +23960,6 @@
],
"explorer_block_url": "block/"
},
- "SUSHI-MVR20": {
- "coin": "SUSHI-MVR20",
- "type": "Moonriver",
- "name": "Sushi",
- "coinpaprika_id": "sushi-sushi",
- "coingecko_id": "sushi",
- "livecoinwatch_id": "SUSHI",
- "explorer_url": "https://moonriver.moonscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Sushi",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 18,
- "required_confirmations": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xf390830DF829cf22c53c8840554B98eafC5dCBc2",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
- },
- {
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
- }
- ],
- "explorer_block_url": "block/"
- },
"SUSHI-PLG20": {
"coin": "SUSHI-PLG20",
"type": "Matic",
@@ -30706,14 +23990,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x0b3F868E0BE5597D5DB7fEB59E1CADBb0fdDa50a",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -30757,7 +24033,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30779,10 +24055,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30807,7 +24079,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -30829,10 +24101,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -30870,24 +24138,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x8CE9137d39326AD0cD6491fb5CC0CbA0e089b6A9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -30931,24 +24184,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -30980,7 +24218,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31002,10 +24240,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31041,14 +24275,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xf8F9efC0db77d8881500bb06FF5D6ABc3070E695",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -31108,13 +24334,104 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-ERC20": {
+ "coin": "SYRUP-ERC20",
+ "type": "ERC-20",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://maple.finance"
+ },
+ "contract_address": "0x643C4E15d7d62Ad0aBeC4a9BD4b001aA3Ef52d66",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "SYRUP-BASE": {
+ "coin": "SYRUP-BASE",
+ "type": "Base",
+ "name": "Maple Finance",
+ "coinpaprika_id": "syrup-syrup-token",
+ "coingecko_id": "syrup",
+ "livecoinwatch_id": "SYRUP",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Maple Finance",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x688AEe022AA544f150678B8E5720b6b96a9E9a2F",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
}
],
"explorer_block_url": "block/"
@@ -31180,22 +24497,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:30064",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"SYS-segwit": {
"coin": "SYS-segwit",
@@ -31262,22 +24566,9 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "sys.electrum3.cipig.net:30064",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
- "explorer_block_url": "block.dws?",
- "binance_id": "SYS"
+ "explorer_block_url": "block.dws?"
},
"TAMA-ERC20": {
"coin": "TAMA-ERC20",
@@ -31311,24 +24602,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x12b6893cE26Ea6341919FE289212ef77e51688c8",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -31360,7 +24636,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31382,10 +24658,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -31471,10 +24743,6 @@
{
"url": "https://base-rpc.publicnode.com",
"ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -31511,24 +24779,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -31570,14 +24823,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -31602,104 +24847,6 @@
],
"explorer_block_url": "block/"
},
- "TESTBTC": {
- "coin": "TESTBTC",
- "type": "UTXO",
- "name": "Bitcoin Testnet",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://blockstream.info/testnet/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Bitcoin Signed Message:\n",
- "fname": "Bitcoin Testnet",
- "rpcport": 18332,
- "pubtype": 111,
- "p2shtype": 196,
- "wiftype": 239,
- "segwit": true,
- "bech32_hrp": "tb",
- "txfee": 0,
- "estimate_fee_mode": "ECONOMICAL",
- "mm2": 1,
- "required_confirmations": 0,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/1'",
- "electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:30068",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "TESTBTC-segwit": {
- "coin": "TESTBTC-segwit",
- "type": "UTXO",
- "name": "Bitcoin Testnet",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://blockstream.info/testnet/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Bitcoin Signed Message:\n",
- "fname": "Bitcoin Testnet",
- "rpcport": 18332,
- "pubtype": 111,
- "p2shtype": 196,
- "wiftype": 239,
- "segwit": true,
- "bech32_hrp": "tb",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "tBTC",
- "txfee": 0,
- "estimate_fee_mode": "ECONOMICAL",
- "mm2": 1,
- "required_confirmations": 0,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/1'",
- "electrum": [
- {
- "url": "testbtc.electrum3.cipig.net:30068",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
"TEL-ERC20": {
"coin": "TEL-ERC20",
"type": "ERC-20",
@@ -31732,24 +24879,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x467Bccd9d29f223BcE8043b84E8C8B282827790F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -31791,14 +24923,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xdF7837DE1F2Fa4631D716CF2502f8b230F1dcc32",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -31843,7 +24967,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 7,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -31871,23 +24995,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "THC-BEP20": {
- "coin": "THC-BEP20",
- "type": "BEP-20",
- "name": "HempCoin",
- "coinpaprika_id": "thc-hempcoin",
- "coingecko_id": "hempcoin-thc",
- "livecoinwatch_id": "THC",
- "explorer_url": "https://bscscan.com/",
+ "TKL": {
+ "coin": "TKL",
+ "type": "Smart Chain",
+ "name": "Tokel",
+ "coinpaprika_id": "tkl-tokel",
+ "coingecko_id": "tokel",
+ "livecoinwatch_id": "TKL",
+ "explorer_url": "https://explorer.tokel.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -31895,40 +25015,38 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HempCoin",
- "rpcport": 80,
+ "sign_message_prefix": "Komodo Signed Message:\n",
+ "asset": "TOKEL",
+ "fname": "Tokel",
+ "is_privacy_coin": true,
+ "rpcport": 29405,
+ "pubtype": 60,
+ "p2shtype": 85,
+ "wiftype": 188,
+ "txversion": 4,
+ "overwintered": 1,
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
"protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53"
- }
+ "type": "UTXO"
},
- "derivation_path": "m/44'/60'",
- "contract_address": "0xBD9a8CA934e673b874937761D7CFa7084ecBdd53",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
+ "derivation_path": "m/44'/141'",
+ "trezor_coin": "Komodo",
+ "electrum": [
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "1.eu.tokel.electrum.dexstats.info:9077",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "chmex@dexstats.info"
+ },
+ {
+ "discord": "chmex#0686"
+ }
+ ]
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"TON-ERC20": {
@@ -31963,24 +25081,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x582d872A1B094FC48F5DE31D3B73F2D9bE47def1",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -32012,7 +25115,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 9,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32034,10 +25137,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32087,56 +25186,6 @@
],
"explorer_block_url": "block.dws?"
},
- "TRX-BEP20_OLD": {
- "coin": "TRX-BEP20_OLD",
- "type": "BEP-20",
- "name": "TRON (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "TRX",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "TRON (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x85EAC5Ac2F758618dFa09bDbe0cf174e7d574D5B",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"TRX-BEP20": {
"coin": "TRX-BEP20",
"type": "BEP-20",
@@ -32156,7 +25205,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"decimals": 6,
"required_confirmations": 3,
"protocol": {
@@ -32185,14 +25234,11 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "TRX"
},
"TRYB-AVX20": {
"coin": "TRYB-AVX20",
@@ -32224,8 +25270,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -32237,13 +25281,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -32286,10 +25330,6 @@
{
"url": "https://base-rpc.publicnode.com",
"ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -32313,7 +25353,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32335,10 +25375,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32374,14 +25410,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x4Fb71290Ac171E1d144F7221D882BECAc7196EB5",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -32437,24 +25465,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x2C537E5624e4af88A7ae4060C022609376C8D0EB",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -32486,7 +25499,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32508,10 +25521,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32553,24 +25562,9 @@
},
"contract_address": "0x0000000000085d4780B73119b644AE5ecd22b376",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -32617,13 +25611,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -32702,7 +25696,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -32724,10 +25718,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -32769,24 +25759,9 @@
},
"contract_address": "0x8400D94A5cb0fa0D041a3788e395285d61c9ee5e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -32852,54 +25827,6 @@
],
"explorer_block_url": "block/"
},
- "UIS-OLD": {
- "coin": "UIS-OLD",
- "type": "UTXO",
- "name": "Unitus (OLD)",
- "coinpaprika_id": "uis-unitus",
- "coingecko_id": "unitus",
- "livecoinwatch_id": "UIS",
- "explorer_url": "https://explorer.unitus.network/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Unitus Signed Message:\n",
- "fname": "Unitus (OLD)",
- "rpcport": 50604,
- "pubtype": 68,
- "p2shtype": 10,
- "wiftype": 132,
- "txfee": 2000000,
- "dust": 6000000,
- "mm2": 1,
- "required_confirmations": 5,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/723'",
- "links": {
- "github": "https://github.com/unitusdev/unitus",
- "homepage": "https://unituscurrency.com"
- },
- "electrum": [
- {
- "url": "failover.trc-uis.ewmcx.biz:50003",
- "protocol": "WSS",
- "disable_cert_verification": false
- },
- {
- "url": "uis-uno.ewmcx.net:50003",
- "protocol": "WSS",
- "disable_cert_verification": false
- }
- ],
- "explorer_block_url": "block/"
- },
"UIS": {
"coin": "UIS",
"type": "UTXO",
@@ -32938,7 +25865,11 @@
},
"electrum": [
{
- "url": "uis-ex-one.ewmci.online:50003",
+ "url": "failover.trc-uis.ewmcx.biz:50003",
+ "protocol": "WSS"
+ },
+ {
+ "url": "uis-uno.ewmcx.net:50003",
"protocol": "WSS"
}
],
@@ -32979,13 +25910,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -33022,24 +25953,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -33140,13 +26056,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -33187,24 +26103,9 @@
},
"contract_address": "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -33235,7 +26136,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33257,10 +26158,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33296,14 +26193,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xb33EaAd8d922B1083446DC23f610c2567fB5180f",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -33456,10 +26345,6 @@
{
"url": "https://base-rpc.publicnode.com",
"ws_url": "wss://base-rpc.publicnode.com"
- },
- {
- "url": "https://base.gateway.tenderly.co",
- "ws_url": "wss://base.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
@@ -33499,59 +26384,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDC-AVX20_OLD": {
- "coin": "USDC-AVX20_OLD",
- "type": "AVX-20",
- "name": "USD Coin (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDC",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "USD Coin (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xA7D7079b0FEaD91F3e65f86E8915Cb59c1a4C664",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -33592,24 +26431,9 @@
},
"contract_address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -33640,7 +26464,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33668,61 +26492,53 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "USDC-MVR20": {
- "coin": "USDC-MVR20",
- "type": "Moonriver",
+ "USDC-GNO": {
+ "coin": "USDC-GNO",
+ "type": "Gnosis",
"name": "USD Coin",
"coinpaprika_id": "usdc-usd-coin",
"coingecko_id": "usd-coin",
"livecoinwatch_id": "USDC",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "USD Coin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
+ "chain_id": 100,
"decimals": 6,
- "required_confirmations": 6,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D"
+ "platform": "XDAI",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0x2a22f9c3b484c3629090FeED35F17Ff8F88f76F0",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -33757,13 +26573,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
"parent_coin": "MATIC",
@@ -33863,7 +26677,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -33885,10 +26699,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -33926,24 +26736,58 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x0C10bF8FcB7Bf5412187A595ab97a3609160b5c6",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "USDP-ERC20": {
+ "coin": "USDP-ERC20",
+ "type": "ERC-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Pax Dollar",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.paxos.com/usdp"
+ },
+ "contract_address": "0x8E870D67F660D95d5be530380D0eC0bd388289E1",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -33955,54 +26799,51 @@
],
"explorer_block_url": "block/"
},
- "USDT-MVR20": {
- "coin": "USDT-MVR20",
- "type": "Moonriver",
- "name": "Tether",
- "coinpaprika_id": "usdt-tether",
- "coingecko_id": "tether",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://moonriver.moonscan.io/",
+ "USDP-BEP20": {
+ "coin": "USDP-BEP20",
+ "type": "BEP-20",
+ "name": "Pax Dollar",
+ "coinpaprika_id": "usdp-paxos-standard-token",
+ "coingecko_id": "paxos-standard",
+ "livecoinwatch_id": "USDP",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether",
+ "wallet_only": false,
+ "fname": "Pax Dollar",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1285,
- "avg_blocktime": 6,
- "decimals": 6,
- "required_confirmations": 6,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MOVR",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C"
+ "platform": "BNB",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0xB44a9B6905aF7c801311e8F4E76932ee959c663C",
- "parent_coin": "MOVR",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xb3c11196A4f3b1da7c23d9FB0A3dDE9c6340934F",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"nodes": [
{
- "url": "https://moonriver-rpc.publicnode.com",
- "ws_url": "wss://moonriver-rpc.publicnode.com"
- },
- {
- "url": "https://moonriver.drpc.org",
- "ws_url": "wss://moonriver.drpc.org"
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "https://rpc.api.moonriver.moonbeam.network",
- "ws_url": "wss://wss.api.moonriver.moonbeam.network"
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
"USDT-PLG20": {
@@ -34035,13 +26876,11 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
+ "eth_send_erc20": 70000,
+ "erc20_payment": 130000,
+ "erc20_receiver_spend": 100000,
+ "erc20_sender_refund": 100000
},
"contract_address": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"parent_coin": "MATIC",
@@ -34139,8 +26978,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
"gas_limit": {
"eth_send_erc20": 60000,
"erc20_payment": 120000,
@@ -34152,59 +26989,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
- }
- ],
- "explorer_block_url": "block/"
- },
- "USDT-AVX20_OLD": {
- "coin": "USDT-AVX20_OLD",
- "type": "AVX-20",
- "name": "Tether (OLD)",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "USDT",
- "explorer_url": "https://snowtrace.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": true,
- "fname": "Tether (OLD)",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
- "decimals": 6,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "AVAX",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xc7198437980c041c805A1EDcbA50c1Ce5db95118",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
},
{
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -34228,7 +27019,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34256,10 +27047,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34279,7 +27066,7 @@
"active": false,
"is_testnet": false,
"currently_enabled": false,
- "wallet_only": true,
+ "wallet_only": false,
"fname": "Tether",
"rpcport": 80,
"mm2": 1,
@@ -34300,24 +27087,9 @@
},
"contract_address": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -34374,10 +27146,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34440,18 +27208,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "varrr.electrum3.cipig.net:30009",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -34513,18 +27269,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "vdex.electrum3.cipig.net:30010",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -34620,7 +27364,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34648,10 +27392,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -34688,24 +27428,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xF411903cbC70a74d22900a5DE66A2dda66507255",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -34749,24 +27474,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x3C4B6E6e1eA3D4863700D7F76b36B7f3D3f13E3d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -34778,14 +27488,14 @@
],
"explorer_block_url": "block/"
},
- "VGX-PLG20": {
- "coin": "VGX-PLG20",
- "type": "Matic",
- "name": "Voyager",
- "coinpaprika_id": "ethos-ethos",
- "coingecko_id": "ethos",
- "livecoinwatch_id": "VGX",
- "explorer_url": "https://polygonscan.com/",
+ "VIRTUAL-ERC20": {
+ "coin": "VIRTUAL-ERC20",
+ "type": "ERC-20",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -34793,53 +27503,48 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Voyager",
+ "fname": "Virtuals Protocol",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
- "decimals": 8,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf"
+ "platform": "ETH",
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x054c42b6414747F5263b4A86f21B1aFAD00326Bf",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "links": {
+ "homepage": "https://www.virtuals.io"
+ },
+ "contract_address": "0x44ff8620b8cA30902395A7bD3F2407e1A091BF73",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
},
- "VIA": {
- "coin": "VIA",
- "type": "UTXO",
- "name": "Viacoin",
- "coinpaprika_id": "via-viacoin",
- "coingecko_id": "viacoin",
- "livecoinwatch_id": "VIA",
- "explorer_url": "https://explorer.viacoin.org/",
+ "VIRTUAL-BASE": {
+ "coin": "VIRTUAL-BASE",
+ "type": "Base",
+ "name": "Virtuals Protocol",
+ "coinpaprika_id": "virtual-virtual-protocol",
+ "coingecko_id": "virtual-protocol",
+ "livecoinwatch_id": "VIRTUAL",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -34847,99 +27552,29 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Viacoin Signed Message:\n",
- "fname": "Viacoin",
- "rpcport": 5222,
- "pubtype": 71,
- "p2shtype": 33,
- "wiftype": 199,
- "txfee": 100000,
- "dust": 54600,
- "required_confirmations": 7,
- "mature_confirmations": 3600,
- "avg_blocktime": 24,
- "segwit": true,
- "bech32_hrp": "via",
+ "fname": "Virtuals Protocol",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
- },
- "electrum": [
- {
- "url": "via.electrum3.cipig.net:30073",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b"
}
- ],
- "explorer_block_url": "block/"
- },
- "VIA-segwit": {
- "coin": "VIA-segwit",
- "type": "UTXO",
- "name": "Viacoin",
- "coinpaprika_id": "via-viacoin",
- "coingecko_id": "viacoin",
- "livecoinwatch_id": "VIA",
- "explorer_url": "https://explorer.viacoin.org/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Viacoin Signed Message:\n",
- "fname": "Viacoin",
- "rpcport": 5222,
- "pubtype": 71,
- "p2shtype": 33,
- "wiftype": 199,
- "txfee": 100000,
- "dust": 54600,
- "required_confirmations": 7,
- "mature_confirmations": 3600,
- "avg_blocktime": 24,
- "segwit": true,
- "bech32_hrp": "via",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "VIA",
- "mm2": 1,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/84'/14'",
- "trezor_coin": "Viacoin",
- "links": {
- "github": "https://github.com/viacoin",
- "homepage": "https://viacoin.org"
},
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0b3e328455c4059EEb9e3f84b5543F74E24e7E1b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
{
- "url": "via.electrum3.cipig.net:30073",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
}
],
"explorer_block_url": "block/"
@@ -34963,7 +27598,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -34991,10 +27626,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35065,6 +27696,22 @@
}
],
"disable_cert_verification": false
+ },
+ {
+ "url": "el2.verus.io:17488",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "0x03-ctrlc@protonmail.com"
+ },
+ {
+ "discord": "0x03#8822"
+ },
+ {
+ "keybase": "bloodynora"
+ }
+ ],
+ "disable_cert_verification": false
}
],
"explorer_block_url": "block/"
@@ -35173,6 +27820,51 @@
],
"explorer_block_url": "block.dws?"
},
+ "VVV-BASE": {
+ "coin": "VVV-BASE",
+ "type": "Base",
+ "name": "Venice Token",
+ "coinpaprika_id": "vvv-venice-token",
+ "coingecko_id": "venice-token",
+ "livecoinwatch_id": "_VVV",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Venice Token",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://venice.ai"
+ },
+ "contract_address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"WAVES-BEP20": {
"coin": "WAVES-BEP20",
"type": "BEP-20",
@@ -35193,7 +27885,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35215,15 +27907,53 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
+ "WBTC-ARB20": {
+ "coin": "WBTC-ARB20",
+ "type": "Arbitrum",
+ "name": "Wrapped Bitcoin",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
+ "coingecko_id": "wrapped-bitcoin",
+ "livecoinwatch_id": "WBTC",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Wrapped Bitcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 8,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"WBTC-ERC20": {
"coin": "WBTC-ERC20",
"type": "ERC-20",
@@ -35261,24 +27991,9 @@
},
"contract_address": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -35294,7 +28009,7 @@
"coin": "WBTC-PLG20",
"type": "Matic",
"name": "Wrapped Bitcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "wbtc-wrapped-bitcoin",
"coingecko_id": "wrapped-bitcoin",
"livecoinwatch_id": "WBTC",
"explorer_url": "https://polygonscan.com/",
@@ -35320,14 +28035,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1BFD67037B42Cf73acF2047067bd4F2C47D9BfD6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -35384,24 +28091,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x163f8C2467924be0ae7B5347228CABF260318753",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -35445,24 +28137,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x4691937a7508860F876c9c0a2a617E7d9E945D4B",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -35551,13 +28228,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -35582,7 +28259,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35604,10 +28281,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35643,14 +28316,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x1B815d120B3eF02039Ee11dC2d33DE7aA4a8C603",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -35675,6 +28340,244 @@
],
"explorer_block_url": "block/"
},
+ "XAUT-ERC20": {
+ "coin": "XAUT-ERC20",
+ "type": "ERC-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 6,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://gold.tether.to"
+ },
+ "contract_address": "0x68749665FF8D2d112Fa859AA293F07A622782F38",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-BEP20": {
+ "coin": "XAUT-BEP20",
+ "type": "BEP-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 6,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x21cAef8A43163Eea865baeE23b9C2E327696A3bf",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
+ },
+ {
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "XAUT-PLG20": {
+ "coin": "XAUT-PLG20",
+ "type": "Matic",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://polygonscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 137,
+ "decimals": 6,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "MATIC",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xF1815bd50389c46847f0Bda824eC8da914045D14",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
+ },
+ {
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
+ },
+ {
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-AVX20": {
+ "coin": "XAUT-AVX20",
+ "type": "AVX-20",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x2775d5105276781B4b85bA6eA6a6653bEeD1dd32",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XAUT-ARB20": {
+ "coin": "XAUT-ARB20",
+ "type": "Arbitrum",
+ "name": "Tether Gold",
+ "coinpaprika_id": "xaut-tether-gold",
+ "coingecko_id": "tether-gold",
+ "livecoinwatch_id": "XAUT",
+ "explorer_url": "https://arbiscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Tether Gold",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 42161,
+ "decimals": 6,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-ARB20",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x40461291347e1eCbb09499F3371D3f17f10d7159",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "nodes": [
+ {
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"XCN-ERC20": {
"coin": "XCN-ERC20",
"type": "ERC-20",
@@ -35707,24 +28610,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xA2cd3D43c775978A96BdBf12d733D5A1ED94fb18",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -35736,11 +28624,53 @@
],
"explorer_block_url": "block/"
},
+ "XCN-BASE": {
+ "coin": "XCN-BASE",
+ "type": "Base",
+ "name": "Onyxcoin",
+ "coinpaprika_id": "xcn-chain",
+ "coingecko_id": "chain-2",
+ "livecoinwatch_id": "XCN",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Onyxcoin",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 18,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x9c632E6Aaa3eA73f91554f8A3cB2ED2F29605e0C",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"XCN-BEP20": {
"coin": "XCN-BEP20",
"type": "BEP-20",
"name": "Onyxcoin",
- "coinpaprika_id": "",
+ "coinpaprika_id": "xcn-chain",
"coingecko_id": "chain-2",
"livecoinwatch_id": "XCN",
"explorer_url": "https://bscscan.com/",
@@ -35756,7 +28686,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35778,23 +28708,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "XEP-segwit": {
- "coin": "XEP-segwit",
- "type": "UTXO",
- "name": "Electra Protocol",
- "coinpaprika_id": "xep-electra-protocol",
- "coingecko_id": "electra-protocol",
- "livecoinwatch_id": "XEP",
- "explorer_url": "https://electraprotocol.network/",
+ "XDAI": {
+ "coin": "XDAI",
+ "type": "Gnosis",
+ "name": "XDAI",
+ "coinpaprika_id": "dpos-xdai",
+ "coingecko_id": "xdai",
+ "livecoinwatch_id": "XDAI",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -35802,56 +28728,34 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "XEP Signed Message:\n",
- "fname": "Electra Protocol",
- "rpcport": 16816,
- "pubtype": 55,
- "p2shtype": 137,
- "wiftype": 162,
- "txversion": 2,
- "txfee": 100000,
- "dust": 100000,
+ "fname": "XDAI",
+ "rpcport": 80,
"mm2": 1,
- "segwit": true,
- "signature_version": "witness_v0",
- "bech32_hrp": "ep",
- "address_format": {
- "format": "segwit"
- },
- "orderbook_ticker": "XEP",
- "required_confirmations": 4,
- "avg_blocktime": 80,
+ "chain_id": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 5,
"protocol": {
- "type": "UTXO"
+ "type": "ETH",
+ "protocol_data": {
+ "chain_id": 100
+ }
},
- "derivation_path": "m/84'/597'",
- "electrum": [
- {
- "url": "electrumx1.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
- },
+ "links": {
+ "homepage": "https://www.gnosis.io"
+ },
+ "derivation_path": "m/44'/60'",
+ "max_eth_tx_type": 2,
+ "swap_gas_fee_policy": "Medium",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "nodes": [
{
- "url": "electrumx2.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "electrumx3.electraprotocol.eu:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "287952234317348865"
- }
- ]
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
"explorer_block_url": "block/"
@@ -35876,7 +28780,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 8,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -35898,10 +28802,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -35939,24 +28839,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xebF2096E01455108bAdCbAF86cE30b6e5A72aa52",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -35972,7 +28857,7 @@
"coin": "XIDR-PLG20",
"type": "Matic",
"name": "StraitsX Indonesian Rupiah",
- "coinpaprika_id": "",
+ "coinpaprika_id": "xidr-straitsx-indonesia-rupiah",
"coingecko_id": "straitsx-indonesia-rupiah",
"livecoinwatch_id": "XIDR",
"explorer_url": "https://polygonscan.com/",
@@ -35998,14 +28883,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0x2c826035c1C36986117A0e949bD6ad4baB54afE2",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -36049,7 +28926,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36077,10 +28954,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36118,15 +28991,6 @@
},
"derivation_path": "m/44'/90'",
"electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "xmy-ex-two.ewmci.online:50003",
"protocol": "WSS",
@@ -36175,15 +29039,6 @@
},
"derivation_path": "m/84'/90'",
"electrum": [
- {
- "url": "xmy-ex-one.ewmci.online:50003",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
- },
{
"url": "xmy-ex-two.ewmci.online:50003",
"protocol": "WSS",
@@ -36232,18 +29087,6 @@
"homepage": "https://neurai.org"
},
"electrum": [
- {
- "url": "electrumx-dex-01.neuraiexplorer.com:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
- },
{
"url": "electrumx-dex-02.neuraiexplorer.com:50002",
"protocol": "WSS",
@@ -36255,18 +29098,48 @@
"discord": "456566604809895947"
}
]
- },
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XPM": {
+ "coin": "XPM",
+ "type": "UTXO",
+ "name": "Primecoin",
+ "coinpaprika_id": "xpm-primecoin",
+ "coingecko_id": "primecoin",
+ "livecoinwatch_id": "XPM",
+ "explorer_url": "https://www.blockseek.io/xpm/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": true,
+ "fname": "Primecoin",
+ "rpcport": 8332,
+ "pubtype": 23,
+ "p2shtype": 83,
+ "wiftype": 151,
+ "txfee": 0,
+ "dust": 1000000,
+ "mm2": 1,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/24'",
+ "trezor_coin": "Primecoin",
+ "links": {
+ "github": "https://github.com/primecoin/primecoin",
+ "homepage": "https://primecoin.io"
+ },
+ "electrum": [
{
- "url": "electrumx3.neurai.top:50002",
- "protocol": "WSS",
- "contact": [
- {
- "email": "alarm@neurai.org"
- },
- {
- "discord": "456566604809895947"
- }
- ]
+ "url": "electrumx.xpm.systems:50004",
+ "protocol": "WSS"
}
],
"explorer_block_url": "block/"
@@ -36311,18 +29184,6 @@
"homepage": "https://ergon.moe"
},
"electrum": [
- {
- "url": "fulcrum.ergon.network:52140",
- "protocol": "WSS",
- "contact": [
- {
- "email": "licho@ergon.moe"
- },
- {
- "telegram": "licho92karol"
- }
- ]
- },
{
"url": "la.ask.systems:52140",
"protocol": "WSS",
@@ -36354,7 +29215,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36382,10 +29243,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36423,24 +29280,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x39fBBABf11738317a448031930706cd3e612e1B9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -36452,10 +29294,98 @@
],
"explorer_block_url": "block/"
},
+ "XSGD-AVX20": {
+ "coin": "XSGD-AVX20",
+ "type": "AVX-20",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://snowtrace.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 43114,
+ "decimals": 6,
+ "avg_blocktime": 2.4,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "AVAX",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0xb2F85b7AB3c2b6f62DF06dE6aE7D09c010a5096E",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
+ {
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "XSGD-BASE": {
+ "coin": "XSGD-BASE",
+ "type": "Base",
+ "name": "StraitsX SGD",
+ "coinpaprika_id": "xsgd-xsgd",
+ "coingecko_id": "xsgd",
+ "livecoinwatch_id": "XSGD",
+ "explorer_url": "https://basescan.org/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "StraitsX SGD",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 8453,
+ "decimals": 6,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH-BASE",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x0A4C9cb2778aB3302996A34BeFCF9a8Bc288C33b",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "nodes": [
+ {
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"XSGD-ERC20": {
"coin": "XSGD-ERC20",
"type": "ERC-20",
- "name": "StraitsX Singapore Dollar",
+ "name": "StraitsX SGD",
"coinpaprika_id": "xsgd-xsgd",
"coingecko_id": "xsgd",
"livecoinwatch_id": "XSGD",
@@ -36467,7 +29397,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
@@ -36489,24 +29419,9 @@
},
"contract_address": "0x70e8dE73cE538DA2bEEd35d14187F6959a8ecA96",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -36521,7 +29436,7 @@
"XSGD-PLG20": {
"coin": "XSGD-PLG20",
"type": "Matic",
- "name": "StraitsX Singapore Dollar",
+ "name": "StraitsX SGD",
"coinpaprika_id": "xsgd-xsgd",
"coingecko_id": "xsgd",
"livecoinwatch_id": "XSGD",
@@ -36533,7 +29448,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "StraitsX Singapore Dollar",
+ "fname": "StraitsX SGD",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
@@ -36548,14 +29463,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xDC3326e71D45186F113a2F448984CA0e8D201995",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -36599,7 +29506,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36627,10 +29534,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36711,7 +29614,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36733,10 +29636,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36806,18 +29705,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -36889,7 +29776,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -36917,10 +29804,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -36961,13 +29844,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -36991,7 +29874,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37019,10 +29902,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -37065,24 +29944,9 @@
},
"contract_address": "0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -37124,14 +29988,6 @@
}
},
"derivation_path": "m/44'/60'",
- "use_access_list": true,
- "max_eth_tx_type": 2,
- "gas_limit": {
- "eth_send_erc20": 55000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
"contract_address": "0xDA537104D6A5edd53c6fBba9A898708E465260b6",
"parent_coin": "MATIC",
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
@@ -37175,7 +30031,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -37196,251 +30052,20 @@
},
{
"url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "YFII-ERC20": {
- "coin": "YFII-ERC20",
- "type": "ERC-20",
- "name": "DFI.Money",
- "coinpaprika_id": "yfii-dfimoney",
- "coingecko_id": "yfii-finance",
- "livecoinwatch_id": "YFII",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "DFI.Money",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "avg_blocktime": 15,
- "required_confirmations": 3,
- "decimals": 18,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
- }
- },
- "derivation_path": "m/44'/60'",
- "trezor_coin": "YFII.finance",
- "links": {
- "github": "https://github.com/yfii/vault",
- "homepage": "https://dfi.money/"
- },
- "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "ZEC": {
- "coin": "ZEC",
- "type": "UTXO",
- "name": "Zcash",
- "coinpaprika_id": "zec-zcash",
- "coingecko_id": "zcash",
- "livecoinwatch_id": "ZEC",
- "explorer_url": "https://blockchair.com/zcash/",
- "explorer_tx_url": "transaction/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zcash Signed Message:\n",
- "fname": "Zcash",
- "is_privacy_coin": true,
- "rpcport": 8232,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "segwit": true,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x4dec4df0",
- "txfee": 100000,
- "mm2": 1,
- "required_confirmations": 3,
- "avg_blocktime": 75,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/133'",
- "trezor_coin": "Zcash",
- "links": {
- "github": "https://github.com/zcash/zcash",
- "homepage": "https://z.cash"
- },
- "electrum": [
- {
- "url": "zec.electrum1.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zec.electrum2.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zec.electrum3.cipig.net:30058",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/",
- "binance_id": "ZEC"
- },
- "ZER": {
- "coin": "ZER",
- "type": "UTXO",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://insight.zerocurrency.io/insight/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Zero Signed Message:\n",
- "fname": "Zero",
- "is_privacy_coin": true,
- "rpcport": 23811,
- "taddr": 28,
- "pubtype": 184,
- "p2shtype": 189,
- "wiftype": 128,
- "txversion": 4,
- "overwintered": 1,
- "version_group_id": "0x892f2085",
- "consensus_branch_id": "0x7361707a",
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 4,
- "avg_blocktime": 120,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/323'",
- "links": {
- "github": "https://github.com/zerocurrencycoin/Zero",
- "homepage": "https://zero.directory"
- },
- "electrum": [
- {
- "url": "zer.electrum1.cipig.net:30065",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zer.electrum2.cipig.net:30065",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "zer.electrum3.cipig.net:30065",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "ZER-BEP20": {
- "coin": "ZER-BEP20",
- "type": "BEP-20",
- "name": "Zero",
- "coinpaprika_id": "zer-zero",
- "coingecko_id": "zero",
- "livecoinwatch_id": "ZER",
- "explorer_url": "https://bscscan.com/",
+ "ws_url": "wss://bsc1.cipig.net:38655"
+ }
+ ],
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/"
+ },
+ "YFII-ERC20": {
+ "coin": "YFII-ERC20",
+ "type": "ERC-20",
+ "name": "DFI.Money",
+ "coinpaprika_id": "yfii-dfimoney",
+ "coingecko_id": "yfii-finance",
+ "livecoinwatch_id": "YFII",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37448,98 +30073,98 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zero",
+ "fname": "DFI.Money",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 18,
- "avg_blocktime": 3,
+ "chain_id": 1,
+ "avg_blocktime": 15,
"required_confirmations": 3,
+ "decimals": 18,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
+ "platform": "ETH",
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "trezor_coin": "YFII.finance",
+ "links": {
+ "github": "https://github.com/yfii/vault",
+ "homepage": "https://dfi.money/"
+ },
+ "contract_address": "0xa1d0E215a23d7030842FC67cE582a6aFa3CCaB83",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZET": {
- "coin": "ZET",
- "type": "UTXO",
- "name": "Zetacoin",
- "coinpaprika_id": "zet-zetacoin",
- "coingecko_id": "zetacoin",
- "livecoinwatch_id": "ZET",
- "explorer_url": "https://chainz.cryptoid.info/zet/",
- "explorer_tx_url": "tx.dws?",
- "explorer_address_url": "address.dws?",
+ "ZAMA-ERC20": {
+ "coin": "ZAMA-ERC20",
+ "type": "ERC-20",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "sign_message_prefix": "Zetacoin Signed Message:\n",
- "fname": "Zetacoin",
- "isPoS": 1,
- "rpcport": 22014,
- "pubtype": 20,
- "p2shtype": 85,
- "wiftype": 153,
- "txfee": 100000,
- "dust": 100000,
+ "fname": "Zama",
+ "rpcport": 80,
"mm2": 1,
- "mature_confirmations": 500,
- "required_confirmations": 7,
- "avg_blocktime": 45,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
"protocol": {
- "type": "UTXO"
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3"
+ }
},
- "derivation_path": "m/44'/719'",
+ "derivation_path": "m/44'/60'",
"links": {
- "github": "https://github.com/WikiMin3R/ZetacoinE",
- "homepage": "https://zetacoin.io"
+ "homepage": "https://www.zama.org"
},
- "electrum": [
+ "contract_address": "0xA12CC123ba206d4031D1c7f6223D1C2Ec249f4f3",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "zet-ex-three.ewmci.online:50013",
- "protocol": "WSS",
- "contact": [
- {
- "discord": "475820011634819072"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
+ },
+ {
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
- "explorer_block_url": "block.dws?"
+ "explorer_block_url": "block/"
},
- "ZIL-BEP20": {
- "coin": "ZIL-BEP20",
+ "ZAMA-BEP20": {
+ "coin": "ZAMA-BEP20",
"type": "BEP-20",
- "name": "Zilliqa",
- "coinpaprika_id": "zil-zilliqa",
- "coingecko_id": "zilliqa",
- "livecoinwatch_id": "ZIL",
+ "name": "Zama",
+ "coinpaprika_id": "zama-zama",
+ "coingecko_id": "zama",
+ "livecoinwatch_id": "ZAMA",
"explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -37548,27 +30173,22 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Zilliqa",
+ "fname": "Zama",
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
"platform": "BNB",
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "contract_address": "0x6907A5986C4950Bdaf2F81828Ec0737ce787519f",
"parent_coin": "BNB",
"swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
"fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
@@ -37580,23 +30200,19 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "ZRX-AVX20": {
- "coin": "ZRX-AVX20",
- "type": "AVX-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
- "explorer_url": "https://snowtrace.io/",
+ "ZCHF-ARB20": {
+ "coin": "ZCHF-ARB20",
+ "type": "Arbitrum",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://arbiscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37604,45 +30220,41 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 43114,
- "required_confirmations": 3,
- "avg_blocktime": 2.4,
+ "chain_id": 42161,
"decimals": 18,
+ "avg_blocktime": 0.25,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "AVAX",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
+ "platform": "ETH-ARB20",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
- "parent_coin": "AVAX",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-ARB20",
+ "swap_contract_address": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
+ "fallback_swap_contract": "0x9130b257d37a52e52f21054c4da3450c72f595ce",
"nodes": [
{
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
- {
- "url": "https://avalanche-c-chain-rpc.publicnode.com",
- "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ "url": "https://arbitrum-one-rpc.publicnode.com",
+ "ws_url": "wss://arbitrum-one-rpc.publicnode.com"
}
],
"explorer_block_url": "block/"
},
- "ZRX-ERC20": {
- "coin": "ZRX-ERC20",
- "type": "ERC-20",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
- "explorer_url": "https://etherscan.io/",
+ "ZCHF-AVX20": {
+ "coin": "ZCHF-AVX20",
+ "type": "AVX-20",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37650,65 +30262,45 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
+ "chain_id": 43114,
"decimals": 18,
- "avg_blocktime": 15,
+ "avg_blocktime": 2.4,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ "platform": "AVAX",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "trezor_coin": "0x Project",
- "links": {
- "github": "https://github.com/0xProject",
- "homepage": "https://0xproject.com"
- },
- "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
},
- "ZRX-PLG20": {
- "coin": "ZRX-PLG20",
- "type": "Matic",
- "name": "0x",
- "coinpaprika_id": "zrx-0x",
- "coingecko_id": "0x",
- "livecoinwatch_id": "ZRX",
- "explorer_url": "https://polygonscan.com/",
+ "ZCHF-BASE": {
+ "coin": "ZCHF-BASE",
+ "type": "Base",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://basescan.org/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37716,53 +30308,41 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "0x",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 137,
+ "chain_id": 8453,
"decimals": 18,
- "avg_blocktime": 1.8,
- "required_confirmations": 20,
+ "avg_blocktime": 0.2,
+ "required_confirmations": 10,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "MATIC",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5"
+ "platform": "ETH-BASE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x5559Edb74751A0edE9DeA4DC23aeE72cCA6bE3D5",
- "parent_coin": "MATIC",
- "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
- "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "ETH-BASE",
+ "swap_contract_address": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
+ "fallback_swap_contract": "0x4C54808911817402a0871c3C93D8790c19CAe75b",
"nodes": [
{
- "url": "https://pol3.cipig.net:18755",
- "ws_url": "wss://pol3.cipig.net:38755"
- },
- {
- "url": "https://polygon-bor-rpc.publicnode.com",
- "ws_url": "wss://polygon-bor-rpc.publicnode.com"
- },
- {
- "url": "https://polygon.drpc.org",
- "ws_url": "wss://polygon.drpc.org"
- },
- {
- "url": "https://polygon.gateway.tenderly.co",
- "ws_url": "wss://polygon.gateway.tenderly.co"
+ "url": "https://base-rpc.publicnode.com",
+ "ws_url": "wss://base-rpc.publicnode.com"
}
],
"explorer_block_url": "block/"
},
- "INK-QRC20": {
- "coin": "INK-QRC20",
- "type": "QRC-20",
- "name": "INK",
- "coinpaprika_id": "ink-ink",
- "coingecko_id": "ink",
- "livecoinwatch_id": "INK",
- "explorer_url": "https://qtum.info/",
+ "ZCHF-ERC20": {
+ "coin": "ZCHF-ERC20",
+ "type": "ERC-20",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37770,80 +30350,48 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "INK",
- "rpcport": 3889,
+ "fname": "Frankencoin",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
+ "platform": "ETH",
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "links": {
+ "homepage": "https://www.frankencoin.com"
+ },
+ "contract_address": "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
},
- "FLUX-ERC20": {
- "coin": "FLUX-ERC20",
- "type": "ERC-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://etherscan.io/",
+ "ZCHF-GNO": {
+ "coin": "ZCHF-GNO",
+ "type": "Gnosis",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://gnosisscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37851,61 +30399,45 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 1,
- "decimals": 8,
- "avg_blocktime": 15,
- "required_confirmations": 3,
+ "chain_id": 100,
+ "decimals": 18,
+ "avg_blocktime": 5,
+ "required_confirmations": 5,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "ETH",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
+ "platform": "XDAI",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "XDAI",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
"nodes": [
{
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
+ "url": "https://gnosis-rpc.publicnode.com",
+ "ws_url": "wss://gnosis-rpc.publicnode.com"
},
{
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
+ "url": "https://rpc.gnosischain.com",
+ "ws_url": "wss://rpc.gnosischain.com/wss"
}
],
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "FLUX-BEP20": {
- "coin": "FLUX-BEP20",
- "type": "BEP-20",
- "name": "Flux",
- "coinpaprika_id": "zel-zelcash",
- "coingecko_id": "zelcash",
- "livecoinwatch_id": "_FLUX",
- "explorer_url": "https://bscscan.com/",
+ "ZCHF-PLG20": {
+ "coin": "ZCHF-PLG20",
+ "type": "Matic",
+ "name": "Frankencoin",
+ "coinpaprika_id": "zchf-frankencoin",
+ "coingecko_id": "frankencoin",
+ "livecoinwatch_id": "ZCHF",
+ "explorer_url": "https://polygonscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -37913,105 +30445,89 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Flux",
+ "fname": "Frankencoin",
"rpcport": 80,
"mm2": 1,
- "chain_id": 56,
- "decimals": 8,
- "avg_blocktime": 3,
- "required_confirmations": 3,
+ "chain_id": 137,
+ "decimals": 18,
+ "avg_blocktime": 1.8,
+ "required_confirmations": 20,
"protocol": {
"type": "ERC20",
"protocol_data": {
- "platform": "BNB",
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ "platform": "MATIC",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553"
}
},
"derivation_path": "m/44'/60'",
- "gas_limit": {
- "eth_send_erc20": 60000,
- "erc20_payment": 110000,
- "erc20_receiver_spend": 85000,
- "erc20_sender_refund": 85000
- },
- "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "contract_address": "0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553",
+ "parent_coin": "MATIC",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
{
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
+ "url": "https://pol3.cipig.net:18755",
+ "ws_url": "wss://pol3.cipig.net:38755"
},
{
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
+ "url": "https://polygon-bor-rpc.publicnode.com",
+ "ws_url": "wss://polygon-bor-rpc.publicnode.com"
+ },
+ {
+ "url": "https://polygon.drpc.org",
+ "ws_url": "wss://polygon.drpc.org"
},
{
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
+ "url": "https://polygon.gateway.tenderly.co",
+ "ws_url": "wss://polygon.gateway.tenderly.co"
}
],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/",
- "binance_id": "FLUX"
+ "explorer_block_url": "block/"
},
- "HPY-QRC20": {
- "coin": "HPY-QRC20",
- "type": "QRC-20",
- "name": "HyperPay",
- "coinpaprika_id": "hpy-hyper-pay",
- "coingecko_id": "hyper-pay",
- "livecoinwatch_id": "HPY",
- "explorer_url": "https://qtum.info/",
- "explorer_tx_url": "tx/",
+ "ZEC": {
+ "coin": "ZEC",
+ "type": "UTXO",
+ "name": "Zcash",
+ "coinpaprika_id": "zec-zcash",
+ "coingecko_id": "zcash",
+ "livecoinwatch_id": "ZEC",
+ "explorer_url": "https://blockchair.com/zcash/",
+ "explorer_tx_url": "transaction/",
"explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HyperPay",
- "rpcport": 3889,
+ "sign_message_prefix": "Zcash Signed Message:\n",
+ "fname": "Zcash",
+ "is_privacy_coin": true,
+ "rpcport": 8232,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "segwit": true,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x37a5165b",
+ "txfee": 100000,
"mm2": 1,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "avg_blocktime": 75,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/133'",
+ "trezor_coin": "Zcash",
+ "links": {
+ "github": "https://github.com/zcash/zcash",
+ "homepage": "https://z.cash"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "zec.electrum1.cipig.net:30058",
"protocol": "WSS",
"contact": [
{
@@ -38023,7 +30539,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:30050",
+ "url": "zec.electrum2.cipig.net:30058",
"protocol": "WSS",
"contact": [
{
@@ -38035,16 +30551,17 @@
]
}
],
- "explorer_block_url": "block/"
+ "explorer_block_url": "block/",
+ "binance_id": "ZEC"
},
- "HLC-QRC20": {
- "coin": "HLC-QRC20",
- "type": "QRC-20",
- "name": "HalalChain",
- "coinpaprika_id": "hlc-halalchain",
- "coingecko_id": "halalchain",
- "livecoinwatch_id": "HLC",
- "explorer_url": "https://qtum.info/",
+ "ZER": {
+ "coin": "ZER",
+ "type": "UTXO",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://insight.zerocurrency.io/insight/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38052,47 +30569,33 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "HalalChain",
- "rpcport": 3889,
+ "sign_message_prefix": "Zero Signed Message:\n",
+ "fname": "Zero",
+ "is_privacy_coin": true,
+ "rpcport": 23811,
+ "taddr": 28,
+ "pubtype": 184,
+ "p2shtype": 189,
+ "wiftype": 128,
+ "txversion": 4,
+ "overwintered": 1,
+ "version_group_id": "0x892f2085",
+ "consensus_branch_id": "0x7361707a",
+ "txfee": 1000,
"mm2": 1,
- "required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "required_confirmations": 4,
+ "avg_blocktime": 120,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
- "protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9"
- }
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/323'",
+ "links": {
+ "github": "https://github.com/zerocurrencycoin/Zero",
+ "homepage": "https://zero.directory"
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 9,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xb27d7bf95b03e02b55d5eb63d3f1692762101bf9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"electrum": [
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
- {
- "url": "qtum.electrum2.cipig.net:30050",
+ "url": "zer.electrum1.cipig.net:30065",
"protocol": "WSS",
"contact": [
{
@@ -38104,7 +30607,7 @@
]
},
{
- "url": "qtum.electrum3.cipig.net:30050",
+ "url": "zer.electrum2.cipig.net:30065",
"protocol": "WSS",
"contact": [
{
@@ -38118,14 +30621,14 @@
],
"explorer_block_url": "block/"
},
- "MED-QRC20": {
- "coin": "MED-QRC20",
- "type": "QRC-20",
- "name": "Medibloc",
- "coinpaprika_id": "med-medibloc-qrc20",
- "coingecko_id": "medibloc",
- "livecoinwatch_id": "MED",
- "explorer_url": "https://qtum.info/",
+ "ZER-BEP20": {
+ "coin": "ZER-BEP20",
+ "type": "BEP-20",
+ "name": "Zero",
+ "coinpaprika_id": "zer-zero",
+ "coingecko_id": "zero",
+ "livecoinwatch_id": "ZER",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38133,80 +30636,46 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Medibloc",
- "rpcport": 3889,
+ "fname": "Zero",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "decimals": 18,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae"
+ "platform": "BNB",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x2f65a0af11d50d2d15962db39d7f7b0619ed55ae",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x530e9346870E632A63E8d461bb3c3622e00782DE",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "LSTR-QRC20": {
- "coin": "LSTR-QRC20",
- "type": "QRC-20",
- "name": "Luna Stars",
- "coinpaprika_id": "lstr-luna-stars",
- "coingecko_id": "meetluna",
- "livecoinwatch_id": "",
- "explorer_url": "https://qtum.info/",
+ "ZIL-BEP20": {
+ "coin": "ZIL-BEP20",
+ "type": "BEP-20",
+ "name": "Zilliqa",
+ "coinpaprika_id": "zil-zilliqa",
+ "coingecko_id": "zilliqa",
+ "livecoinwatch_id": "ZIL",
+ "explorer_url": "https://bscscan.com/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38214,80 +30683,51 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Luna Stars",
- "rpcport": 3889,
+ "fname": "Zilliqa",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 56,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420"
+ "platform": "BNB",
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x72e531e37c31ecbe336208fd66e93b48df3af420",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
- {
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
- },
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xb86AbCb37C3A4B64f74f59301AFF131a1BEcC787",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
+ "token_address_url": "tokentxns?a=",
"explorer_block_url": "block/"
},
- "QBT-QRC20": {
- "coin": "QBT-QRC20",
- "type": "QRC-20",
- "name": "Qbao",
- "coinpaprika_id": "qbt-qbao",
- "coingecko_id": "qbao",
- "livecoinwatch_id": "QBT",
- "explorer_url": "https://qtum.info/",
+ "ZRX-AVX20": {
+ "coin": "ZRX-AVX20",
+ "type": "AVX-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://snowtrace.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38295,79 +30735,95 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Qbao",
- "rpcport": 3889,
+ "fname": "0x",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 43114,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
+ "avg_blocktime": 2.4,
+ "decimals": 18,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5"
+ "platform": "AVAX",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0x09800417b097c61b9fd26b3ddde4238304a110d5",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x596fA47043f99A4e0F122243B841E55375cdE0d2",
+ "parent_coin": "AVAX",
+ "swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche-c-chain-rpc.publicnode.com",
+ "ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
},
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "ZRX-ERC20": {
+ "coin": "ZRX-ERC20",
+ "type": "ERC-20",
+ "name": "0x",
+ "coinpaprika_id": "zrx-0x",
+ "coingecko_id": "0x",
+ "livecoinwatch_id": "ZRX",
+ "explorer_url": "https://etherscan.io/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "0x",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 1,
+ "decimals": 18,
+ "avg_blocktime": 15,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "ETH",
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "trezor_coin": "0x Project",
+ "links": {
+ "github": "https://github.com/0xProject",
+ "homepage": "https://0xproject.com"
+ },
+ "contract_address": "0xE41d2489571d322189246DaFA5ebDe1F4699F498",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
+ {
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
}
],
"explorer_block_url": "block/"
},
- "TSL-QRC20": {
- "coin": "TSL-QRC20",
+ "INK-QRC20": {
+ "coin": "INK-QRC20",
"type": "QRC-20",
- "name": "Energo TSL",
- "coinpaprika_id": "tsl-energo",
- "coingecko_id": "energo",
- "livecoinwatch_id": "TSL",
+ "name": "INK",
+ "coinpaprika_id": "ink-ink",
+ "coingecko_id": "ink",
+ "livecoinwatch_id": "INK",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -38376,7 +30832,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Energo TSL",
+ "fname": "INK",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -38389,16 +30845,16 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c"
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69"
}
},
"pubtype": 58,
"p2shtype": 50,
"wiftype": 128,
"segwit": false,
- "decimals": 18,
+ "decimals": 9,
"derivation_path": "m/44'/2301'",
- "contract_address": "0xd8dec2b605005749abbf4b060edad3070e23cf5c",
+ "contract_address": "0xfe59cbc1704e89a698571413a81f0de9d8f00c69",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -38426,30 +30882,18 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
},
- "OC-QRC20": {
- "coin": "OC-QRC20",
- "type": "QRC-20",
- "name": "OceanChain",
- "coinpaprika_id": "oc-oceanchain",
- "coingecko_id": "oceanchain",
- "livecoinwatch_id": "OC",
- "explorer_url": "https://qtum.info/",
+ "FLUX-ERC20": {
+ "coin": "FLUX-ERC20",
+ "type": "ERC-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://etherscan.io/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
"supported": [],
@@ -38457,79 +30901,99 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "OceanChain",
- "rpcport": 3889,
+ "fname": "Flux",
+ "rpcport": 80,
"mm2": 1,
+ "chain_id": 1,
+ "decimals": 8,
+ "avg_blocktime": 15,
"required_confirmations": 3,
- "mature_confirmations": 2000,
- "avg_blocktime": 32,
- "txfee": 400000,
- "dust": 72800,
"protocol": {
- "type": "QRC20",
- "chain_variant": "QTUM",
+ "type": "ERC20",
"protocol_data": {
- "platform": "QTUM",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9"
+ "platform": "ETH",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495"
}
},
- "pubtype": 58,
- "p2shtype": 50,
- "wiftype": 128,
- "segwit": false,
- "decimals": 8,
- "derivation_path": "m/44'/2301'",
- "contract_address": "0xf397f39ce992b0f5bdc7ec1109d676d07f7af2f9",
- "parent_coin": "QTUM",
- "swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
- "electrum": [
+ "derivation_path": "m/44'/60'",
+ "contract_address": "0x720CD16b011b987Da3518fbf38c3071d4F0D1495",
+ "parent_coin": "ETH",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
+ "nodes": [
{
- "url": "qtum.electrum1.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://ethereum-rpc.publicnode.com",
+ "ws_url": "wss://ethereum-rpc.publicnode.com"
},
{
- "url": "qtum.electrum2.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://mainnet.gateway.tenderly.co",
+ "ws_url": "wss://mainnet.gateway.tenderly.co"
+ }
+ ],
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
+ },
+ "FLUX-BEP20": {
+ "coin": "FLUX-BEP20",
+ "type": "BEP-20",
+ "name": "Flux",
+ "coinpaprika_id": "zel-zelcash",
+ "coingecko_id": "zelcash",
+ "livecoinwatch_id": "_FLUX",
+ "explorer_url": "https://bscscan.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "fname": "Flux",
+ "rpcport": 80,
+ "mm2": 1,
+ "chain_id": 56,
+ "decimals": 8,
+ "avg_blocktime": 0.45,
+ "required_confirmations": 3,
+ "protocol": {
+ "type": "ERC20",
+ "protocol_data": {
+ "platform": "BNB",
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635"
+ }
+ },
+ "derivation_path": "m/44'/60'",
+ "gas_limit": {
+ "eth_send_erc20": 60000,
+ "erc20_payment": 110000,
+ "erc20_receiver_spend": 85000,
+ "erc20_sender_refund": 85000
+ },
+ "contract_address": "0xaFF9084f2374585879e8B434C399E29E80ccE635",
+ "parent_coin": "BNB",
+ "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
+ "nodes": [
+ {
+ "url": "https://bsc-rpc.publicnode.com",
+ "ws_url": "wss://bsc-rpc.publicnode.com"
},
{
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
+ "url": "https://bsc1.cipig.net:18655",
+ "ws_url": "wss://bsc1.cipig.net:38655"
}
],
- "explorer_block_url": "block/"
+ "token_address_url": "tokentxns?a=",
+ "explorer_block_url": "block/",
+ "binance_id": "FLUX"
},
- "PUT-QRC20": {
- "coin": "PUT-QRC20",
+ "HPY-QRC20": {
+ "coin": "HPY-QRC20",
"type": "QRC-20",
- "name": "Profile Utility Token",
- "coinpaprika_id": "put-profile-utility-token",
- "coingecko_id": "profile-utility-token",
- "livecoinwatch_id": "",
+ "name": "HyperPay",
+ "coinpaprika_id": "hpy-hyper-pay",
+ "coingecko_id": "hyper-pay",
+ "livecoinwatch_id": "HPY",
"explorer_url": "https://qtum.info/",
"explorer_tx_url": "tx/",
"explorer_address_url": "address/",
@@ -38538,7 +31002,7 @@
"is_testnet": false,
"currently_enabled": false,
"wallet_only": false,
- "fname": "Profile Utility Token",
+ "fname": "HyperPay",
"rpcport": 3889,
"mm2": 1,
"required_confirmations": 3,
@@ -38551,7 +31015,7 @@
"chain_variant": "QTUM",
"protocol_data": {
"platform": "QTUM",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95"
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4"
}
},
"pubtype": 58,
@@ -38560,7 +31024,7 @@
"segwit": false,
"decimals": 8,
"derivation_path": "m/44'/2301'",
- "contract_address": "0x4060e21ac01b5c5d2a3f01cecd7cbf820f50be95",
+ "contract_address": "0xf2703e93f87b846a7aacec1247beaec1c583daa4",
"parent_coin": "QTUM",
"swap_contract_address": "0x2f754733acd6d753731c00fee32cb484551cc15d",
"fallback_swap_contract": "0x2f754733acd6d753731c00fee32cb484551cc15d",
@@ -38588,18 +31052,6 @@
"discord": "cipi#4502"
}
]
- },
- {
- "url": "qtum.electrum3.cipig.net:30050",
- "protocol": "WSS",
- "contact": [
- {
- "email": "cipi@komodoplatform.com"
- },
- {
- "discord": "cipi#4502"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -38641,24 +31093,9 @@
},
"contract_address": "0x75231F58b43240C9718Dd58B4967c5114342a86c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -38706,24 +31143,9 @@
},
"contract_address": "0xB1e93236ab6073fdAC58adA5564897177D4bcC43",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -38772,24 +31194,9 @@
},
"contract_address": "0x2ef52Ed7De8c5ce03a4eF0efbe9B7450F2D7Edc9",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -38838,24 +31245,9 @@
},
"contract_address": "0x744d70FDBE2Ba4CF95131626614a1763DF805B9E",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -38899,24 +31291,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xa117000000f279D81A1D3cc75430fAA017FA5A2e",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -38960,24 +31337,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x1B073382E63411E3BcfFE90aC1B9A43feFa1Ec6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39025,85 +31387,9 @@
},
"contract_address": "0xBe428c3867F05deA2A89Fc76a102b544eaC7f772",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
- {
- "url": "https://ethereum-rpc.publicnode.com",
- "ws_url": "wss://ethereum-rpc.publicnode.com"
- },
- {
- "url": "https://mainnet.gateway.tenderly.co",
- "ws_url": "wss://mainnet.gateway.tenderly.co"
- }
- ],
- "explorer_block_url": "block/"
- },
- "DX-ERC20": {
- "coin": "DX-ERC20",
- "type": "ERC-20",
- "name": "DxChain",
- "coinpaprika_id": "dx-dxchain-token",
- "coingecko_id": "dxchain",
- "livecoinwatch_id": "DX",
- "explorer_url": "https://etherscan.io/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "DxChain",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 1,
- "required_confirmations": 3,
- "avg_blocktime": 15,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "ETH",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9"
- }
- },
- "decimals": 18,
- "derivation_path": "m/44'/60'",
- "contract_address": "0x973e52691176d36453868D9d86572788d27041A9",
- "parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
- "nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39152,24 +31438,9 @@
},
"contract_address": "0xB64ef51C888972c908CFacf59B47C1AfBC0Ab8aC",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39217,24 +31488,9 @@
},
"contract_address": "0xaA7a9CA87d3694B5755f213B5D04094b8d0F0A6F",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39283,24 +31539,9 @@
},
"contract_address": "0x93ED3FBe21207Ec2E8f2d3c3de6e058Cb73Bc04d",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39344,24 +31585,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39409,24 +31635,9 @@
},
"contract_address": "0x41e5560054824eA6B0732E656E3Ad64E20e94E45",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39475,24 +31686,9 @@
},
"contract_address": "0xdc9Ac3C20D1ed0B540dF9b1feDC10039Df13F99c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39536,24 +31732,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xec67005c4E498Ec7f55E092bd1d35cbC47C91892",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39597,24 +31778,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0x40FD72257597aA14C7231A7B1aaa29Fce868F677",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39662,24 +31828,9 @@
},
"contract_address": "0x8806926Ab68EB5a7b909DcAf6FdBe5d93271D6e2",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39723,24 +31874,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xD13c7342e1ef687C5ad21b27c2b65D772cAb5C8c",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39784,24 +31920,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xd98F75b1A3261dab9eEd4956c93F33749027a964",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39833,7 +31954,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39855,10 +31976,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -39896,24 +32013,9 @@
"derivation_path": "m/44'/60'",
"contract_address": "0xAec7d1069e3a914a3EB50f0BFB1796751f2ce48a",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -39945,7 +32047,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -39967,10 +32069,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40026,106 +32124,6 @@
"explorer_block_url": "block/",
"binance_id": "XEC"
},
- "SIBM-BEP20": {
- "coin": "SIBM-BEP20",
- "type": "BEP-20",
- "name": "SibMining",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "SibMining",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0xee8EE60503fd0a735cC972A08E3a5B2026DDCe47",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
- "ZINU-BEP20": {
- "coin": "ZINU-BEP20",
- "type": "BEP-20",
- "name": "Zombie Inu",
- "coinpaprika_id": "zombie-inu",
- "coingecko_id": "zinu-zombie-inu",
- "livecoinwatch_id": "ZINU",
- "explorer_url": "https://bscscan.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "fname": "Zombie Inu",
- "rpcport": 80,
- "mm2": 1,
- "chain_id": 56,
- "avg_blocktime": 3,
- "required_confirmations": 3,
- "protocol": {
- "type": "ERC20",
- "protocol_data": {
- "platform": "BNB",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F"
- }
- },
- "derivation_path": "m/44'/60'",
- "contract_address": "0x21F9B5b2626603e3F40bfc13d01AfB8c431D382F",
- "parent_coin": "BNB",
- "swap_contract_address": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "fallback_swap_contract": "0xeDc5b89Fe1f0382F9E4316069971D90a0951DB31",
- "nodes": [
- {
- "url": "https://bsc-rpc.publicnode.com",
- "ws_url": "wss://bsc-rpc.publicnode.com"
- },
- {
- "url": "https://bsc1.cipig.net:18655",
- "ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
- }
- ],
- "token_address_url": "tokentxns?a=",
- "explorer_block_url": "block/"
- },
"RUNES": {
"coin": "RUNES",
"type": "UTXO",
@@ -40176,66 +32174,6 @@
"discord": "Bago#7842"
}
]
- },
- {
- "url": "electrum3.runebase.io:50004",
- "protocol": "WSS",
- "contact": [
- {
- "email": "support@runebase.io"
- },
- {
- "discord": "Bago#7842"
- }
- ]
- }
- ],
- "explorer_block_url": "block/"
- },
- "ACTN": {
- "coin": "ACTN",
- "type": "Smart Chain",
- "name": "Action Coin",
- "coinpaprika_id": "actn-action-coin",
- "coingecko_id": "action-coin",
- "livecoinwatch_id": "ACTN",
- "explorer_url": "https://exp.actioncoin.com/",
- "explorer_tx_url": "tx/",
- "explorer_address_url": "address/",
- "supported": [],
- "active": false,
- "is_testnet": false,
- "currently_enabled": false,
- "wallet_only": false,
- "sign_message_prefix": "Komodo Signed Message:\n",
- "asset": "ACTN",
- "fname": "Action Coin",
- "is_privacy_coin": true,
- "rpcport": 51677,
- "pubtype": 60,
- "p2shtype": 85,
- "wiftype": 188,
- "txversion": 4,
- "overwintered": 1,
- "txfee": 1000,
- "mm2": 1,
- "required_confirmations": 2,
- "requires_notarization": false,
- "avg_blocktime": 60,
- "protocol": {
- "type": "UTXO"
- },
- "derivation_path": "m/44'/141'",
- "trezor_coin": "Komodo",
- "electrum": [
- {
- "url": "electrumx2.actioncoin.com:20001",
- "protocol": "WSS",
- "contact": [
- {
- "email": "support@actioncoin.com"
- }
- ]
}
],
"explorer_block_url": "block/"
@@ -40259,7 +32197,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40281,10 +32219,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40367,9 +32301,6 @@
},
"derivation_path": "m/44'/118'",
"rpc_urls": [
- {
- "url": "https://iris-rpc.publicnode.com"
- },
{
"url": "https://rpc.cosmos.directory/irisnet"
},
@@ -40399,7 +32330,7 @@
"mm2": 1,
"chain_id": 56,
"decimals": 18,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40421,10 +32352,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40645,6 +32572,144 @@
],
"explorer_block_url": "block/"
},
+ "NITO": {
+ "coin": "NITO",
+ "type": "UTXO",
+ "name": "NITO",
+ "coinpaprika_id": "nito-nito-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_NITO",
+ "explorer_url": "https://explorer.nito.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/0'",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "NITO-segwit": {
+ "coin": "NITO-segwit",
+ "type": "UTXO",
+ "name": "NITO",
+ "coinpaprika_id": "nito-nito-coin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_NITO",
+ "explorer_url": "https://explorer.nito.network/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Nito Signed Message:\n",
+ "fname": "NITO",
+ "rpcport": 8825,
+ "pubtype": 0,
+ "p2shtype": 5,
+ "wiftype": 128,
+ "segwit": true,
+ "bech32_hrp": "nito",
+ "address_format": {
+ "format": "segwit"
+ },
+ "orderbook_ticker": "NITO",
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "required_confirmations": 3,
+ "mature_confirmations": 101,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/84'/0'",
+ "links": {
+ "github": "https://github.com/NitoNetwork/Nito-core",
+ "homepage": "https://nito.network"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.nito.network:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ },
+ {
+ "url": "electrum1.nitopool.fr:50005",
+ "protocol": "WSS",
+ "disable_cert_verification": false,
+ "contact": [
+ {
+ "email": "biigbang0001@zemzar.net"
+ },
+ {
+ "discord": "biigbang0001"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
"EVR": {
"coin": "EVR",
"type": "UTXO",
@@ -40788,7 +32853,7 @@
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"required_confirmations": 3,
"protocol": {
"type": "ERC20",
@@ -40810,10 +32875,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -40826,9 +32887,9 @@
"coinpaprika_id": "mewc-meowcoin",
"coingecko_id": "meowcoin",
"livecoinwatch_id": "MEWC",
- "explorer_url": "https://mewc.cryptoscope.io/",
- "explorer_tx_url": "tx/?txid=",
- "explorer_address_url": "address/?address=",
+ "explorer_url": "https://explorer.mewccrypto.com/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
"supported": [],
"active": false,
"is_testnet": false,
@@ -40857,7 +32918,7 @@
},
"electrum": [
{
- "url": "electrum.mewccrypto.com:50004",
+ "url": "electrs.mewccrypto.com:50004",
"protocol": "WSS",
"contact": [
{
@@ -40866,7 +32927,7 @@
]
},
{
- "url": "meowcoinelectrum.xyz:50004",
+ "url": "electrs2.mewccrypto.com:50004",
"protocol": "WSS",
"contact": [
{
@@ -40875,52 +32936,34 @@
]
},
{
- "url": "meowelectrum.xyz:50004",
+ "url": "electrs3.meowcoin.org:50004",
"protocol": "WSS",
"contact": [
{
"discord": "Meowmancer#2099"
}
]
- }
- ],
- "explorer_block_url": "block/"
- },
- "IRISTEST": {
- "coin": "IRISTEST",
- "type": "TENDERMINT",
- "name": "Iris Test",
- "coinpaprika_id": "",
- "coingecko_id": "",
- "livecoinwatch_id": "",
- "explorer_url": "https://nyancat.iobscan.io/",
- "explorer_tx_url": "#/txs/",
- "explorer_address_url": "#/address/",
- "supported": [],
- "active": false,
- "is_testnet": true,
- "currently_enabled": false,
- "wallet_only": false,
- "avg_blocktime": 7,
- "fname": "Iris Test",
- "mm2": 1,
- "protocol": {
- "type": "TENDERMINT",
- "protocol_data": {
- "decimals": 6,
- "denom": "unyan",
- "account_prefix": "iaa",
- "chain_id": "nyancat-9",
- "gas_price": 0.5
- }
- },
- "derivation_path": "m/44'/118'",
- "rpc_urls": [
+ },
{
- "url": "http://34.80.202.172:26657"
+ "url": "electrs4.meowcoin.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ {
+ "url": "electrs5.meowcoin.org:50004",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
}
],
- "explorer_block_url": "#/blocks/"
+ "explorer_block_url": "block/"
},
"IRISTEST-IBC_NUCLEUSTEST": {
"coin": "IRISTEST-IBC_NUCLEUSTEST",
@@ -41101,24 +33144,9 @@
},
"derivation_path": "m/44'/60'",
"parent_coin": "ETH",
- "swap_contract_address": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
- "fallback_swap_contract": "0x8500AFc0bc5214728082163326C2FF0C73f4a871",
+ "swap_contract_address": "0x61EEC68Cf64d1b31e41EA713356De2563fB6D3F1",
+ "fallback_swap_contract": "0x24ABE4c71FC658C91313b6552cd40cD808b3Ea80",
"nodes": [
- {
- "url": "https://0xrpc.io/eth",
- "ws_url": "wss://0xrpc.io/eth"
- },
- {
- "url": "https://eth.drpc.org",
- "ws_url": "wss://eth.drpc.org"
- },
- {
- "url": "https://eth3.cipig.net:18555",
- "ws_url": "wss://eth3.cipig.net:38555",
- "contact": {
- "email": "cipi@komodoplatform.com"
- }
- },
{
"url": "https://ethereum-rpc.publicnode.com",
"ws_url": "wss://ethereum-rpc.publicnode.com"
@@ -41166,13 +33194,13 @@
"swap_contract_address": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"fallback_swap_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nodes": [
- {
- "url": "https://0xrpc.io/avax",
- "ws_url": "wss://0xrpc.io/avax"
- },
{
"url": "https://avalanche-c-chain-rpc.publicnode.com",
"ws_url": "wss://avalanche-c-chain-rpc.publicnode.com"
+ },
+ {
+ "url": "https://avalanche.drpc.org",
+ "ws_url": "wss://avalanche.drpc.org"
}
],
"explorer_block_url": "block/"
@@ -41193,7 +33221,7 @@
"currently_enabled": false,
"wallet_only": false,
"fname": "Binance Coin",
- "avg_blocktime": 3,
+ "avg_blocktime": 0.45,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
@@ -41220,10 +33248,6 @@
{
"url": "https://bsc1.cipig.net:18655",
"ws_url": "wss://bsc1.cipig.net:38655"
- },
- {
- "url": "https://bsc3.cipig.net:18655",
- "ws_url": "wss://bsc3.cipig.net:38655"
}
],
"token_address_url": "tokentxns?a=",
@@ -41343,5 +33367,166 @@
}
],
"explorer_block_url": "block/"
+ },
+ "JUMP": {
+ "coin": "JUMP",
+ "type": "UTXO",
+ "name": "Jumpcoin",
+ "coinpaprika_id": "jump-jumpcoin",
+ "coingecko_id": "",
+ "livecoinwatch_id": "_JUMP",
+ "explorer_url": "https://explorer.jumpcoin.net/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Jumpcoin Signed Message:\n",
+ "fname": "Jumpcoin",
+ "isPoS": 1,
+ "rpcport": 31240,
+ "pubtype": 43,
+ "p2shtype": 122,
+ "wiftype": 171,
+ "txfee": 10000,
+ "dust": 10000,
+ "mm2": 1,
+ "mature_confirmations": 100,
+ "required_confirmations": 5,
+ "avg_blocktime": 60,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/278'",
+ "links": {
+ "homepage": "https://jumpcoin.net",
+ "explorer": "https://explorer.jumpcoin.net",
+ "github": "https://github.com/jumpcoin"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.jumpcoin.net:50003",
+ "protocol": "WSS"
+ }
+ ],
+ "explorer_block_url": "block/"
+ },
+ "CAT": {
+ "coin": "CAT",
+ "type": "UTXO",
+ "name": "Catcoin",
+ "coinpaprika_id": "cat-catcoin",
+ "coingecko_id": "catcoin",
+ "livecoinwatch_id": "________________________CAT",
+ "explorer_url": "https://chainz.cryptoid.info/cat/",
+ "explorer_tx_url": "tx.dws?",
+ "explorer_address_url": "address.dws?",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Catcoin Signed Message:\n",
+ "fname": "Catcoin",
+ "isPoS": 0,
+ "rpcport": 9332,
+ "pubtype": 21,
+ "p2shtype": 88,
+ "wiftype": 149,
+ "txfee": 1000000,
+ "dust": 5431,
+ "segwit": false,
+ "mm2": 1,
+ "decimals": 8,
+ "required_confirmations": 3,
+ "avg_blocktime": 600,
+ "protocol": {
+ "type": "UTXO"
+ },
+ "derivation_path": "m/44'/760'",
+ "links": {
+ "homepage": "https://catcoin.org",
+ "explorer": "https://chainz.cryptoid.info/cat/",
+ "github": "https://github.com/CatcoinCore"
+ },
+ "electrum": [
+ {
+ "url": "cat-electrum2.tbtechvn.com:52001",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block.dws?"
+ },
+ "FIVETRAT": {
+ "coin": "FIVETRAT",
+ "type": "UTXO",
+ "name": "5TRAT Coin",
+ "coinpaprika_id": "",
+ "coingecko_id": "",
+ "livecoinwatch_id": "",
+ "explorer_url": "https://explorer1.5trat.net/explorer/",
+ "explorer_tx_url": "tx/",
+ "explorer_address_url": "address/",
+ "supported": [],
+ "active": false,
+ "is_testnet": false,
+ "currently_enabled": false,
+ "wallet_only": false,
+ "sign_message_prefix": "Bitcoin Signed Message:\n",
+ "fname": "5TRAT Coin",
+ "rpcport": 57576,
+ "pubtype": 125,
+ "p2shtype": 80,
+ "wiftype": 181,
+ "txfee": 1000,
+ "dust": 1000,
+ "decimals": 8,
+ "segwit": false,
+ "fork_id": "0x40",
+ "address_format": {
+ "format": "cashaddress",
+ "network": "5trat"
+ },
+ "mm2": 1,
+ "required_confirmations": 2,
+ "mature_confirmations": 100,
+ "avg_blocktime": 300,
+ "protocol": {
+ "type": "UTXO",
+ "chain_variant": "BTC"
+ },
+ "derivation_path": "m/44'/5755'",
+ "links": {
+ "github": "https://github.com/WillItMod/5trat-core",
+ "homepage": "https://5trat.com"
+ },
+ "electrum": [
+ {
+ "url": "electrum1.5trat.net:443",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ },
+ {
+ "url": "electrum2.5trat.net:443",
+ "protocol": "WSS",
+ "contact": [
+ {
+ "email": "axebench.app@gmail.com"
+ }
+ ]
+ }
+ ],
+ "explorer_block_url": "block/"
}
}
\ No newline at end of file
diff --git a/utils/electrum_scan_report.json b/utils/electrum_scan_report.json
index cd243fcc03..8610556840 100644
--- a/utils/electrum_scan_report.json
+++ b/utils/electrum_scan_report.json
@@ -1,130 +1,61 @@
{
"ABY": {
"nodes_total_all": 10,
- "nodes_working_all": 9,
+ "nodes_working_all": 4,
"tcp": {
"aby-ex-four.ewmci.online:50011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1781232641,
+ "result": "Connection refused",
+ "ssl_days_left": -1
},
"aby-ex-three.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1779942040,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
- "aby-ex-four.ewmci.online:50012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
- "aby-ex-three.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
"elec-seeder-one.artbytecoin.org:50012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 29
},
"elec-seeder-two.artbytecoin.org:50012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 88
- }
- },
- "wss": {
- "aby-ex-four.ewmci.online:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
- "elec-seeder-one.artbytecoin.org:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
- },
- "elec-seeder-two.artbytecoin.org:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 88
- },
- "aby-ex-three.ewmci.online:50003": {
- "last_connection": 0,
- "result": null,
- "ssl_days_left": 67
- }
- }
- },
- "ACTN": {
- "nodes_total_all": 6,
- "nodes_working_all": 3,
- "tcp": {
- "electrumx2.actioncoin.com:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 1
+ "ssl_days_left": 29
},
- "electrumx1.actioncoin.com:10001": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrumx2.actioncoin.com:30001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 52
+ "aby-ex-four.ewmci.online:50012": {
+ "last_connection": 1781232641,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
- "electrumx1.actioncoin.com:30001": {
- "last_connection": 0,
- "result": "Timed out",
+ "aby-ex-three.ewmci.online:50002": {
+ "last_connection": 1779942040,
+ "result": "Connection refused",
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "electrumx2.actioncoin.com:20001": {
- "last_connection": 1764928169,
+ "elec-seeder-one.artbytecoin.org:50013": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
+ "ssl_days_left": 29
},
- "electrumx1.actioncoin.com:20001": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- }
- }
- },
- "AIBC": {
- "nodes_total_all": 4,
- "nodes_working_all": 0,
- "tcp": {
- "aibc.pro:50001": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1
+ "elec-seeder-two.artbytecoin.org:50013": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 29
},
- "aibcelectrum.com:50001": {
- "last_connection": 0,
+ "aby-ex-four.ewmci.online:50013": {
+ "last_connection": 1781232641,
"result": "Connection refused",
- "ssl_days_left": -1
- }
- },
- "ssl": {},
- "wss": {
- "aibc.pro:50002": {
- "last_connection": 1733480685,
- "result": "Name or service not known",
"ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
+ "ssl_error": "[Errno 111] Connection refused"
},
- "aibcelectrum.com:50002": {
+ "aby-ex-three.ewmci.online:50003": {
"last_connection": 0,
"result": "Connection refused",
"ssl_days_left": -1,
@@ -132,118 +63,87 @@
}
}
},
- "AIPG": {
- "nodes_total_all": 4,
- "nodes_working_all": 0,
- "tcp": {},
- "ssl": {
- "electrumx1.aipowergrid.io:50002": {
- "last_connection": 1761629615,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrumx2.aipowergrid.io:50002": {
- "last_connection": 1761629615,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- }
- },
- "wss": {
- "electrumx1.aipowergrid.io:50004": {
- "last_connection": 1761629615,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrumx2.aipowergrid.io:50004": {
- "last_connection": 1761629615,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- }
- }
- },
"ANEY": {
"nodes_total_all": 3,
"nodes_working_all": 0,
"tcp": {
"e1.aney.one:50001": {
"last_connection": 0,
- "result": "Timed out",
+ "result": "None",
"ssl_days_left": -1
}
},
"ssl": {
"e1.aney.one:50002": {
"last_connection": 0,
- "result": "Timed out",
+ "result": null,
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno -5] No address associated with hostname"
}
},
"wss": {
"e1.aney.one:50004": {
"last_connection": 0,
- "result": "Timed out",
+ "result": null,
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno -5] No address associated with hostname"
}
}
},
"ARRR": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"arrr.electrum1.cipig.net:10008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"arrr.electrum2.cipig.net:10008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"arrr.electrum3.cipig.net:10008": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"arrr.electrum1.cipig.net:20008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"arrr.electrum2.cipig.net:20008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"arrr.electrum3.cipig.net:20008": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"arrr.electrum1.cipig.net:30008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"arrr.electrum2.cipig.net:30008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"arrr.electrum3.cipig.net:30008": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -252,26 +152,26 @@
"nodes_working_all": 7,
"tcp": {
"electrum1.valhala.is:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum1.valhala.is:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 72
+ "ssl_days_left": 61
},
"electrumx.aur.ewmcx.info:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 29
},
"failover.aur.ewmcx.biz:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
},
"lenoir.ecoincore.com:12343": {
"last_connection": 0,
@@ -282,453 +182,508 @@
},
"wss": {
"electrum1.valhala.is:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 72
+ "ssl_days_left": 61
},
"electrumx.aur.ewmcx.info:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 29
},
"failover.aur.ewmcx.biz:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
+ }
+ }
+ },
+ "AURE": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 0,
+ "tcp": {},
+ "ssl": {
+ "aurascan.gt.tc:50002": {
+ "last_connection": 1777005665,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "aureuscoin.site:50002": {
+ "last_connection": 1777005665,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "fulcrum.aureuscoin.site:50002": {
+ "last_connection": 1777005665,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ },
+ "wss": {
+ "aurascan.gt.tc:50004": {
+ "last_connection": 1777005665,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "aureuscoin.site:50004": {
+ "last_connection": 1777005665,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "fulcrum.aureuscoin.site:50004": {
+ "last_connection": 1777005665,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"AVN": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 5,
"tcp": {
"electrum-ca.avn.network:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum-eu.avn.network:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1777687464,
+ "result": "Connection refused",
+ "ssl_days_left": -1
},
"electrum-us.avn.network:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1781665011,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
"electrum-ca.avn.network:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 17
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
"electrum-eu.avn.network:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 17
+ "ssl_days_left": 48
},
"electrum-us.avn.network:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 2
+ "ssl_days_left": 46
}
},
"wss": {
"electrum-ca.avn.network:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 17
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
"electrum-eu.avn.network:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 17
+ "ssl_days_left": 48
},
"electrum-us.avn.network:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 2
+ "ssl_days_left": 46
}
}
},
"AXE": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"axe.electrum1.cipig.net:10057": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"axe.electrum2.cipig.net:10057": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"axe.electrum3.cipig.net:10057": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"axe.electrum1.cipig.net:20057": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"axe.electrum2.cipig.net:20057": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"axe.electrum3.cipig.net:20057": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"axe.electrum1.cipig.net:30057": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"axe.electrum2.cipig.net:30057": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"axe.electrum3.cipig.net:30057": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
- "AYA": {
+ "BBK": {
"nodes_total_all": 7,
- "nodes_working_all": 1,
+ "nodes_working_all": 3,
"tcp": {
- "159.69.73.223:5151": {
- "last_connection": 1764928169,
+ "bbk-ex-three.ewmci.online:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
- "electrum1.aryacoin.io:2052": {
- "last_connection": 0,
- "result": "Name or service not known",
+ "bbk-ex-two.ewmci.online:50001": {
+ "last_connection": 1783625854,
+ "result": "Connection refused",
"ssl_days_left": -1
},
- "electrum2.aryacoin.io:2052": {
- "last_connection": 0,
- "result": "Name or service not known",
+ "bbk-one.ewm-cx.net:50001": {
+ "last_connection": 1734847693,
+ "result": "None",
"ssl_days_left": -1
}
},
"ssl": {
- "electrum1.aryacoin.io:2053": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
+ "bbk-ex-three.ewmci.online:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 5
},
- "electrum2.aryacoin.io:2053": {
- "last_connection": 0,
- "result": "Name or service not known",
+ "bbk-ex-two.ewmci.online:50002": {
+ "last_connection": 1783625854,
+ "result": "Connection refused",
"ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- },
- "wss": {
- "electrum1.aryacoin.io:2051": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- },
- "electrum2.aryacoin.io:2051": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- }
- },
- "BBK": {
- "nodes_total_all": 7,
- "nodes_working_all": 6,
- "tcp": {
- "bbk-ex-three.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "bbk-ex-two.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "bbk-one.ewm-cx.net:50001": {
- "last_connection": 1734847693,
- "result": "None",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "bbk-ex-three.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
- "bbk-ex-two.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
"bbk-ex-three.ewmci.online:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
},
"bbk-ex-two.ewmci.online:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
+ "last_connection": 1783625854,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"BC2": {
"nodes_total_all": 6,
- "nodes_working_all": 6,
+ "nodes_working_all": 5,
"tcp": {
- "explorer.bitcoin-ii.org:50008": {
- "last_connection": 1764928169,
+ "bitcoinii.ddns.net:50008": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"infra1.bitcoin-ii.org:50008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
- "explorer.bitcoin-ii.org:50009": {
- "last_connection": 1764928169,
+ "bitcoinii.ddns.net:50009": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 80
+ "ssl_days_left": 71
},
"infra1.bitcoin-ii.org:50009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 39
}
},
"wss": {
- "explorer.bitcoin-ii.org:50010": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 80
- },
"infra1.bitcoin-ii.org:50010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 39
+ },
+ "bitcoinii.ddns.net:50010": {
+ "last_connection": 1772673867,
+ "result": null,
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)"
}
}
},
"BCH": {
"nodes_total_all": 15,
- "nodes_working_all": 15,
+ "nodes_working_all": 12,
"tcp": {
"bch.electrum1.cipig.net:10055": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"bch.electrum2.cipig.net:10055": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"bch.electrum3.cipig.net:10055": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"bch.electrum1.cipig.net:20055": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bch.electrum2.cipig.net:20055": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "bch.electrum3.cipig.net:20055": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bch.imaginary.cash:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 25
+ "ssl_days_left": 16
},
"bch.soul-dev.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 333
+ "ssl_days_left": 86
},
"cashnode.bch.ninja:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 56
+ "ssl_days_left": 78
+ },
+ "bch.electrum3.cipig.net:20055": {
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"bch.electrum1.cipig.net:30055": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bch.electrum2.cipig.net:30055": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "bch.electrum3.cipig.net:30055": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bch.imaginary.cash:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 25
+ "ssl_days_left": 16
},
"bch.soul-dev.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 333
+ "ssl_days_left": 86
},
"cashnode.bch.ninja:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
+ },
+ "bch.electrum3.cipig.net:30055": {
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ }
+ },
+ "BCH2": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 6,
+ "tcp": {
+ "electrum.bch2.org:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "electrum2.bch2.org:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrum.bch2.org:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
+ },
+ "electrum2.bch2.org:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 44
+ }
+ },
+ "wss": {
+ "electrum.bch2.org:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
+ },
+ "electrum2.bch2.org:50004": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 56
+ "ssl_days_left": 44
}
}
},
"BCZERO": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"bczero.electrum1.cipig.net:10003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"bczero.electrum2.cipig.net:10003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"bczero.electrum3.cipig.net:10003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"bczero.electrum1.cipig.net:20003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bczero.electrum2.cipig.net:20003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bczero.electrum3.cipig.net:20003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"bczero.electrum1.cipig.net:30003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bczero.electrum2.cipig.net:30003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"bczero.electrum3.cipig.net:30003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"BITN": {
- "nodes_total_all": 8,
- "nodes_working_all": 0,
+ "nodes_total_all": 9,
+ "nodes_working_all": 3,
"tcp": {
- "194.163.176.151:50001": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1
+ "bitn-electrumx.wattxchange.app:50011": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "bitn-electrumx.wattxchange.app:50012": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 58
},
- "194.163.178.204:50001": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1
+ "bitnet.outsidethebox.top:50002": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
- "bitchair.io:50001": {
- "last_connection": 0,
- "result": "None",
- "ssl_days_left": -1
+ "bit-e.minethepla.net:50002": {
+ "last_connection": 1786418311,
+ "result": null,
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
- "bitexplorer.io:50001": {
- "last_connection": 1738800552,
+ "bit-e.outsidethebox.top:50002": {
+ "last_connection": 1771824376,
"result": "Timed out",
- "ssl_days_left": -1
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
- "ssl": {},
"wss": {
- "194.163.176.151:50004": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "bitn-electrumx.wattxchange.app:50014": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 58
},
- "194.163.178.204:50004": {
- "last_connection": 0,
- "result": "Connection refused",
+ "bitnet.outsidethebox.top:50004": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
- "bitchair.io:50004": {
- "last_connection": 0,
- "result": "Timed out",
+ "bit-e.minethepla.net:50004": {
+ "last_connection": 1786418311,
+ "result": null,
"ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
- "bitexplorer.io:50004": {
- "last_connection": 0,
+ "bit-e.outsidethebox.top:50004": {
+ "last_connection": 1771824376,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
@@ -737,59 +692,62 @@
},
"BKC": {
"nodes_total_all": 9,
- "nodes_working_all": 6,
+ "nodes_working_all": 0,
"tcp": {
"electrumx1.briskcoin.org:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
+ "ssl_days_left": -1
},
"electrumx2.briskcoin.org:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
+ "ssl_days_left": -1
},
"electrumx3.briskcoin.org:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
+ "ssl_days_left": -1
}
},
"ssl": {
"electrumx1.briskcoin.org:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 85
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -2] Name or service not known"
},
"electrumx2.briskcoin.org:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 85
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -2] Name or service not known"
},
"electrumx3.briskcoin.org:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
"ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'electrumx3.briskcoin.org'. (_ssl.c:1007)"
+ "ssl_error": "[Errno -2] Name or service not known"
}
},
"wss": {
- "electrumx2.briskcoin.org:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 85
+ "electrumx1.briskcoin.org:50003": {
+ "last_connection": 1757307568,
+ "result": "Name or service not known",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -2] Name or service not known"
},
- "electrumx3.briskcoin.org:50003": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "electrumx2.briskcoin.org:50003": {
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
"ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'electrumx3.briskcoin.org'. (_ssl.c:1007)"
+ "ssl_error": "[Errno -2] Name or service not known"
},
- "electrumx1.briskcoin.org:50003": {
- "last_connection": 1757307568,
- "result": "Connection refused",
+ "electrumx3.briskcoin.org:50003": {
+ "last_connection": 1765110193,
+ "result": "Name or service not known",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "[Errno -2] Name or service not known"
}
}
},
@@ -798,125 +756,64 @@
"nodes_working_all": 9,
"tcp": {
"electrum1.blackcoin.nl:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.blackcoin.nl:20001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum3.blackcoin.nl:30001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum1.blackcoin.nl:10002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 72
+ "ssl_days_left": 26
},
"electrum2.blackcoin.nl:20002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 73
+ "ssl_days_left": 86
},
"electrum3.blackcoin.nl:30002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 47
+ "ssl_days_left": 38
}
},
"wss": {
"electrum1.blackcoin.nl:10004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 72
+ "ssl_days_left": 26
},
"electrum2.blackcoin.nl:20004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 73
+ "ssl_days_left": 86
},
"electrum3.blackcoin.nl:30004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 47
+ "ssl_days_left": 38
}
}
},
- "BLOCX": {
- "nodes_total_all": 9,
+ "BOLI": {
+ "nodes_total_all": 1,
"nodes_working_all": 0,
"tcp": {
- "electrum1.blocx.live:50001": {
- "last_connection": 1749859818,
+ "electrum2.bolivarcoin.tech:23001": {
+ "last_connection": 1774987457,
"result": "Timed out",
"ssl_days_left": -1
- },
- "electrum2.blocx.live:50001": {
- "last_connection": 1754007272,
- "result": "Timed out",
- "ssl_days_left": -1
- },
- "electrum3.blocx.live:50001": {
- "last_connection": 1754007272,
- "result": "Timed out",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum1.blocx.live:50002": {
- "last_connection": 1749859818,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrum2.blocx.live:50002": {
- "last_connection": 1754007272,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrum3.blocx.live:50002": {
- "last_connection": 1754007272,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- }
- },
- "wss": {
- "electrum1.blocx.live:50004": {
- "last_connection": 1749859818,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrum2.blocx.live:50004": {
- "last_connection": 1754007272,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrum3.blocx.live:50004": {
- "last_connection": 1754007272,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- }
- }
- },
- "BOLI": {
- "nodes_total_all": 1,
- "nodes_working_all": 1,
- "tcp": {
- "electrum2.bolivarcoin.tech:23001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
}
},
"ssl": {},
@@ -928,160 +825,161 @@
"tcp": {
"electrum.bonkscoin.io:50001": {
"last_connection": 1761145310,
- "result": "Timed out",
+ "result": "Name or service not known",
"ssl_days_left": -1
}
},
"ssl": {
"electrum.bonkscoin.io:50003": {
"last_connection": 1761145310,
- "result": "Timed out",
+ "result": "Name or service not known",
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno -2] Name or service not known"
}
},
"wss": {
"electrum.bonkscoin.io:50002": {
"last_connection": 1761145310,
- "result": "Timed out",
+ "result": "Name or service not known",
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno -2] Name or service not known"
}
}
},
"BSTY": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 3,
"tcp": {
"bsty-main.coinmunity.gold:50011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumserver01.globalboost.info:50011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1783993778,
+ "result": "Connection refused",
+ "ssl_days_left": -1
},
"electrumserver02.globalboost.info:50011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1782268600,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"bsty-main.coinmunity.gold:50012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
},
"electrumserver01.globalboost.info:50014": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 26
+ "last_connection": 1783993778,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"electrumserver02.globalboost.info:50014": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 80
+ "last_connection": 1782268600,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"bsty-main.coinmunity.gold:50013": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
},
"electrumserver01.globalboost.info:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 26
+ "last_connection": 1783993778,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"electrumserver02.globalboost.info:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 80
+ "last_connection": 1782268600,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"BTC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"btc.electrum1.cipig.net:10000": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"btc.electrum2.cipig.net:10000": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"btc.electrum3.cipig.net:10000": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"btc.electrum1.cipig.net:20000": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btc.electrum2.cipig.net:20000": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btc.electrum3.cipig.net:20000": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"btc.electrum1.cipig.net:30000": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btc.electrum2.cipig.net:30000": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btc.electrum3.cipig.net:30000": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"BTCZ": {
- "nodes_total_all": 8,
- "nodes_working_all": 4,
- "tcp": {
- "electrum2.btcz.rocks:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "electrum3.btcz.rocks:50001": {
- "last_connection": 1764928169,
+ "nodes_total_all": 6,
+ "nodes_working_all": 2,
+ "tcp": {},
+ "ssl": {
+ "electrum2.btcz.rocks:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 1
+ "ssl_days_left": 55
},
- "electrum1.btcz.rocks:50001": {
- "last_connection": 1764337611,
+ "electrum1.btcz.rocks:50002": {
+ "last_connection": 1786327235,
"result": "Connection refused",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum5.btcz.rocks:50002": {
- "last_connection": 1756345040,
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "electrum3.btcz.rocks:50002": {
+ "last_connection": 1778294747,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -1089,26 +987,21 @@
},
"wss": {
"electrum2.btcz.rocks:50004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 44
- },
- "electrum3.btcz.rocks:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
+ "ssl_days_left": 55
},
"electrum1.btcz.rocks:50004": {
- "last_connection": 1764337611,
+ "last_connection": 1786327235,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
- "electrum5.btcz.rocks:50004": {
- "last_connection": 1732511535,
- "result": "Timed out",
+ "electrum3.btcz.rocks:50004": {
+ "last_connection": 1778294747,
+ "result": "Connection refused",
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
@@ -1118,85 +1011,127 @@
"tcp": {},
"ssl": {
"electrumx.bitwebcore.net:20002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 23
},
"electrumx1.bitwebcore.net:20002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 23
},
"electrumx2.bitwebcore.net:20002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 23
}
},
"wss": {
"electrumx.bitwebcore.net:20003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 23
},
"electrumx1.bitwebcore.net:20003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 23
},
"electrumx2.bitwebcore.net:20003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 23
+ }
+ }
+ },
+ "BTGS": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 6,
+ "tcp": {
+ "electrum.bitcoingold.site:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "electrum.btgscoin.site:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrum.bitcoingold.site:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 49
+ },
+ "electrum.btgscoin.site:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 49
+ }
+ },
+ "wss": {
+ "electrum.bitcoingold.site:50005": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 49
+ },
+ "electrum.btgscoin.site:50005": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 49
}
}
},
"BTX": {
"nodes_total_all": 8,
- "nodes_working_all": 8,
+ "nodes_working_all": 6,
"tcp": {},
"ssl": {
"btx-electrumx.coinsmunity.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
},
"btx.electrum1.cipig.net:20069": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btx.electrum2.cipig.net:20069": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btx.electrum3.cipig.net:20069": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"btx-electrumx.coinsmunity.com:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
},
"btx.electrum1.cipig.net:30069": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btx.electrum2.cipig.net:30069": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"btx.electrum3.cipig.net:30069": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -1206,31 +1141,31 @@
"tcp": {},
"ssl": {
"electrum1.cascoin.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 65
},
"electrum2.cascoin.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 67
},
"electrum3.cascoin.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 68
}
},
"wss": {
"electrum1.cascoin.net:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 65
},
"electrum2.cascoin.net:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 67
},
"electrum3.cascoin.net:50003": {
"last_connection": 0,
@@ -1240,137 +1175,126 @@
}
}
},
- "CCL": {
- "nodes_total_all": 9,
- "nodes_working_all": 9,
+ "CAT": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 3,
"tcp": {
- "ccl.electrum1.cipig.net:10029": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "ccl.electrum2.cipig.net:10029": {
- "last_connection": 1764928169,
+ "cat-electrum2.tbtechvn.com:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
- "ccl.electrum3.cipig.net:10029": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "cat-electrum1.tbtechvn.com:50001": {
+ "last_connection": 1785714820,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
- "ccl.electrum1.cipig.net:20029": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "ccl.electrum2.cipig.net:20029": {
- "last_connection": 1764928169,
+ "cat-electrum2.tbtechvn.com:51001": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 47
},
- "ccl.electrum3.cipig.net:20029": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "cat-electrum1.tbtechvn.com:51001": {
+ "last_connection": 1785714820,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "ccl.electrum1.cipig.net:30029": {
- "last_connection": 1764928169,
+ "cat-electrum2.tbtechvn.com:52001": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
- },
- "ccl.electrum2.cipig.net:30029": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 47
},
- "ccl.electrum3.cipig.net:30029": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "cat-electrum1.tbtechvn.com:52001": {
+ "last_connection": 1785714820,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"CDN": {
"nodes_total_all": 13,
- "nodes_working_all": 5,
+ "nodes_working_all": 3,
"tcp": {},
"ssl": {
"chicago.ecoincore.com:34333": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
+ },
+ "lenoir.ecoincore.com:34333": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'lenoir.ecoincore.com'. (_ssl.c:1007)"
},
- "miami.ecoincore.com:34333": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 0
+ "mumbai.ecoincore.com:34333": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'mumbai.ecoincore.com'. (_ssl.c:1007)"
},
"oakland.ecoincore.com:34333": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 24
+ "ssl_days_left": 75
},
"seattle.ecoincore.com:34333": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 50
},
"woolloomooloo.ecoincore.com:34333": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 82
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'woolloomooloo.ecoincore.com'. (_ssl.c:1007)"
},
"holland.ecoincore.com:34333": {
"last_connection": 1748274679,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "lenoir.ecoincore.com:34333": {
- "last_connection": 0,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
},
- "mumbai.ecoincore.com:34333": {
- "last_connection": 0,
+ "miami.ecoincore.com:34333": {
+ "last_connection": 1784635052,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
}
},
"wss": {
- "miami.ecoincore.com:34335": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 0
- },
- "woolloomooloo.ecoincore.com:34335": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 82
+ "lenoir.ecoincore.com:34335": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'lenoir.ecoincore.com'. (_ssl.c:1007)"
},
- "holland.ecoincore.com:34335": {
- "last_connection": 1748274679,
- "result": "Connection refused",
+ "mumbai.ecoincore.com:34335": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'mumbai.ecoincore.com'. (_ssl.c:1007)"
},
- "lenoir.ecoincore.com:34335": {
- "last_connection": 0,
+ "woolloomooloo.ecoincore.com:34335": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'woolloomooloo.ecoincore.com'. (_ssl.c:1007)"
+ },
+ "holland.ecoincore.com:34335": {
+ "last_connection": 1748274679,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
},
- "mumbai.ecoincore.com:34335": {
- "last_connection": 0,
+ "miami.ecoincore.com:34335": {
+ "last_connection": 1784635052,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
@@ -1379,56 +1303,58 @@
},
"CHIPS": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"chips.electrum1.cipig.net:10012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"chips.electrum2.cipig.net:10012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"chips.electrum3.cipig.net:10012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"chips.electrum1.cipig.net:20012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"chips.electrum2.cipig.net:20012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"chips.electrum3.cipig.net:20012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"chips.electrum1.cipig.net:30012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"chips.electrum2.cipig.net:30012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"chips.electrum3.cipig.net:30012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -1437,113 +1363,119 @@
"nodes_working_all": 9,
"tcp": {
"electrum.blastinvest.com:10007": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum.shorelinecrypto.com:10007": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.mooo.com:10007": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum.blastinvest.com:10008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 41
},
"electrum.shorelinecrypto.com:10008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 38
+ "ssl_days_left": 29
},
"electrum2.mooo.com:10008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 2
+ "ssl_days_left": 25
}
},
"wss": {
"electrum.blastinvest.com:10009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 41
},
"electrum.shorelinecrypto.com:10009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 38
+ "ssl_days_left": 29
},
"electrum2.mooo.com:10009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 2
+ "ssl_days_left": 25
}
}
},
"CLAM": {
"nodes_total_all": 5,
- "nodes_working_all": 5,
+ "nodes_working_all": 0,
"tcp": {
"clam-ex-one.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1783007148,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
"clam-ex-one.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
+ "last_connection": 1783007148,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"clam.electrum3.cipig.net:20075": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"clam-ex-one.ewmci.online:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
+ "last_connection": 1783007148,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"clam.electrum3.cipig.net:30075": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"CLC": {
"nodes_total_all": 3,
- "nodes_working_all": 3,
+ "nodes_working_all": 1,
"tcp": {
"v2.cryptocollider.com:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"v2.cryptocollider.com:8443": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 27
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
}
},
"wss": {
"v2.cryptocollider.com:5001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 27
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
}
}
},
@@ -1552,24 +1484,24 @@
"nodes_working_all": 3,
"tcp": {
"explorer.crionic.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"coin.crionic.org:50001": {
- "last_connection": 1761145310,
+ "last_connection": 1781665011,
"result": "Connection refused",
"ssl_days_left": -1
}
},
"ssl": {
"explorer.crionic.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 78
},
"coin.crionic.org:50002": {
- "last_connection": 1761145310,
+ "last_connection": 1781665011,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -1577,12 +1509,12 @@
},
"wss": {
"explorer.crionic.org:50005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 78
},
"coin.crionic.org:50005": {
- "last_connection": 1761145310,
+ "last_connection": 1781665011,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -1595,268 +1527,253 @@
"tcp": {},
"ssl": {
"electrum02.cyberyen.work:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 41
+ "ssl_days_left": 34
},
"electrum03.cyberyen.work:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 30
+ "ssl_days_left": 74
}
},
"wss": {
"electrum02.cyberyen.work:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 41
+ "ssl_days_left": 34
},
"electrum03.cyberyen.work:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 30
+ "ssl_days_left": 74
}
}
},
"DASH": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"dash.electrum1.cipig.net:10061": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"dash.electrum2.cipig.net:10061": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"dash.electrum3.cipig.net:10061": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"dash.electrum1.cipig.net:20061": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dash.electrum2.cipig.net:20061": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dash.electrum3.cipig.net:20061": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"dash.electrum1.cipig.net:30061": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dash.electrum2.cipig.net:30061": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dash.electrum3.cipig.net:30061": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"DEV": {
"nodes_total_all": 6,
- "nodes_working_all": 6,
+ "nodes_working_all": 0,
"tcp": {
"api.dogecoinev.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1785550002,
+ "result": "Timed out",
+ "ssl_days_left": -1
},
"api2.dogecoinev.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1766624924,
+ "result": "Name or service not known",
+ "ssl_days_left": -1
}
},
"ssl": {
"api.dogecoinev.com:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 15
+ "last_connection": 1785550002,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
},
"api2.dogecoinev.com:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 15
+ "last_connection": 1766624924,
+ "result": "Name or service not known",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -2] Name or service not known"
}
},
"wss": {
"api.dogecoinev.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 15
+ "last_connection": 1785550002,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
},
"api2.dogecoinev.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 15
+ "last_connection": 1766624924,
+ "result": "Name or service not known",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -2] Name or service not known"
}
}
},
"DGB": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"dgb.electrum1.cipig.net:10059": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"dgb.electrum2.cipig.net:10059": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"dgb.electrum3.cipig.net:10059": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"dgb.electrum1.cipig.net:20059": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dgb.electrum2.cipig.net:20059": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dgb.electrum3.cipig.net:20059": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"dgb.electrum1.cipig.net:30059": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dgb.electrum2.cipig.net:30059": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"dgb.electrum3.cipig.net:30059": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"DGC": {
- "nodes_total_all": 8,
+ "nodes_total_all": 11,
"nodes_working_all": 5,
"tcp": {
- "dgc-ex-three.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
"electrumx.dgc.ewmcx.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
+ },
+ "dgc-ex-four.ewmci.online:50001": {
+ "last_connection": 1782268600,
+ "result": "Timed out",
+ "ssl_days_left": -1
+ },
+ "dgc-ex-three.ewmci.online:50001": {
+ "last_connection": 1782268600,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
- "dgc-ex-three.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
"electrumx.dgc.ewmcx.org:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
},
"failover.dgc.ewmcx.biz:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 88
- }
- },
- "wss": {
- "failover.dgc.ewmcx.biz:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
- },
- "dgc-ex-three.ewmci.online:50003": {
- "last_connection": 0,
- "result": null,
- "ssl_days_left": 67
+ "ssl_days_left": 29
},
- "electrumx.dgc.ewmcx.org:50003": {
- "last_connection": 0,
+ "dgc-ex-four.ewmci.online:50002": {
+ "last_connection": 1782268600,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
- }
- }
- },
- "DIAC": {
- "nodes_total_all": 6,
- "nodes_working_all": 4,
- "tcp": {
- "electrumx1.diabasecoin.com:10002": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1
- },
- "electrumx2.diabasecoin.com:10002": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "diac.electrum1.cipig.net:20072": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
},
- "diac.electrum2.cipig.net:20072": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "dgc-ex-three.ewmci.online:50002": {
+ "last_connection": 1782268600,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "diac.electrum1.cipig.net:30072": {
- "last_connection": 1764928169,
+ "electrumx.dgc.ewmcx.org:50003": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 80
},
- "diac.electrum2.cipig.net:30072": {
- "last_connection": 1764928169,
+ "failover.dgc.ewmcx.biz:50003": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 29
+ },
+ "dgc-ex-four.ewmci.online:50003": {
+ "last_connection": 1782268600,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "dgc-ex-three.ewmci.online:50003": {
+ "last_connection": 0,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
@@ -1865,7 +1782,7 @@
"nodes_working_all": 3,
"tcp": {
"electrumx2.dimecoinnetwork.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
@@ -1877,9 +1794,9 @@
},
"ssl": {
"electrumx2.dimecoinnetwork.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 60
+ "ssl_days_left": 50
},
"electrumx1.dimecoinnetwork.com:50002": {
"last_connection": 1764724019,
@@ -1890,9 +1807,9 @@
},
"wss": {
"electrumx2.dimecoinnetwork.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 60
+ "ssl_days_left": 50
},
"electrumx1.dimecoinnetwork.com:50004": {
"last_connection": 1764724019,
@@ -1908,193 +1825,312 @@
"tcp": {},
"ssl": {
"electrumx1.diminutivecoin.com:50012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"electrumx2.diminutivecoin.com:50012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 41
+ "ssl_days_left": 15
}
},
"wss": {
"electrumx1.diminutivecoin.com:50013": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"electrumx2.diminutivecoin.com:50013": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 41
+ "ssl_days_left": 15
}
}
},
"DINGO": {
- "nodes_total_all": 9,
- "nodes_working_all": 7,
+ "nodes_total_all": 30,
+ "nodes_working_all": 13,
"tcp": {
"delecx.twinkykms.com:3339": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"elecx1.dingocoin.com:3339": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
- "elecx2.dingocoin.com:3339": {
- "last_connection": 1764928169,
+ "elecx2.kmsoftware.org:3339": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
+ },
+ "seed1.dingocoin.com:3339": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "seed3.dingocoin.com:3339": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "elecx.kmsoftware.org:3339": {
+ "last_connection": 1781232641,
+ "result": "Timed out",
+ "ssl_days_left": -1
+ },
+ "elecx2.dingocoin.com:3339": {
+ "last_connection": 1773965163,
+ "result": "Connection refused",
+ "ssl_days_left": -1
+ },
+ "seed2.dingocoin.com:3339": {
+ "last_connection": 1779942040,
+ "result": "Timed out",
+ "ssl_days_left": -1
+ },
+ "seed4.dingocoin.com:3339": {
+ "last_connection": 1776104600,
+ "result": "Timed out",
+ "ssl_days_left": -1
+ },
+ "seed5.dingocoin.com:3339": {
+ "last_connection": 1781232641,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"delecx.twinkykms.com:3342": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
"elecx1.dingocoin.com:3342": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 69
+ "ssl_days_left": 59
},
- "elecx2.dingocoin.com:3342": {
- "last_connection": 1764928169,
+ "elecx2.kmsoftware.org:3342": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 59
+ "ssl_days_left": 86
+ },
+ "seed1.dingocoin.com:3342": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 86
+ },
+ "seed3.dingocoin.com:3342": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 86
+ },
+ "elecx.kmsoftware.org:3342": {
+ "last_connection": 1781232641,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "elecx2.dingocoin.com:3342": {
+ "last_connection": 0,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "seed2.dingocoin.com:3342": {
+ "last_connection": 1779942040,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "seed4.dingocoin.com:3342": {
+ "last_connection": 0,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "seed5.dingocoin.com:3342": {
+ "last_connection": 1781232641,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"delecx.twinkykms.com:3341": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
"elecx1.dingocoin.com:3341": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 69
+ "ssl_days_left": 59
},
- "elecx2.dingocoin.com:3341": {
- "last_connection": 1764928169,
+ "elecx2.kmsoftware.org:3341": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 59
+ "ssl_days_left": 86
+ },
+ "seed1.dingocoin.com:3341": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 86
+ },
+ "seed3.dingocoin.com:3341": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 86
+ },
+ "elecx.kmsoftware.org:3341": {
+ "last_connection": 1781232641,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "elecx2.dingocoin.com:3341": {
+ "last_connection": 0,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "seed2.dingocoin.com:3341": {
+ "last_connection": 1778975450,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "seed4.dingocoin.com:3341": {
+ "last_connection": 0,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "seed5.dingocoin.com:3341": {
+ "last_connection": 1781232641,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"DOC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"doc.electrum1.cipig.net:10020": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"doc.electrum2.cipig.net:10020": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"doc.electrum3.cipig.net:10020": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"doc.electrum1.cipig.net:20020": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doc.electrum2.cipig.net:20020": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doc.electrum3.cipig.net:20020": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"doc.electrum1.cipig.net:30020": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doc.electrum2.cipig.net:30020": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doc.electrum3.cipig.net:30020": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"DOGE": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"doge.electrum1.cipig.net:10060": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"doge.electrum2.cipig.net:10060": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"doge.electrum3.cipig.net:10060": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"doge.electrum1.cipig.net:20060": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doge.electrum2.cipig.net:20060": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doge.electrum3.cipig.net:20060": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"doge.electrum1.cipig.net:30060": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doge.electrum2.cipig.net:30060": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"doge.electrum3.cipig.net:30060": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -2104,86 +2140,84 @@
"tcp": {},
"ssl": {
"dogec-one.ewm-cx.com:50007": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
+ "ssl_days_left": 69
}
},
"wss": {
"dogec-one.ewm-cx.com:50008": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
+ "ssl_days_left": 69
}
}
},
"DOI": {
"nodes_total_all": 9,
- "nodes_working_all": 4,
+ "nodes_working_all": 7,
"tcp": {
"pink-deer-69.doi.works:50001": {
- "last_connection": 1756519344,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
}
},
"ssl": {
"big-parrot-60.doi.works:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 67
},
"itchy-jellyfish-89.doi.works:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
- "ugly-bird-70.doi.works:50002": {
- "last_connection": 1764928169,
+ "pink-deer-69.doi.works:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 78
+ "ssl_days_left": 63
},
- "pink-deer-69.doi.works:50002": {
- "last_connection": 1756519344,
- "result": "Network is unreachable ",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
+ "ugly-bird-70.doi.works:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 69
}
},
"wss": {
"big-parrot-60.doi.works:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 67
},
"itchy-jellyfish-89.doi.works:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
- "ugly-bird-70.doi.works:50004": {
- "last_connection": 1764928169,
+ "pink-deer-69.doi.works:50004": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 78
+ "ssl_days_left": 63
},
- "pink-deer-69.doi.works:50004": {
- "last_connection": 1756519344,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
+ "ugly-bird-70.doi.works:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 69
}
}
},
"DP": {
"nodes_total_all": 1,
- "nodes_working_all": 1,
+ "nodes_working_all": 0,
"tcp": {
"1.eu.dp.electrum.dexstats.info:10021": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1767669546,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {},
@@ -2195,55 +2229,103 @@
"tcp": {},
"ssl": {
"electrumxdpc.bitwebcore.net:22002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 40
+ "ssl_days_left": 80
},
"electrumxdpc1.bitwebcore.net:22002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 40
+ "ssl_days_left": 80
},
"electrumxdpc2.bitwebcore.net:22002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 40
+ "ssl_days_left": 80
}
},
"wss": {
"electrumxdpc.bitwebcore.net:22003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 40
+ "ssl_days_left": 80
},
"electrumxdpc1.bitwebcore.net:22003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 40
+ "ssl_days_left": 80
},
"electrumxdpc2.bitwebcore.net:22003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 40
+ "ssl_days_left": 80
+ }
+ }
+ },
+ "DSV": {
+ "nodes_total_all": 9,
+ "nodes_working_all": 9,
+ "tcp": {
+ "electrumx.doriancoin.com:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "node1.doriancoin.com:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "node2.doriancoin.com:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrumx.doriancoin.com:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 28
+ },
+ "node1.doriancoin.com:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 27
+ },
+ "node2.doriancoin.com:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 27
+ }
+ },
+ "wss": {
+ "electrumx.doriancoin.com:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 28
+ },
+ "node1.doriancoin.com:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 27
+ },
+ "node2.doriancoin.com:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 27
}
}
},
"EFL": {
"nodes_total_all": 12,
- "nodes_working_all": 0,
+ "nodes_working_all": 2,
"tcp": {},
"ssl": {
"electrum1.egulden.org:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
- },
- "electrum3.egulden.org:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 61
},
"electrum2.egulden.org:50002": {
"last_connection": 0,
@@ -2251,6 +2333,12 @@
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
+ "electrum3.egulden.org:50002": {
+ "last_connection": 1785645389,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
"electrum5.egulden.org:11017": {
"last_connection": 0,
"result": "Connection refused",
@@ -2259,12 +2347,12 @@
},
"holland.ecoincore.com:11017": {
"last_connection": 1740359462,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
},
"lenoir.ecoincore.com:11017": {
- "last_connection": 1732070545,
+ "last_connection": 0,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
@@ -2272,16 +2360,9 @@
},
"wss": {
"electrum1.egulden.org:50004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
- },
- "electrum3.egulden.org:50004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 61
},
"electrum2.egulden.org:50004": {
"last_connection": 0,
@@ -2289,20 +2370,26 @@
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
- "electrum5.egulden.org:11019": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1,
+ "electrum3.egulden.org:50004": {
+ "last_connection": 1785645389,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ },
+ "electrum5.egulden.org:11019": {
+ "last_connection": 0,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
"holland.ecoincore.com:11019": {
"last_connection": 1740359462,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
},
"lenoir.ecoincore.com:11019": {
- "last_connection": 1732070545,
+ "last_connection": 0,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
@@ -2314,55 +2401,55 @@
"nodes_working_all": 6,
"tcp": {
"emc2.electrum1.cipig.net:10062": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"emc2.electrum2.cipig.net:10062": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"emc2.electrum3.cipig.net:10062": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1
}
},
"ssl": {
"emc2.electrum1.cipig.net:20062": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"emc2.electrum2.cipig.net:20062": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"emc2.electrum3.cipig.net:20062": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
}
},
"wss": {
"emc2.electrum1.cipig.net:30062": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"emc2.electrum2.cipig.net:30062": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"emc2.electrum3.cipig.net:30062": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
}
}
},
@@ -2371,38 +2458,38 @@
"nodes_working_all": 6,
"tcp": {
"electrum1-mainnet.evrmorecoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2-mainnet.evrmorecoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum1-mainnet.evrmorecoin.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 75
+ "ssl_days_left": 66
},
"electrum2-mainnet.evrmorecoin.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 67
}
},
"wss": {
"electrum1-mainnet.evrmorecoin.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 75
+ "ssl_days_left": 66
},
"electrum2-mainnet.evrmorecoin.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 76
+ "ssl_days_left": 67
}
}
},
@@ -2411,68 +2498,97 @@
"nodes_working_all": 12,
"tcp": {
"electrumx.firo.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx01.firo.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx02.firo.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx03.firo.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrumx.firo.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 47
},
"electrumx01.firo.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 45
},
"electrumx02.firo.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 45
},
"electrumx03.firo.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 77
}
},
"wss": {
"electrumx.firo.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 47
},
"electrumx01.firo.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 45
},
"electrumx02.firo.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 45
},
"electrumx03.firo.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 77
+ }
+ }
+ },
+ "FIVETRAT": {
+ "nodes_total_all": 4,
+ "nodes_working_all": 4,
+ "tcp": {},
+ "ssl": {
+ "electrum1.5trat.net:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 70
+ },
+ "electrum2.5trat.net:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 70
+ }
+ },
+ "wss": {
+ "electrum1.5trat.net:443": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 70
+ },
+ "electrum2.5trat.net:443": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 70
}
}
},
@@ -2481,38 +2597,38 @@
"nodes_working_all": 6,
"tcp": {
"electrumx.fixedcoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx.nitopool.fr:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrumx.fixedcoin.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 48
+ "ssl_days_left": 38
},
"electrumx.nitopool.fr:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 38
}
},
"wss": {
"electrumx.fixedcoin.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 48
+ "ssl_days_left": 38
},
"electrumx.nitopool.fr:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 38
}
}
},
@@ -2521,78 +2637,121 @@
"nodes_working_all": 6,
"tcp": {
"electrumx1.fujicoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx2.fujicoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrumx1.fujicoin.org:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 79
+ "ssl_days_left": 69
},
"electrumx2.fujicoin.org:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 36
+ "ssl_days_left": 85
}
},
"wss": {
"electrumx1.fujicoin.org:50005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 79
+ "ssl_days_left": 69
},
"electrumx2.fujicoin.org:50005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 36
+ "ssl_days_left": 85
}
}
},
- "FLOP": {
+ "FLC": {
"nodes_total_all": 6,
"nodes_working_all": 6,
"tcp": {
- "electrumx1.flopcoin.net:10001": {
- "last_connection": 1764928169,
+ "electrum-flc.hashboard.space:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
- "electrumx2.flopcoin.net:10001": {
- "last_connection": 1764928169,
+ "electrum.myfloki.com:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrum-flc.hashboard.space:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 45
+ },
+ "electrum.myfloki.com:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 45
+ }
+ },
+ "wss": {
+ "electrum-flc.hashboard.space:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 45
+ },
+ "electrum.myfloki.com:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 45
+ }
+ }
+ },
+ "FLOP": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 2,
+ "tcp": {
+ "electrumx1.flopcoin.net:10001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
+ },
+ "electrumx2.flopcoin.net:10001": {
+ "last_connection": 1769143916,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"electrumx1.flopcoin.net:10004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 50
+ "ssl_days_left": 70
},
"electrumx2.flopcoin.net:10004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 50
+ "last_connection": 1769143916,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"electrumx1.flopcoin.net:10003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 50
+ "last_connection": 1769143916,
+ "result": null,
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)"
},
"electrumx2.flopcoin.net:10003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 50
+ "last_connection": 1769143916,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -2601,12 +2760,12 @@
"nodes_working_all": 2,
"tcp": {
"electrumx.runonflux.io:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx2.runonflux.io:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
@@ -2627,78 +2786,60 @@
}
}
},
- "FRC": {
- "nodes_total_all": 2,
- "nodes_working_all": 0,
- "tcp": {},
- "ssl": {
- "electrumx.faircoin.tech:50002": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- },
- "electrumx2.faircoin.tech:50004": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- },
- "wss": {}
- },
"FTC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"ftc.electrum1.cipig.net:10054": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"ftc.electrum2.cipig.net:10054": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"ftc.electrum3.cipig.net:10054": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"ftc.electrum1.cipig.net:20054": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ftc.electrum2.cipig.net:20054": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ftc.electrum3.cipig.net:20054": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"ftc.electrum1.cipig.net:30054": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ftc.electrum2.cipig.net:30054": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ftc.electrum3.cipig.net:30054": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -2720,295 +2861,134 @@
"nodes_working_all": 6,
"tcp": {
"electrum1.netseed.net:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.netseed.net:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum1.netseed.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 216
+ "ssl_days_left": 164
},
"electrum2.netseed.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 216
+ "ssl_days_left": 164
}
},
"wss": {
"electrum1.netseed.net:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 216
+ "ssl_days_left": 164
},
"electrum2.netseed.net:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 216
+ "ssl_days_left": 164
}
}
},
- "GLEEC": {
+ "GLEEC-OLD": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"gleec.electrum1.cipig.net:10025": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"gleec.electrum2.cipig.net:10025": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"gleec.electrum3.cipig.net:10025": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"gleec.electrum1.cipig.net:20025": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"gleec.electrum2.cipig.net:20025": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "gleec.electrum3.cipig.net:20025": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- }
- },
- "wss": {
- "gleec.electrum1.cipig.net:30025": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "gleec.electrum2.cipig.net:30025": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "gleec.electrum3.cipig.net:30025": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- }
- }
- },
- "GLEEC-OLD": {
- "nodes_total_all": 9,
- "nodes_working_all": 9,
- "tcp": {
- "gleecold.electrum1.cipig.net:10022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "gleecold.electrum2.cipig.net:10022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "gleecold.electrum3.cipig.net:10022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- }
- },
- "ssl": {
- "gleecold.electrum1.cipig.net:20022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "gleecold.electrum2.cipig.net:20022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "gleecold.electrum3.cipig.net:20022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- }
- },
- "wss": {
- "gleecold.electrum1.cipig.net:30022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "gleecold.electrum2.cipig.net:30022": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
- },
- "gleecold.electrum3.cipig.net:30022": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- }
- }
- },
- "GRLC": {
- "nodes_total_all": 11,
- "nodes_working_all": 4,
- "tcp": {
- "electrum.maxpuig.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "electrum.niftybakes.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- }
- },
- "ssl": {
- "electrum.maxpuig.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 39
- },
- "electrum.niftybakes.com:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
- },
- "au.garlium.crapules.org:50002": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "ca.garlium.crapules.org:50002": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "fr.garlium.crapules.org:50002": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "pl.garlium.crapules.org:50002": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "uk.garlium.crapules.org:50002": {
- "last_connection": 0,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- }
- },
- "wss": {
- "electrum.maxpuig.com:50004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 39
- },
- "electrum.niftybakes.com:50004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
- }
- }
- },
- "GRMS": {
- "nodes_total_all": 12,
- "nodes_working_all": 0,
- "tcp": {
- "electrum.grms.pw:17485": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1
- },
- "electrum1.grms.pw:17485": {
- "last_connection": 1740155723,
- "result": "Connection refused",
- "ssl_days_left": -1
- },
- "electrum2.grms.pw:17485": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1
- },
- "electrum3.grms.pw:17485": {
- "last_connection": 1740155723,
- "result": "Connection refused",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum.grms.pw:50002": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
- },
- "electrum1.grms.pw:50002": {
- "last_connection": 1740155723,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_days_left": 31
},
- "electrum2.grms.pw:50002": {
- "last_connection": 0,
+ "gleec.electrum3.cipig.net:20025": {
+ "last_connection": 1780022126,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
- },
- "electrum3.grms.pw:50002": {
- "last_connection": 1740155723,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "electrum.grms.pw:50004": {
- "last_connection": 0,
+ "gleec.electrum1.cipig.net:30025": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 31
+ },
+ "gleec.electrum2.cipig.net:30025": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 31
+ },
+ "gleec.electrum3.cipig.net:30025": {
+ "last_connection": 1780022126,
"result": "Timed out",
"ssl_days_left": -1,
"ssl_error": "timed out"
+ }
+ }
+ },
+ "GRLC": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 3,
+ "tcp": {
+ "electrum.maxpuig.com:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
},
- "electrum1.grms.pw:50004": {
- "last_connection": 1740155723,
+ "electrum.niftybakes.com:50001": {
+ "last_connection": 1782268600,
"result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_days_left": -1
+ }
+ },
+ "ssl": {
+ "electrum.maxpuig.com:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 61
},
- "electrum2.grms.pw:50004": {
- "last_connection": 0,
- "result": "Timed out",
+ "electrum.niftybakes.com:50002": {
+ "last_connection": 1782268600,
+ "result": "Connection refused",
"ssl_days_left": -1,
- "ssl_error": "timed out"
+ "ssl_error": "[Errno 111] Connection refused"
+ }
+ },
+ "wss": {
+ "electrum.maxpuig.com:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 61
},
- "electrum3.grms.pw:50004": {
- "last_connection": 1740155723,
+ "electrum.niftybakes.com:50004": {
+ "last_connection": 1782268600,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -3061,31 +3041,106 @@
},
"GRS": {
"nodes_total_all": 4,
- "nodes_working_all": 3,
+ "nodes_working_all": 2,
"tcp": {
"electrum1.groestlcoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.groestlcoin.org:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1786327235,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {},
"wss": {
"electrum1.groestlcoin.org:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 33
},
"electrum2.groestlcoin.org:50004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "last_connection": 1786327235,
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
+ "ssl_error": "_ssl.c:990: The handshake operation timed out"
+ }
+ }
+ },
+ "HRC": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 6,
+ "tcp": {
+ "electrumx1.hypercoin.network:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "electrumx2.hypercoin.network:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrumx1.hypercoin.network:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
+ },
+ "electrumx2.hypercoin.network:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
+ }
+ },
+ "wss": {
+ "electrumx1.hypercoin.network:50003": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
+ },
+ "electrumx2.hypercoin.network:50003": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
+ }
+ }
+ },
+ "HTH": {
+ "nodes_total_all": 5,
+ "nodes_working_all": 5,
+ "tcp": {
+ "electrum.hth.foundation:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrum.hth.foundation:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
+ },
+ "electrumx.wattxchange.app:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
+ }
+ },
+ "wss": {
+ "electrum.hth.foundation:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
+ },
+ "electrumx.wattxchange.app:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 80
}
}
},
@@ -3101,14 +3156,14 @@
},
"ssl": {
"il8p.electrumx.transcenders.name:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"il9p.electrumx.transcenders.name:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 41
+ "ssl_days_left": 15
},
"il8p-ex-five.ewmci.online:50002": {
"last_connection": 1740155723,
@@ -3119,14 +3174,14 @@
},
"wss": {
"il8p.electrumx.transcenders.name:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"il9p.electrumx.transcenders.name:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 41
+ "ssl_days_left": 15
},
"il8p-ex-five.ewmci.online:50003": {
"last_connection": 1740155723,
@@ -3136,60 +3191,57 @@
}
}
},
- "ILN": {
- "nodes_total_all": 4,
- "nodes_working_all": 2,
+ "JKC": {
+ "nodes_total_all": 3,
+ "nodes_working_all": 0,
"tcp": {
- "electrum1.ilien.io:65011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "electrum2.ilien.io:65011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "electrum.junkiewally.xyz:50003": {
+ "last_connection": 1770794345,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
- "ssl": {},
- "wss": {
- "electrum1.ilien.io:30069": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl": {
+ "electrum.junkiewally.xyz:50004": {
+ "last_connection": 1770794345,
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)"
- },
- "electrum2.ilien.io:30069": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_error": "timed out"
+ }
+ },
+ "wss": {
+ "electrum.junkiewally.xyz:50005": {
+ "last_connection": 1770794345,
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)"
+ "ssl_error": "timed out"
}
}
},
- "JKC": {
+ "JUMP": {
"nodes_total_all": 3,
- "nodes_working_all": 2,
+ "nodes_working_all": 1,
"tcp": {
- "electrum.junkiewally.xyz:50003": {
- "last_connection": 1764928169,
+ "electrum1.jumpcoin.net:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
- "electrum.junkiewally.xyz:50004": {
- "last_connection": 1764928169,
+ "electrum1.jumpcoin.net:50002": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
}
},
"wss": {
- "electrum.junkiewally.xyz:50005": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 49
+ "electrum1.jumpcoin.net:50003": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
}
}
},
@@ -3199,95 +3251,97 @@
"tcp": {},
"ssl": {
"electrum1.kcnxp.com:51002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum2.kcnxp.com:51002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum3.kcnxp.com:51002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum4.kcnxp.com:51002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum5.kcnxp.com:51002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
}
},
"wss": {
"electrum1.kcnxp.com:51004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum2.kcnxp.com:51004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum3.kcnxp.com:51004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum4.kcnxp.com:51004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
},
"electrum5.kcnxp.com:51004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 19
+ "ssl_days_left": 59
}
}
},
"KIIRO": {
"nodes_total_all": 7,
- "nodes_working_all": 4,
+ "nodes_working_all": 1,
"tcp": {
"electrum1.kiirocoin.org:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
- "electrum1.kiirocoin.org:50002": {
- "last_connection": 1764928169,
+ "electrum3.kiirocoin.org:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 77
+ "ssl_days_left": 54
},
- "electrum2.kiirocoin.org:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 77
+ "electrum1.kiirocoin.org:50002": {
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
- "electrum3.kiirocoin.org:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 77
+ "electrum2.kiirocoin.org:50002": {
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
"electrum1.kiirocoin.org:50004": {
- "last_connection": 1764680783,
+ "last_connection": 1786494859,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
"electrum2.kiirocoin.org:50004": {
- "last_connection": 1764680783,
+ "last_connection": 1786494859,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -3295,507 +3349,484 @@
"electrum3.kiirocoin.org:50004": {
"last_connection": 1745280611,
"result": null,
- "ssl_days_left": 77
+ "ssl_days_left": 54
}
}
},
"KMD": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"kmd.electrum1.cipig.net:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"kmd.electrum2.cipig.net:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"kmd.electrum3.cipig.net:10001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"kmd.electrum1.cipig.net:20001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"kmd.electrum2.cipig.net:20001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"kmd.electrum3.cipig.net:20001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"kmd.electrum1.cipig.net:30001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"kmd.electrum2.cipig.net:30001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"kmd.electrum3.cipig.net:30001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
- "KOIN": {
- "nodes_total_all": 9,
- "nodes_working_all": 9,
+ "KMDCL": {
+ "nodes_total_all": 3,
+ "nodes_working_all": 3,
"tcp": {
- "koin.electrum1.cipig.net:10024": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "koin.electrum2.cipig.net:10024": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "koin.electrum3.cipig.net:10024": {
- "last_connection": 1764928169,
+ "electrum.kmdclassic.com:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
- "koin.electrum1.cipig.net:20024": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "koin.electrum2.cipig.net:20024": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "koin.electrum3.cipig.net:20024": {
- "last_connection": 1764928169,
+ "electrum.kmdclassic.com:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 58
}
},
"wss": {
- "koin.electrum1.cipig.net:30024": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "koin.electrum2.cipig.net:30024": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "koin.electrum3.cipig.net:30024": {
- "last_connection": 1764928169,
+ "electrum.kmdclassic.com:50004": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 58
}
}
},
"LBC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"lbc.electrum1.cipig.net:10067": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"lbc.electrum2.cipig.net:10067": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"lbc.electrum3.cipig.net:10067": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"lbc.electrum1.cipig.net:20067": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"lbc.electrum2.cipig.net:20067": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"lbc.electrum3.cipig.net:20067": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"lbc.electrum1.cipig.net:30067": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"lbc.electrum2.cipig.net:30067": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"lbc.electrum3.cipig.net:30067": {
- "last_connection": 1764928169,
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ }
+ },
+ "LC2": {
+ "nodes_total_all": 3,
+ "nodes_working_all": 3,
+ "tcp": {
+ "electrum01.lc2.online:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrum01.lc2.online:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
+ }
+ },
+ "wss": {
+ "electrum01.lc2.online:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
}
}
},
"LCC": {
- "nodes_total_all": 6,
- "nodes_working_all": 3,
+ "nodes_total_all": 8,
+ "nodes_working_all": 6,
"tcp": {
- "lcc-ex-one.ewmci.online:50001": {
- "last_connection": 1764928169,
+ "electrumx.litecoincash.com.br:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
- "188.166.117.139:50001": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1
+ "lcc-ex-one.ewmci.online:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
}
},
"ssl": {
- "electrum-lcc.cascoin.net:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "electrumx.litecoincash.com.br:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 4
},
"lcc-ex-one.ewmci.online:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
+ },
+ "electrum-lcc.cascoin.net:50002": {
+ "last_connection": 1781059473,
+ "result": "Network is unreachable ",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
}
},
"wss": {
- "electrum-lcc.cascoin.net:50003": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "electrumx.litecoincash.com.br:50003": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 4
},
"lcc-ex-one.ewmci.online:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
+ },
+ "electrum-lcc.cascoin.net:50003": {
+ "last_connection": 1781059473,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
}
}
},
"LCN": {
"nodes_total_all": 10,
- "nodes_working_all": 10,
+ "nodes_working_all": 0,
"tcp": {},
"ssl": {
"electrum1.lcnxp.com:52002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Network is unreachable ",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum2.lcnxp.com:52002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Network is unreachable ",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum3.lcnxp.com:52002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Network is unreachable ",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum4.lcnxp.com:52002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Network is unreachable ",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum5.lcnxp.com:52002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Network is unreachable ",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
}
},
"wss": {
"electrum1.lcnxp.com:52004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum2.lcnxp.com:52004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum3.lcnxp.com:52004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum4.lcnxp.com:52004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
},
"electrum5.lcnxp.com:52004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 19
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 101] Network is unreachable"
}
}
},
"LTC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"ltc.electrum1.cipig.net:10063": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"ltc.electrum2.cipig.net:10063": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"ltc.electrum3.cipig.net:10063": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"ltc.electrum1.cipig.net:20063": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ltc.electrum2.cipig.net:20063": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ltc.electrum3.cipig.net:20063": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"ltc.electrum1.cipig.net:30063": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ltc.electrum2.cipig.net:30063": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ltc.electrum3.cipig.net:30063": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- }
- }
- },
- "LUPA": {
- "nodes_total_all": 6,
- "nodes_working_all": 0,
- "tcp": {
- "electrum.lupacoin.biz:17487": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1
- },
- "electrum1.lupacoin.biz:17487": {
- "last_connection": 1741738163,
- "result": "Name or service not known",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum.lupacoin.biz:50005": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- },
- "electrum1.lupacoin.biz:50005": {
- "last_connection": 0,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- },
- "wss": {
- "electrum.lupacoin.biz:50006": {
- "last_connection": 1741738163,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- },
- "electrum1.lupacoin.biz:50006": {
- "last_connection": 1741738163,
- "result": "Name or service not known",
+ "last_connection": 1780022126,
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
+ "ssl_error": "timed out"
}
}
},
"LYNX": {
"nodes_total_all": 10,
- "nodes_working_all": 8,
+ "nodes_working_all": 10,
"tcp": {},
"ssl": {
"electrum5.getlynx.io:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 62
+ "ssl_days_left": 52
},
"electrum6.getlynx.io:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 61
+ "ssl_days_left": 52
},
"electrum7.getlynx.io:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 59
},
"electrum8.getlynx.io:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 50
},
"electrum9.getlynx.io:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 68
+ "ssl_days_left": 59
}
},
"wss": {
"electrum5.getlynx.io:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 62
+ "ssl_days_left": 52
},
"electrum6.getlynx.io:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 61
+ "ssl_days_left": 52
},
"electrum7.getlynx.io:50004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 59
},
"electrum8.getlynx.io:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 50
},
"electrum9.getlynx.io:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 68
+ "ssl_days_left": 59
}
}
},
"MARTY": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"marty.electrum1.cipig.net:10021": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"marty.electrum2.cipig.net:10021": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"marty.electrum3.cipig.net:10021": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"marty.electrum1.cipig.net:20021": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"marty.electrum2.cipig.net:20021": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"marty.electrum3.cipig.net:20021": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"marty.electrum1.cipig.net:30021": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"marty.electrum2.cipig.net:30021": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"marty.electrum3.cipig.net:30021": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"MAZA": {
"nodes_total_all": 12,
- "nodes_working_all": 5,
+ "nodes_working_all": 7,
"tcp": {
"electrum.seed.mazanode.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx.mazanode.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx2.mazacha.in:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
@@ -3807,22 +3838,21 @@
},
"ssl": {
"electrum.seed.mazanode.com:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)"
- },
- "electrumx.mazanode.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 184
+ "ssl_days_left": 194
},
- "electrumx2.mazacha.in:50002": {
- "last_connection": 1764928169,
+ "electrumx.mazanode.com:50002": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)"
},
+ "electrumx2.mazacha.in:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 24
+ },
"electrumx1.mazacha.in:50002": {
"last_connection": 0,
"result": "Connection refused",
@@ -3832,22 +3862,21 @@
},
"wss": {
"electrum.seed.mazanode.com:50005": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)"
- },
- "electrumx.mazanode.com:50005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 184
+ "ssl_days_left": 194
},
- "electrumx2.mazacha.in:50005": {
- "last_connection": 1764928169,
+ "electrumx.mazanode.com:50005": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1007)"
},
+ "electrumx2.mazacha.in:50005": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 24
+ },
"electrumx1.mazacha.in:50005": {
"last_connection": 0,
"result": "Connection refused",
@@ -3858,173 +3887,193 @@
},
"MCL": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"mcl.electrum1.cipig.net:10023": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"mcl.electrum2.cipig.net:10023": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"mcl.electrum3.cipig.net:10023": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"mcl.electrum1.cipig.net:20023": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mcl.electrum2.cipig.net:20023": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mcl.electrum3.cipig.net:20023": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"mcl.electrum1.cipig.net:30023": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mcl.electrum2.cipig.net:30023": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mcl.electrum3.cipig.net:30023": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"MDX": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"mdx.electrum1.cipig.net:10005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"mdx.electrum2.cipig.net:10005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"mdx.electrum3.cipig.net:10005": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"mdx.electrum1.cipig.net:20005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mdx.electrum2.cipig.net:20005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mdx.electrum3.cipig.net:20005": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"mdx.electrum1.cipig.net:30005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mdx.electrum2.cipig.net:30005": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"mdx.electrum3.cipig.net:30005": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"MEWC": {
- "nodes_total_all": 6,
- "nodes_working_all": 2,
+ "nodes_total_all": 10,
+ "nodes_working_all": 10,
"tcp": {},
"ssl": {
- "electrum.mewccrypto.com:50002": {
- "last_connection": 1764928169,
+ "electrs.mewccrypto.com:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 46
+ "ssl_days_left": 83
},
- "meowcoinelectrum.xyz:50002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "electrs2.mewccrypto.com:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 35
},
- "meowelectrum.xyz:50002": {
- "last_connection": 1764854212,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "electrs3.meowcoin.org:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
+ },
+ "electrs4.meowcoin.org:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 52
+ },
+ "electrs5.meowcoin.org:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 61
}
},
"wss": {
- "electrum.mewccrypto.com:50004": {
- "last_connection": 1764928169,
+ "electrs.mewccrypto.com:50004": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 46
+ "ssl_days_left": 83
},
- "meowcoinelectrum.xyz:50004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "electrs2.mewccrypto.com:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 35
},
- "meowelectrum.xyz:50004": {
- "last_connection": 1764854212,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "electrs3.meowcoin.org:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
+ },
+ "electrs4.meowcoin.org:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 52
+ },
+ "electrs5.meowcoin.org:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 61
}
}
},
"MONA": {
- "nodes_total_all": 4,
+ "nodes_total_all": 5,
"nodes_working_all": 3,
"tcp": {
"133.167.67.203:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx.tamami-foundation.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx1.monacoin.ninja:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
@@ -4035,63 +4084,111 @@
}
},
"ssl": {},
- "wss": {}
+ "wss": {
+ "electrumx1.monacoin.ninja:50004": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
+ }
+ }
+ },
+ "MWC": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 3,
+ "tcp": {
+ "electrum.minersworld.org:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "electrum2.minersworld.org:50001": {
+ "last_connection": 0,
+ "result": "Timed out",
+ "ssl_days_left": -1
+ }
+ },
+ "ssl": {
+ "electrum.minersworld.org:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 5
+ },
+ "electrum2.minersworld.org:50002": {
+ "last_connection": 0,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ },
+ "wss": {
+ "electrum.minersworld.org:50005": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 5
+ },
+ "electrum2.minersworld.org:50004": {
+ "last_connection": 0,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ }
},
"MYDOGE": {
"nodes_total_all": 6,
"nodes_working_all": 6,
"tcp": {
"electrumx1.mydogecoin.fun:60001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx2.mydogecoin.fun:60001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrumx1.mydogecoin.fun:60002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 85
+ "ssl_days_left": 78
},
"electrumx2.mydogecoin.fun:60002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 85
+ "ssl_days_left": 78
}
},
"wss": {
"electrumx1.mydogecoin.fun:60003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 85
+ "ssl_days_left": 78
},
"electrumx2.mydogecoin.fun:60003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 85
+ "ssl_days_left": 78
}
}
},
"NAV": {
"nodes_total_all": 6,
- "nodes_working_all": 2,
+ "nodes_working_all": 4,
"tcp": {},
"ssl": {
"electrum2.nav.community:40002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
},
"electrum3.nav.community:40002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 47
+ "ssl_days_left": 38
},
"electrum4.nav.community:40002": {
"last_connection": 0,
@@ -4102,15 +4199,14 @@
},
"wss": {
"electrum2.nav.community:40004": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 78
},
"electrum3.nav.community:40004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 47
+ "ssl_days_left": 38
},
"electrum4.nav.community:40004": {
"last_connection": 0,
@@ -4125,236 +4221,120 @@
"nodes_working_all": 9,
"tcp": {
"electrum.blastinvest.com:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum.shorelinecrypto.com:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.mooo.com:10001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum.blastinvest.com:10002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 41
},
"electrum.shorelinecrypto.com:10002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 38
+ "ssl_days_left": 29
},
"electrum2.mooo.com:10002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 2
+ "ssl_days_left": 25
}
},
"wss": {
"electrum.blastinvest.com:10003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 41
},
"electrum.shorelinecrypto.com:10003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 38
+ "ssl_days_left": 29
},
"electrum2.mooo.com:10003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 2
+ "ssl_days_left": 25
}
}
},
- "NINJA": {
- "nodes_total_all": 6,
- "nodes_working_all": 0,
- "tcp": {
- "electrum1.cipig.net:10036": {
- "last_connection": 1736858541,
- "result": "Connection refused",
- "ssl_days_left": -1
- },
- "electrum2.cipig.net:10036": {
- "last_connection": 1736858541,
- "result": "Connection refused",
- "ssl_days_left": -1
- },
- "electrum3.cipig.net:10036": {
- "last_connection": 1736858541,
- "result": "Connection refused",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum1.cipig.net:20036": {
- "last_connection": 1736858541,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "electrum2.cipig.net:20036": {
- "last_connection": 1736858541,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "electrum3.cipig.net:20036": {
- "last_connection": 1736858541,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- }
- },
- "wss": {}
- },
"NITO": {
"nodes_total_all": 6,
- "nodes_working_all": 2,
+ "nodes_working_all": 6,
"tcp": {
"electrum1.nito.network:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum1.nitopool.fr:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum1.nito.network:50003": {
- "last_connection": 1751422785,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 89
},
"electrum1.nitopool.fr:50003": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 89
}
},
"wss": {
"electrum1.nito.network:50005": {
- "last_connection": 1751422785,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 89
},
"electrum1.nitopool.fr:50005": {
- "last_connection": 0,
- "result": "Timed out",
- "ssl_days_left": -1,
- "ssl_error": "timed out"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 89
}
}
},
"NMC": {
- "nodes_total_all": 15,
- "nodes_working_all": 1,
+ "nodes_total_all": 3,
+ "nodes_working_all": 2,
"tcp": {
"nmc2.bitcoins.sk:57001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
- },
- "electrumx1.nmc.dotbit.zone:50001": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
- },
- "electrumx2.nmc.dotbit.zone:50001": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
- },
- "electrumx3.nmc.dotbit.zone:50001": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
- },
- "electrumx4.nmc.dotbit.zone:50001": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
}
},
"ssl": {
"namecoin.stackwallet.com:57002": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 65
},
"nmc2.bitcoins.sk:57002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
- },
- "electrumx1.nmc.dotbit.zone:50002": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- },
- "electrumx2.nmc.dotbit.zone:50002": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- },
- "electrumx3.nmc.dotbit.zone:50002": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- },
- "electrumx4.nmc.dotbit.zone:50002": {
- "last_connection": 1748934293,
- "result": "Network is unreachable ",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
}
},
- "wss": {
- "electrumx1.nmc.dotbit.zone:50004": {
- "last_connection": 1748934293,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- },
- "electrumx2.nmc.dotbit.zone:50004": {
- "last_connection": 1748934293,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- },
- "electrumx3.nmc.dotbit.zone:50004": {
- "last_connection": 1748934293,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- },
- "electrumx4.nmc.dotbit.zone:50004": {
- "last_connection": 1748934293,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
- }
- }
+ "wss": {}
},
"NVC": {
"nodes_total_all": 4,
@@ -4362,26 +4342,26 @@
"tcp": {},
"ssl": {
"electrumx.nvc.ewmcx.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 79
+ "ssl_days_left": 29
},
"failover.nvc.ewmcx.biz:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
+ "ssl_days_left": 69
}
},
"wss": {
"electrumx.nvc.ewmcx.org:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 79
+ "ssl_days_left": 29
},
"failover.nvc.ewmcx.biz:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
+ "ssl_days_left": 69
}
}
},
@@ -4391,101 +4371,84 @@
"tcp": {},
"ssl": {
"electrum.newyorkcoin.online:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 52
}
},
"wss": {
"electrum.newyorkcoin.online:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 52
}
}
},
"PEP": {
- "nodes_total_all": 11,
- "nodes_working_all": 5,
+ "nodes_total_all": 8,
+ "nodes_working_all": 6,
"tcp": {
- "electrum.pepeblocks.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
"electrum.pepe.tips:50001": {
- "last_connection": 1763830933,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
},
- "electrum.pepelum.site:50001": {
- "last_connection": 1760400661,
- "result": "Network is unreachable ",
- "ssl_days_left": -1
+ "electrum.pepeblocks.com:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
}
},
"ssl": {
- "electrum.pepeblocks.com:50002": {
- "last_connection": 1764928169,
+ "electrum.pepe.tips:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 67
},
- "pep.electrum3.cipig.net:20076": {
- "last_connection": 1764928169,
+ "electrum.pepeblocks.com:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
- },
- "electrum.pepe.tips:50002": {
- "last_connection": 1763830933,
- "result": "Network is unreachable ",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
+ "ssl_days_left": 68
},
- "electrum.pepelum.site:50002": {
- "last_connection": 1760400661,
- "result": "Network is unreachable ",
+ "pep.electrum3.cipig.net:20076": {
+ "last_connection": 1780022126,
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
+ "ssl_error": "timed out"
}
},
"wss": {
- "electrum.pepeblocks.com:50004": {
- "last_connection": 1764928169,
+ "electrum.pepe.tips:50004": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 67
},
- "pep.electrum3.cipig.net:30076": {
- "last_connection": 1764928169,
+ "electrum.pepeblocks.com:50004": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
- },
- "electrum.pepe.tips:50004": {
- "last_connection": 1763830933,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
+ "ssl_days_left": 68
},
- "electrum.pepelum.site:50004": {
- "last_connection": 1760400661,
+ "pep.electrum3.cipig.net:30076": {
+ "last_connection": 1780022126,
"result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 101] Network is unreachable"
+ "ssl_error": "timed out"
}
}
},
"PINK": {
"nodes_total_all": 2,
- "nodes_working_all": 2,
+ "nodes_working_all": 0,
"tcp": {
"pink-one.ewm-cx.net:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1783993778,
+ "result": "Connection refused",
+ "ssl_days_left": -1
},
"pink-two.ewm-cx.net:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1784733440,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {},
@@ -4493,43 +4456,41 @@
},
"PIVX": {
"nodes_total_all": 6,
- "nodes_working_all": 3,
+ "nodes_working_all": 6,
"tcp": {
"electrum01.chainster.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum02.chainster.org:50001": {
- "last_connection": 1764854212,
- "result": "Connection refused",
- "ssl_days_left": -1
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
}
},
"ssl": {
"electrum01.chainster.org:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 32
},
"electrum02.chainster.org:50002": {
- "last_connection": 1764854212,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
}
},
"wss": {
"electrum01.chainster.org:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 32
},
"electrum02.chainster.org:50003": {
- "last_connection": 1764854212,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 51
}
}
},
@@ -4538,23 +4499,23 @@
"nodes_working_all": 3,
"tcp": {
"electrum.thepandacoin.net:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum.thepandacoin.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 48
+ "ssl_days_left": 38
}
},
"wss": {
"electrum.thepandacoin.net:443": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 48
+ "ssl_days_left": 38
}
}
},
@@ -4564,165 +4525,171 @@
"tcp": {},
"ssl": {
"pot-duo.ewmcx.net:50012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 46
+ "ssl_days_left": 29
},
"pot-uno.ewmcx.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
}
},
"wss": {
"pot-duo.ewmcx.net:50013": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 46
+ "ssl_days_left": 29
},
"pot-uno.ewmcx.net:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
}
}
},
"PPC": {
"nodes_total_all": 4,
- "nodes_working_all": 4,
+ "nodes_working_all": 2,
"tcp": {},
"ssl": {
- "allingas.peercoinexplorer.net:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 70
- },
"electrum.peercoinexplorer.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 81
+ },
+ "allingas.peercoinexplorer.net:50002": {
+ "last_connection": 1773965163,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "allingas.peercoinexplorer.net:50004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 70
- },
"electrum.peercoinexplorer.net:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 81
+ },
+ "allingas.peercoinexplorer.net:50004": {
+ "last_connection": 1773965163,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"QTUM": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"qtum.electrum1.cipig.net:10050": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"qtum.electrum2.cipig.net:10050": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"qtum.electrum3.cipig.net:10050": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"qtum.electrum1.cipig.net:20050": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"qtum.electrum2.cipig.net:20050": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"qtum.electrum3.cipig.net:20050": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"qtum.electrum1.cipig.net:30050": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"qtum.electrum2.cipig.net:30050": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"qtum.electrum3.cipig.net:30050": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"RAPH": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"raph.electrum1.cipig.net:10004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"raph.electrum2.cipig.net:10004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"raph.electrum3.cipig.net:10004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"raph.electrum1.cipig.net:20004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"raph.electrum2.cipig.net:20004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"raph.electrum3.cipig.net:20004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"raph.electrum1.cipig.net:30004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"raph.electrum2.cipig.net:30004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"raph.electrum3.cipig.net:30004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -4732,91 +4699,132 @@
"tcp": {},
"ssl": {
"electrum01.reddcoin.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 118
+ "ssl_days_left": 75
},
"electrum02.reddcoin.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 118
+ "ssl_days_left": 75
},
"electrum03.reddcoin.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 118
+ "ssl_days_left": 75
}
},
"wss": {
"electrum01.reddcoin.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 118
+ "ssl_days_left": 75
},
"electrum02.reddcoin.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 118
+ "ssl_days_left": 75
},
"electrum03.reddcoin.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 118
+ "ssl_days_left": 75
}
}
},
"RIC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 7,
"tcp": {
"ric-ex-two.ewmci.online:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"ric-ex-two.ewmci.online:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
},
"ric.electrum1.cipig.net:20074": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ric.electrum2.cipig.net:20074": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ric.electrum3.cipig.net:20074": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"ric-ex-two.ewmci.online:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
},
"ric.electrum1.cipig.net:30074": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ric.electrum2.cipig.net:30074": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"ric.electrum3.cipig.net:30074": {
- "last_connection": 1764928169,
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ }
+ },
+ "RIN": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 6,
+ "tcp": {},
+ "ssl": {
+ "peer1.rincoin.tech:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 13
+ },
+ "peer2.rincoin.tech:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 13
+ },
+ "peer3.rincoin.tech:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 59
+ }
+ },
+ "wss": {
+ "peer1.rincoin.tech:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 13
+ },
+ "peer2.rincoin.tech:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 13
+ },
+ "peer3.rincoin.tech:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 59
}
}
},
@@ -4825,38 +4833,38 @@
"nodes_working_all": 6,
"tcp": {
"x1.raptoreum.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"x2.raptoreum.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"x1.raptoreum.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 43
+ "ssl_days_left": 34
},
"x2.raptoreum.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 32
}
},
"wss": {
"x1.raptoreum.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 43
+ "ssl_days_left": 34
},
"x2.raptoreum.com:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 32
}
}
},
@@ -4865,40 +4873,40 @@
"nodes_working_all": 4,
"tcp": {
"electrum1.runebase.io:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.runebase.io:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum3.runebase.io:50001": {
- "last_connection": 1764724019,
+ "last_connection": 1782010678,
"result": "Connection refused",
"ssl_days_left": -1
},
"electrum4.runebase.io:50001": {
- "last_connection": 1749859818,
+ "last_connection": 1777005665,
"result": "Connection refused",
"ssl_days_left": -1
}
},
"ssl": {
"electrum2.runebase.io:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 50
+ "ssl_days_left": 41
},
"electrum3.runebase.io:50002": {
- "last_connection": 1764724019,
+ "last_connection": 1782010678,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
"electrum4.runebase.io:50002": {
- "last_connection": 1749859818,
+ "last_connection": 1777005665,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -4906,18 +4914,18 @@
},
"wss": {
"electrum2.runebase.io:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 50
+ "ssl_days_left": 41
},
"electrum3.runebase.io:50004": {
- "last_connection": 1764724019,
+ "last_connection": 1782010678,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
},
"electrum4.runebase.io:50004": {
- "last_connection": 1749859818,
+ "last_connection": 1777005665,
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
@@ -4926,56 +4934,101 @@
},
"RVN": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 3,
"tcp": {
"rvn.electrum1.cipig.net:10051": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"rvn.electrum2.cipig.net:10051": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1786402281,
+ "result": "Connection refused",
+ "ssl_days_left": -1
},
"rvn.electrum3.cipig.net:10051": {
- "last_connection": 1764928169,
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
+ }
+ },
+ "ssl": {
+ "rvn.electrum1.cipig.net:20051": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 1
+ "ssl_days_left": 31
+ },
+ "rvn.electrum2.cipig.net:20051": {
+ "last_connection": 1786402281,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "rvn.electrum3.cipig.net:20051": {
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
+ "wss": {
+ "rvn.electrum1.cipig.net:30051": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 31
+ },
+ "rvn.electrum2.cipig.net:30051": {
+ "last_connection": 1786402281,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "rvn.electrum3.cipig.net:30051": {
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ }
+ },
+ "RXD": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 4,
+ "tcp": {},
"ssl": {
- "rvn.electrum1.cipig.net:20051": {
- "last_connection": 1764928169,
+ "electrumx.radiant4people.com:50012": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 52
},
- "rvn.electrum2.cipig.net:20051": {
- "last_connection": 1764928169,
+ "electrumx2.radiant4people.com:50012": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 51
},
- "rvn.electrum3.cipig.net:20051": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "electrumx.rxd-radiant.com:50022": {
+ "last_connection": 1781665011,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "rvn.electrum1.cipig.net:30051": {
- "last_connection": 1764928169,
+ "electrumx.radiant4people.com:50022": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 52
},
- "rvn.electrum2.cipig.net:30051": {
- "last_connection": 1764928169,
+ "electrumx2.radiant4people.com:50022": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 51
},
- "rvn.electrum3.cipig.net:30051": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "electrumx.rxd-radiant.com:50023": {
+ "last_connection": 1781665011,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
@@ -4983,164 +5036,113 @@
"nodes_total_all": 3,
"nodes_working_all": 3,
"tcp": {
- "electrum.shibaexplorer.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- }
- },
- "ssl": {
- "electrum.shibaexplorer.com:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 43
- }
- },
- "wss": {
- "electrum.shibaexplorer.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 43
- }
- }
- },
- "SPACECOIN": {
- "nodes_total_all": 9,
- "nodes_working_all": 9,
- "tcp": {
- "spacecoin.electrum1.cipig.net:10011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "spacecoin.electrum2.cipig.net:10011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
- "spacecoin.electrum3.cipig.net:10011": {
- "last_connection": 1764928169,
+ "electrum.shibacoinshic.org:50001": {
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
- "spacecoin.electrum1.cipig.net:20011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "spacecoin.electrum2.cipig.net:20011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "spacecoin.electrum3.cipig.net:20011": {
- "last_connection": 1764928169,
+ "electrum.shibacoinshic.org:50003": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 49
}
},
"wss": {
- "spacecoin.electrum1.cipig.net:30011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "spacecoin.electrum2.cipig.net:30011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "spacecoin.electrum3.cipig.net:30011": {
- "last_connection": 1764928169,
+ "electrum.shibacoinshic.org:50002": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 49
}
}
},
"SYS": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"sys.electrum1.cipig.net:10064": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"sys.electrum2.cipig.net:10064": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"sys.electrum3.cipig.net:10064": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"sys.electrum1.cipig.net:20064": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"sys.electrum2.cipig.net:20064": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"sys.electrum3.cipig.net:20064": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"sys.electrum1.cipig.net:30064": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"sys.electrum2.cipig.net:30064": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"sys.electrum3.cipig.net:30064": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"TESTBTC": {
"nodes_total_all": 4,
- "nodes_working_all": 4,
+ "nodes_working_all": 1,
"tcp": {
- "testbtc.electrum3.cipig.net:10068": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
"testnet.aranguren.org:51001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
+ },
+ "testbtc.electrum3.cipig.net:10068": {
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"testbtc.electrum3.cipig.net:20068": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"testbtc.electrum3.cipig.net:30068": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
@@ -5149,12 +5151,12 @@
"nodes_working_all": 0,
"tcp": {
"1.eu.thc.electrum.dexstats.info:10020": {
- "last_connection": 1764030885,
+ "last_connection": 1767669546,
"result": "Connection refused",
"ssl_days_left": -1
},
"2.eu.thc.electrum.dexstats.info:10020": {
- "last_connection": 1764030885,
+ "last_connection": 1767669546,
"result": "Connection refused",
"ssl_days_left": -1
}
@@ -5164,45 +5166,43 @@
},
"TKL": {
"nodes_total_all": 6,
- "nodes_working_all": 0,
+ "nodes_working_all": 3,
"tcp": {
"1.eu.tokel.electrum.dexstats.info:10077": {
- "last_connection": 1763535499,
- "result": "Connection refused",
- "ssl_days_left": -1
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
},
"2.eu.tokel.electrum.dexstats.info:10077": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1
}
},
"ssl": {
"1.eu.tokel.electrum.dexstats.info:11077": {
- "last_connection": 1763535499,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 39
},
"2.eu.tokel.electrum.dexstats.info:11077": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
}
},
"wss": {
"1.eu.tokel.electrum.dexstats.info:9077": {
- "last_connection": 1763535499,
- "result": "Connection refused",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 39
},
"2.eu.tokel.electrum.dexstats.info:9077": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
}
}
},
@@ -5223,16 +5223,16 @@
},
"ssl": {
"failover.trc-uis.ewmcx.biz:50006": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
}
},
"wss": {
"failover.trc-uis.ewmcx.biz:50007": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"electrum.southofheaven.ca:50004": {
"last_connection": 0,
@@ -5250,41 +5250,43 @@
},
"TRMP": {
"nodes_total_all": 6,
- "nodes_working_all": 6,
+ "nodes_working_all": 4,
"tcp": {
"electrum-server1.trumpow.meme:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum-server2.trumpow.meme:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum-server1.trumpow.meme:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 33
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
},
"electrum-server2.trumpow.meme:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 33
+ "ssl_days_left": 46
}
},
"wss": {
"electrum-server1.trumpow.meme:50004": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 33
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
},
"electrum-server2.trumpow.meme:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 33
+ "ssl_days_left": 46
}
}
},
@@ -5337,95 +5339,90 @@
"wss": {}
},
"UIS": {
- "nodes_total_all": 2,
- "nodes_working_all": 2,
- "tcp": {},
- "ssl": {
- "uis-ex-one.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- }
- },
- "wss": {
- "uis-ex-one.ewmci.online:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- }
- }
- },
- "UIS-OLD": {
- "nodes_total_all": 4,
+ "nodes_total_all": 6,
"nodes_working_all": 4,
"tcp": {},
"ssl": {
"failover.trc-uis.ewmcx.biz:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"uis-uno.ewmcx.net:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 46
+ "ssl_days_left": 29
+ },
+ "uis-ex-one.ewmci.online:50002": {
+ "last_connection": 1784339362,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
"failover.trc-uis.ewmcx.biz:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 14
+ "ssl_days_left": 29
},
"uis-uno.ewmcx.net:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 46
+ "ssl_days_left": 29
+ },
+ "uis-ex-one.ewmci.online:50003": {
+ "last_connection": 1784339362,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"UNO": {
"nodes_total_all": 7,
- "nodes_working_all": 6,
+ "nodes_working_all": 4,
"tcp": {
"uno-ex-one.ewmci.online:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
- "uno-bkp.coinmunity.gold:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 31
- },
"uno-ex-one.ewmci.online:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
},
"uno-main.coinmunity.gold:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
+ },
+ "uno-bkp.coinmunity.gold:50002": {
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "uno-bkp.coinmunity.gold:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 31
- },
"uno-main.coinmunity.gold:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 88
+ "ssl_days_left": 29
+ },
+ "uno-bkp.coinmunity.gold:50003": {
+ "last_connection": 1786494859,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"uno-ex-one.ewmci.online:50003": {
"last_connection": 0,
"result": null,
- "ssl_days_left": 67
+ "ssl_days_left": 5
}
}
},
@@ -5434,127 +5431,162 @@
"nodes_working_all": 9,
"tcp": {
"e1.validitytech.com:11001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"e2.validitytech.com:11001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"e3.validitytech.com:11001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"e1.validitytech.com:11002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 72
},
"e2.validitytech.com:11002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 72
},
"e3.validitytech.com:11002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 49
}
},
"wss": {
"e1.validitytech.com:11004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 72
},
"e2.validitytech.com:11004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 72
},
"e3.validitytech.com:11004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 49
}
}
},
"VIA": {
"nodes_total_all": 2,
- "nodes_working_all": 2,
+ "nodes_working_all": 0,
"tcp": {},
"ssl": {
"via.electrum3.cipig.net:20073": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"via.electrum3.cipig.net:30073": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
+ }
+ }
+ },
+ "VRM": {
+ "nodes_total_all": 4,
+ "nodes_working_all": 0,
+ "tcp": {},
+ "ssl": {
+ "electrumx-vrm1.vericonomy.com:51002": {
+ "last_connection": 1783625854,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "electrumx-vrm2.vericonomy.com:52002": {
+ "last_connection": 1783625854,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ }
+ },
+ "wss": {
+ "electrumx-vrm1.vericonomy.com:51004": {
+ "last_connection": 1783625854,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "electrumx-vrm2.vericonomy.com:52004": {
+ "last_connection": 1783625854,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"VRSC": {
"nodes_total_all": 9,
- "nodes_working_all": 8,
+ "nodes_working_all": 9,
"tcp": {
"el0.verus.io:17485": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"el1.verus.io:17485": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"el2.verus.io:17485": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"el0.verus.io:17486": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 85
},
"el1.verus.io:17486": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 85
},
"el2.verus.io:17486": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 85
}
},
"wss": {
"el0.verus.io:17488": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 85
},
"el1.verus.io:17488": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 81
+ "ssl_days_left": 85
},
"el2.verus.io:17488": {
- "last_connection": 1764132342,
- "result": null,
- "ssl_days_left": 81
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 85
}
}
},
@@ -5563,12 +5595,12 @@
"nodes_working_all": 4,
"tcp": {
"159.69.73.223:5028": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx.javerity.com:5885": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
@@ -5580,9 +5612,9 @@
},
"ssl": {
"electrumx.javerity.com:5886": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 5
+ "ssl_days_left": 55
},
"electrumx-vtc.cryptoverted.com:55002": {
"last_connection": 1763830933,
@@ -5593,9 +5625,9 @@
},
"wss": {
"electrumx.javerity.com:5887": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 5
+ "ssl_days_left": 55
},
"electrumx-vtc.cryptoverted.com:55004": {
"last_connection": 1763830933,
@@ -5607,27 +5639,28 @@
},
"WHIVE": {
"nodes_total_all": 4,
- "nodes_working_all": 3,
+ "nodes_working_all": 2,
"tcp": {
"electrumx1.cointest.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx2.cointest.com:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrumx1.cointest.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 27
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
"electrumx2.cointest.com:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
@@ -5635,18 +5668,58 @@
},
"wss": {}
},
+ "WJK": {
+ "nodes_total_all": 6,
+ "nodes_working_all": 6,
+ "tcp": {
+ "electrum1.wojakcoin.cash:50101": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
+ "electrum2.wojakcoin.cash:50001": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ }
+ },
+ "ssl": {
+ "electrum1.wojakcoin.cash:50102": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 43
+ },
+ "electrum2.wojakcoin.cash:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 43
+ }
+ },
+ "wss": {
+ "electrum1.wojakcoin.cash:50104": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 43
+ },
+ "electrum2.wojakcoin.cash:50003": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 43
+ }
+ }
+ },
"XEC": {
"nodes_total_all": 3,
"nodes_working_all": 2,
"tcp": {},
"ssl": {
"ecash.stackwallet.com:59002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 44
+ "ssl_days_left": 65
},
"fulcrum.pepipierre.fr:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1007)"
@@ -5654,186 +5727,202 @@
},
"wss": {
"ecash.stackwallet.com:59004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 44
+ "ssl_days_left": 65
}
}
},
"XEP": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"electrumx1.electraprotocol.eu:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx2.electraprotocol.eu:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx3.electraprotocol.eu:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrumx1.electraprotocol.eu:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 50
},
"electrumx2.electraprotocol.eu:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 50
},
"electrumx3.electraprotocol.eu:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 50
}
},
"wss": {
"electrumx1.electraprotocol.eu:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 55
+ "last_connection": 1768871451,
+ "result": null,
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)"
},
"electrumx2.electraprotocol.eu:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 55
+ "last_connection": 1767570348,
+ "result": null,
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)"
},
"electrumx3.electraprotocol.eu:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 55
+ "last_connection": 1767570348,
+ "result": null,
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007)"
}
}
},
"XMY": {
"nodes_total_all": 6,
- "nodes_working_all": 6,
+ "nodes_working_all": 3,
"tcp": {
- "xmy-ex-one.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
"xmy-ex-two.ewmci.online:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
+ },
+ "xmy-ex-one.ewmci.online:50001": {
+ "last_connection": 1785550002,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
- "xmy-ex-one.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
"xmy-ex-two.ewmci.online:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
+ },
+ "xmy-ex-one.ewmci.online:50002": {
+ "last_connection": 1785550002,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "xmy-ex-one.ewmci.online:50003": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
"xmy-ex-two.ewmci.online:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
+ },
+ "xmy-ex-one.ewmci.online:50003": {
+ "last_connection": 1785550002,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"XNA": {
"nodes_total_all": 6,
- "nodes_working_all": 6,
+ "nodes_working_all": 1,
"tcp": {},
"ssl": {
- "electrumx-dex-01.neuraiexplorer.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 9
- },
"electrumx-dex-02.neuraiexplorer.com:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 9
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
},
"electrumx3.neurai.top:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 9
+ "ssl_days_left": 33
+ },
+ "electrumx-dex-01.neuraiexplorer.com:50001": {
+ "last_connection": 1778735021,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "electrumx-dex-01.neuraiexplorer.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 9
- },
"electrumx-dex-02.neuraiexplorer.com:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 9
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1007)"
+ },
+ "electrumx-dex-01.neuraiexplorer.com:50002": {
+ "last_connection": 1778735021,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"electrumx3.neurai.top:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 9
+ "last_connection": 1771248237,
+ "result": null,
+ "ssl_days_left": 33
}
}
},
"XPM": {
- "nodes_total_all": 3,
- "nodes_working_all": 2,
+ "nodes_total_all": 5,
+ "nodes_working_all": 5,
"tcp": {
+ "electrumx.gemmer.primecoin.org:50011": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 1
+ },
"electrumx.mainnet.primecoin.org:50011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx.primecoin.org:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
- },
- "electrumx.gemmer.primecoin.org:50011": {
- "last_connection": 1749422899,
- "result": "Connection refused",
- "ssl_days_left": -1
}
},
- "ssl": {},
- "wss": {}
+ "ssl": {
+ "electrumx.xpm.systems:50002": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 33
+ }
+ },
+ "wss": {
+ "electrumx.xpm.systems:50004": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 33
+ }
+ }
},
"XRG": {
"nodes_total_all": 6,
- "nodes_working_all": 4,
+ "nodes_working_all": 2,
"tcp": {},
"ssl": {
- "fulcrum.ergon.network:52138": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 48
- },
"la.ask.systems:52138": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 63
+ "ssl_days_left": 73
},
"xrg_ful.googol.cash:52138": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'xrg_ful.googol.cash'. (_ssl.c:1007)"
@@ -5843,73 +5932,82 @@
"result": "Connection refused",
"ssl_days_left": -1,
"ssl_error": "[Errno 111] Connection refused"
+ },
+ "fulcrum.ergon.network:52138": {
+ "last_connection": 1766624924,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "fulcrum.ergon.network:52140": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 48
- },
"la.ask.systems:52140": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 63
+ "ssl_days_left": 73
+ },
+ "fulcrum.ergon.network:52140": {
+ "last_connection": 1766624924,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"XVC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
- "electrumx1.vanillacash.info:50011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
- },
"electrumx2.vanillacash.info:50011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"xvc-ex-seven.ewmci.online:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
+ },
+ "electrumx1.vanillacash.info:50011": {
+ "last_connection": 1786418311,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
- "electrumx1.vanillacash.info:50012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 88
- },
"electrumx2.vanillacash.info:50012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 62
+ "ssl_days_left": 64
},
"xvc-ex-seven.ewmci.online:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
+ },
+ "electrumx1.vanillacash.info:50012": {
+ "last_connection": 1786418311,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "electrumx1.vanillacash.info:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 88
- },
"electrumx2.vanillacash.info:50013": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 62
+ "ssl_days_left": 64
},
"xvc-ex-seven.ewmci.online:50003": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 67
+ "ssl_days_left": 5
+ },
+ "electrumx1.vanillacash.info:50013": {
+ "last_connection": 1786418311,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
@@ -5918,326 +6016,224 @@
"nodes_working_all": 7,
"tcp": {
"159.69.73.223:5036": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum-verge.cloud:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrumx-verge.cloud:50001": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum-verge.cloud:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 63
+ "ssl_days_left": 55
},
"electrumx-verge.cloud:50002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
+ "ssl_days_left": 40
}
},
"wss": {
"electrum-verge.cloud:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 63
+ "ssl_days_left": 55
},
"electrumx-verge.cloud:50004": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 49
- }
- }
- },
- "ZDEEX": {
- "nodes_total_all": 6,
- "nodes_working_all": 0,
- "tcp": {
- "electrum.zdeex.org:17487": {
- "last_connection": 1741738163,
- "result": "Name or service not known",
- "ssl_days_left": -1
- },
- "electrum2.zdeex.org:17487": {
- "last_connection": 1743552609,
- "result": "Name or service not known",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum.zdeex.org:50005": {
- "last_connection": 1741738163,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- },
- "electrum2.zdeex.org:50005": {
- "last_connection": 1743552609,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- },
- "wss": {
- "electrum.zdeex.org:50006": {
- "last_connection": 1741738163,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- },
- "electrum2.zdeex.org:50006": {
- "last_connection": 1743552609,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
+ "ssl_days_left": 40
}
}
},
"ZEC": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"zec.electrum1.cipig.net:10058": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"zec.electrum2.cipig.net:10058": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"zec.electrum3.cipig.net:10058": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"zec.electrum1.cipig.net:20058": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zec.electrum2.cipig.net:20058": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zec.electrum3.cipig.net:20058": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"zec.electrum1.cipig.net:30058": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zec.electrum2.cipig.net:30058": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zec.electrum3.cipig.net:30058": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"ZER": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"zer.electrum1.cipig.net:10065": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"zer.electrum2.cipig.net:10065": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"zer.electrum3.cipig.net:10065": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"zer.electrum1.cipig.net:20065": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zer.electrum2.cipig.net:20065": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zer.electrum3.cipig.net:20065": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"zer.electrum1.cipig.net:30065": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zer.electrum2.cipig.net:30065": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"zer.electrum3.cipig.net:30065": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"ZET": {
"nodes_total_all": 7,
- "nodes_working_all": 6,
+ "nodes_working_all": 1,
"tcp": {
"207.180.252.200:50011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"zet-ex-four.ewmci.online:50001": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1781232641,
+ "result": "Connection refused",
+ "ssl_days_left": -1
},
"zet-ex-three.ewmci.online:50011": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1781232641,
+ "result": "Connection refused",
+ "ssl_days_left": -1
}
},
"ssl": {
"zet-ex-four.ewmci.online:50002": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
+ "last_connection": 1781232641,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
},
"zet-ex-three.ewmci.online:50012": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
+ "last_connection": 1781232641,
+ "result": "Connection refused",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno 111] Connection refused"
}
},
"wss": {
- "zet-ex-three.ewmci.online:50013": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 67
- },
"zet-ex-four.ewmci.online:50003": {
"last_connection": 0,
- "result": null,
- "ssl_days_left": 67
- }
- }
- },
- "ZOIN": {
- "nodes_total_all": 3,
- "nodes_working_all": 0,
- "tcp": {
- "electrum.zoincommunity.com:50001": {
- "last_connection": 1739855086,
- "result": "Name or service not known",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "electrum.zoincommunity.com:50002": {
- "last_connection": 1739855086,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- },
- "wss": {
- "electrum.zoincommunity.com:50004": {
- "last_connection": 1739855086,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
- }
- }
- },
- "ZOMBIE": {
- "nodes_total_all": 3,
- "nodes_working_all": 0,
- "tcp": {
- "zombie.dragonhound.info:10133": {
- "last_connection": 1763165481,
- "result": "None",
- "ssl_days_left": -1
- }
- },
- "ssl": {
- "zombie.dragonhound.info:20133": {
- "last_connection": 1763165481,
- "result": null,
+ "result": "Connection refused",
"ssl_days_left": -1,
- "ssl_error": "[Errno -5] No address associated with hostname"
- }
- },
- "wss": {
- "zombie.dragonhound.info:30059": {
- "last_connection": 1763165481,
- "result": null,
+ "ssl_error": "[Errno 111] Connection refused"
+ },
+ "zet-ex-three.ewmci.online:50013": {
+ "last_connection": 1781232641,
+ "result": "Connection refused",
"ssl_days_left": -1,
- "ssl_error": "[Errno -5] No address associated with hostname"
+ "ssl_error": "[Errno 111] Connection refused"
}
}
},
"tBCH": {
- "nodes_total_all": 4,
+ "nodes_total_all": 2,
"nodes_working_all": 1,
"tcp": {},
"ssl": {
"tbch.loping.net:60002": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
- },
- "electroncash.de:50004": {
- "last_connection": 0,
- "result": null,
- "ssl_days_left": -1,
- "ssl_error": "[Errno -5] No address associated with hostname"
- },
- "electrs.electroncash.de:60002": {
- "last_connection": 1755043960,
- "result": "Name or service not known",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
+ "ssl_days_left": 42
},
"testnet.bitcoincash.network:60002": {
"last_connection": 0,
- "result": "Connection refused",
+ "result": "Timed out",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "timed out"
}
},
"wss": {}
@@ -6247,227 +6243,237 @@
"nodes_working_all": 9,
"tcp": {
"electrum1.blackcoin.nl:10011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum2.blackcoin.nl:20011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"electrum3.blackcoin.nl:30011": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
}
},
"ssl": {
"electrum1.blackcoin.nl:10012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 72
+ "ssl_days_left": 26
},
"electrum2.blackcoin.nl:20012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 73
+ "ssl_days_left": 86
},
"electrum3.blackcoin.nl:30012": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 47
+ "ssl_days_left": 38
}
},
"wss": {
"electrum1.blackcoin.nl:10014": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 72
+ "ssl_days_left": 26
},
"electrum2.blackcoin.nl:20014": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 73
+ "ssl_days_left": 86
},
"electrum3.blackcoin.nl:30014": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 47
+ "ssl_days_left": 38
}
}
},
"tQTUM": {
"nodes_total_all": 3,
- "nodes_working_all": 3,
+ "nodes_working_all": 0,
"tcp": {
"tqtum.electrum3.cipig.net:10071": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"tqtum.electrum3.cipig.net:20071": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"tqtum.electrum3.cipig.net:30071": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"vARRR": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"varrr.electrum1.cipig.net:10009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"varrr.electrum2.cipig.net:10009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"varrr.electrum3.cipig.net:10009": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"varrr.electrum1.cipig.net:20009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"varrr.electrum2.cipig.net:20009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"varrr.electrum3.cipig.net:20009": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"varrr.electrum1.cipig.net:30009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"varrr.electrum2.cipig.net:30009": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"varrr.electrum3.cipig.net:30009": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"vDEX": {
"nodes_total_all": 9,
- "nodes_working_all": 9,
+ "nodes_working_all": 6,
"tcp": {
"vdex.electrum1.cipig.net:10010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"vdex.electrum2.cipig.net:10010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
"ssl_days_left": 1
},
"vdex.electrum3.cipig.net:10010": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 1
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1
}
},
"ssl": {
"vdex.electrum1.cipig.net:20010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"vdex.electrum2.cipig.net:20010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"vdex.electrum3.cipig.net:20010": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
"vdex.electrum1.cipig.net:30010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"vdex.electrum2.cipig.net:30010": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
},
"vdex.electrum3.cipig.net:30010": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "last_connection": 1780022126,
+ "result": "Timed out",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
}
},
"AVAX": {
- "nodes_total_all": 6,
- "nodes_working_all": 3,
+ "nodes_total_all": 7,
+ "nodes_working_all": 5,
"tcp": {},
"ssl": {
- "https://0xrpc.io/avax": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 54
- },
"https://api.avax.network/ext/bc/C/rpc": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 63
+ "ssl_days_left": 49
},
"https://avalanche-c-chain-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 84
},
- "https://node.komodo.earth:8080/avalanche": {
- "last_connection": 0,
- "result": "HTTPSConnectionPool(host='node.komodo.earth', port=8080): Max retries exceeded with url: /avalanche (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "https://avalanche.drpc.org": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 31
+ },
+ "https://avalanche.rpc.sentio.xyz": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 83
+ },
+ "https://avax.api.pocket.network": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 66
}
},
"wss": {
- "wss://0xrpc.io/avax": {
- "last_connection": 1764928169,
+ "wss://avalanche-c-chain-rpc.publicnode.com": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
- "wss://avalanche-c-chain-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "wss://avalanche.drpc.org": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
@@ -6480,54 +6486,53 @@
"tcp": {},
"ssl": {
"https://api.avax-test.network/ext/bc/C/rpc": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 58
+ "ssl_days_left": 44
}
},
"wss": {}
},
"BNB": {
"nodes_total_all": 7,
- "nodes_working_all": 4,
+ "nodes_working_all": 5,
"tcp": {},
"ssl": {
+ "https://bsc-dataseed1.ninicoin.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 77
+ },
+ "https://bsc-dataseed2.defibit.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 77
+ },
"https://bsc-dataseed3.bnbchain.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 155
+ "ssl_days_left": 181
},
"https://bsc-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 84
},
"https://bsc1.cipig.net:18655": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
- },
- "https://bsc3.cipig.net:18655": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 31
}
},
"wss": {
"wss://bsc-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://bsc1.cipig.net:38655": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
- },
- "wss://bsc3.cipig.net:38655": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
@@ -6540,100 +6545,78 @@
"tcp": {},
"ssl": {
"https://data-seed-prebsc-1-s2.binance.org:8545": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 177
+ "ssl_days_left": 65
}
},
"wss": {}
},
"ETC": {
- "nodes_total_all": 3,
+ "nodes_total_all": 4,
"nodes_working_all": 3,
"tcp": {},
"ssl": {
- "https://etc.etcdesktop.com": {
- "last_connection": 1764928169,
+ "https://0xrpc.io/etc": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 44
},
"https://etc.rivet.link": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 307
+ "ssl_days_left": 195
},
- "https://rpc.etcinscribe.com": {
- "last_connection": 1764928169,
+ "https://ethereum-classic-mainnet.gateway.tatum.io": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 21
+ "ssl_days_left": 31
}
},
- "wss": {}
+ "wss": {
+ "wss://0xrpc.io/etc": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -3] Temporary failure in name resolution"
+ }
+ }
},
"ETH": {
- "nodes_total_all": 11,
- "nodes_working_all": 5,
+ "nodes_total_all": 6,
+ "nodes_working_all": 4,
"tcp": {},
"ssl": {
- "https://0xrpc.io/eth": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 54
- },
- "https://eth.drpc.org": {
- "last_connection": 1764928169,
+ "https://eth1.lava.build": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
- },
- "https://eth3.cipig.net:18555": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 32
+ "ssl_days_left": 41
},
"https://ethereum-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 84
},
"https://mainnet.gateway.tenderly.co": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 32
},
- "https://node.komodo.earth:8080/ethereum": {
- "last_connection": 0,
- "result": "HTTPSConnectionPool(host='node.komodo.earth', port=8080): Max retries exceeded with url: /ethereum (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "https://rpc.mevblocker.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 55
}
},
"wss": {
- "wss://0xrpc.io/eth": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
- },
- "wss://eth.drpc.org": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
- },
- "wss://eth3.cipig.net:38555": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
- },
"wss://ethereum-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://mainnet.gateway.tenderly.co": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
@@ -6641,40 +6624,34 @@
}
},
"ETH-ARB20": {
- "nodes_total_all": 6,
+ "nodes_total_all": 5,
"nodes_working_all": 4,
"tcp": {},
"ssl": {
"https://arb1.arbitrum.io/rpc": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 64
- },
- "https://arb1.lava.build": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 49
},
"https://arbitrum-one-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 84
},
- "https://arbitrum.drpc.org": {
- "last_connection": 1764928169,
+ "https://arbitrum-one.rpc.sentio.xyz": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
+ "ssl_days_left": 83
},
- "https://node.komodo.earth:8080/arbitrum": {
- "last_connection": 0,
- "result": "HTTPSConnectionPool(host='node.komodo.earth', port=8080): Max retries exceeded with url: /arbitrum (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "https://public-arb-mainnet.fastnode.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 72
}
},
"wss": {
"wss://arbitrum-one-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
@@ -6682,40 +6659,29 @@
}
},
"ETH-BASE": {
- "nodes_total_all": 6,
- "nodes_working_all": 4,
+ "nodes_total_all": 4,
+ "nodes_working_all": 3,
"tcp": {},
"ssl": {
"https://base-rpc.publicnode.com": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 39
- },
- "https://base.gateway.tenderly.co": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
+ "ssl_days_left": 84
},
- "https://base.lava.build": {
- "last_connection": 1764928169,
+ "https://base.public.blockpi.network/v1/rpc/public": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 55
+ "ssl_days_left": 75
},
"https://mainnet.base.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 84
+ "ssl_days_left": 70
}
},
"wss": {
"wss://base-rpc.publicnode.com": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
- },
- "wss://base.gateway.tenderly.co": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
@@ -6728,66 +6694,50 @@
"tcp": {},
"ssl": {
"https://rpc.energyweb.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 52
+ "ssl_days_left": 38
}
},
"wss": {
"wss://rpc.energyweb.org/ws": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
}
}
},
- "FTM": {
- "nodes_total_all": 5,
+ "GLEEC": {
+ "nodes_total_all": 2,
"nodes_working_all": 1,
"tcp": {},
"ssl": {
- "https://fantom.drpc.org": {
- "last_connection": 1764928169,
+ "https://evm-rpc.gleec.com": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
- },
- "https://fantom-rpc.publicnode.com": {
- "last_connection": 0,
- "result": "HTTP 403",
- "ssl_days_left": 39
- },
- "https://node.komodo.earth:8080/fantom": {
- "last_connection": 0,
- "result": "HTTPSConnectionPool(host='node.komodo.earth', port=8080): Max retries exceeded with url: /fantom (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_days_left": 51
}
},
"wss": {
- "wss://fantom.drpc.org": {
- "last_connection": 1764928169,
+ "wss://evm-ws.gleec.com": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
- },
- "wss://fantom-rpc.publicnode.com": {
- "last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 403",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
}
}
},
- "FTMT": {
+ "GLEECT": {
"nodes_total_all": 1,
- "nodes_working_all": 1,
+ "nodes_working_all": 0,
"tcp": {},
"ssl": {
- "https://rpc.testnet.fantom.network/": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 85
+ "https://rpc.gleec.dev": {
+ "last_connection": 0,
+ "result": "HTTPSConnectionPool(host='rpc.gleec.dev', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(, 'Connection to rpc.gleec.dev timed out. (connect timeout=10)'))",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {}
@@ -6797,38 +6747,39 @@
"nodes_working_all": 2,
"tcp": {},
"ssl": {
- "https://moonbeam.drpc.org": {
- "last_connection": 1764928169,
+ "https://moonbeam-rpc.publicnode.com": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
+ "ssl_days_left": 84
},
- "https://rpc.api.moonbeam.network": {
- "last_connection": 1764928169,
+ "https://moonbeam.api.onfinality.io/public": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 50
},
- "https://moonbeam.public.blastapi.io": {
+ "https://rpc.api.moonbeam.network": {
"last_connection": 0,
- "result": "HTTP 403",
- "ssl_days_left": 79
+ "result": "HTTPSConnectionPool(host='rpc.api.moonbeam.network', port=443): Max retries exceeded with url: / (Caused by ConnectTimeoutError(, 'Connection to rpc.api.moonbeam.network timed out. (connect timeout=10)'))",
+ "ssl_days_left": -1,
+ "ssl_error": "timed out"
}
},
"wss": {
- "wss://moonbeam.drpc.org": {
- "last_connection": 1764928169,
+ "wss://moonbeam-rpc.publicnode.com": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
- "wss://wss.api.moonbeam.network": {
- "last_connection": 1764928169,
+ "wss://moonbeam.api.onfinality.io/public-ws": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
- "wss://moonbeam.public.blastapi.io": {
+ "wss://wss.api.moonbeam.network": {
"last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 403",
+ "result": "timed out during handshake",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
}
@@ -6840,72 +6791,69 @@
"tcp": {},
"ssl": {
"https://kcc-rpc.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 79
+ "ssl_days_left": 65
},
"https://rpc-mainnet.kcc.network": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 75
+ "ssl_days_left": 61
}
},
"wss": {}
},
"MATIC": {
- "nodes_total_all": 9,
- "nodes_working_all": 3,
+ "nodes_total_all": 8,
+ "nodes_working_all": 4,
"tcp": {},
"ssl": {
+ "https://pol3.cipig.net:18755": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 31
+ },
"https://polygon-bor-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 84
},
"https://polygon.drpc.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
+ "ssl_days_left": 31
},
"https://polygon.gateway.tenderly.co": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 42
- },
- "https://node.komodo.earth:8080/polygon": {
- "last_connection": 0,
- "result": "HTTPSConnectionPool(host='node.komodo.earth', port=8080): Max retries exceeded with url: /polygon (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
- },
- "https://pol3.cipig.net:18755": {
- "last_connection": 0,
- "result": "HTTP 502",
"ssl_days_left": 32
}
},
"wss": {
"wss://polygon-bor-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://polygon.drpc.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
- "wss://polygon.gateway.tenderly.co": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "wss://pol3.cipig.net:38755": {
+ "last_connection": 0,
+ "result": {
+ "code": -32601,
+ "message": "the method eth_blockNumber does not exist/is not available"
+ },
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
- "wss://pol3.cipig.net:38755": {
+ "wss://polygon.gateway.tenderly.co": {
"last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 502",
+ "result": "server rejected WebSocket connection: HTTP 404",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
}
@@ -6918,13 +6866,13 @@
"ssl": {
"https://rpc-mumbai.matic.today": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='rpc-mumbai.matic.today', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname'))",
+ "result": "HTTPSConnectionPool(host='rpc-mumbai.matic.today', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname'))",
"ssl_days_left": -1,
"ssl_error": "[Errno -5] No address associated with hostname"
},
"https://rpc-mumbai.maticvigil.com": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='rpc-mumbai.maticvigil.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))",
+ "result": "HTTPSConnectionPool(host='rpc-mumbai.maticvigil.com', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))",
"ssl_days_left": -1,
"ssl_error": "[Errno -2] Name or service not known"
}
@@ -6932,87 +6880,64 @@
"wss": {}
},
"MOVR": {
- "nodes_total_all": 6,
- "nodes_working_all": 3,
+ "nodes_total_all": 5,
+ "nodes_working_all": 2,
"tcp": {},
"ssl": {
"https://moonriver-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
- },
- "https://moonriver.drpc.org": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 45
+ "ssl_days_left": 84
},
- "https://rpc.api.moonriver.moonbeam.network": {
- "last_connection": 1764928169,
+ "https://moonriver.api.onfinality.io/public": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 39
+ "ssl_days_left": 50
}
},
"wss": {
"wss://moonriver-rpc.publicnode.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
- "wss://moonriver.drpc.org": {
- "last_connection": 1764928169,
+ "wss://moonriver.api.onfinality.io/public-ws": {
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://wss.api.moonriver.moonbeam.network": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
+ "last_connection": 0,
+ "result": "timed out during handshake",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
}
}
},
"ONE": {
- "nodes_total_all": 6,
- "nodes_working_all": 4,
+ "nodes_total_all": 3,
+ "nodes_working_all": 1,
"tcp": {},
"ssl": {
- "https://1rpc.io/one": {
- "last_connection": 1764928169,
+ "https://one-mainnet-s0.gateway.tatum.io": {
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 50
+ "ssl_days_left": 31
},
"https://api.harmony.one": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 54
+ "last_connection": 0,
+ "result": "HTTP 502",
+ "ssl_days_left": 84
},
"https://api.s0.t.hmny.io": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 54
- },
- "https://harmony-0.drpc.org": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 45
- },
- "https://node.komodo.earth:8080/harmony": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='node.komodo.earth', port=8080): Max retries exceeded with url: /harmony (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "result": "HTTP 502",
+ "ssl_days_left": 84
}
},
- "wss": {
- "wss://harmony-0.drpc.org": {
- "last_connection": 1764928169,
- "result": "CERTIFICATE_VERIFY_FAILED",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -3] Temporary failure in name resolution"
- }
- }
+ "wss": {}
},
"RSK": {
"nodes_total_all": 3,
@@ -7020,19 +6945,19 @@
"tcp": {},
"ssl": {
"https://public-node.rsk.co": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 275
+ "ssl_days_left": 163
},
"https://rootstock.drpc.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 45
+ "ssl_days_left": 31
}
},
"wss": {
"wss://rootstock.drpc.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "CERTIFICATE_VERIFY_FAILED",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
@@ -7045,75 +6970,138 @@
"tcp": {},
"ssl": {
"https://rpc.smartbch.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 15
+ "ssl_days_left": 25
},
"https://smartbch.greyh.at": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 61
+ "ssl_days_left": 51
}
},
"wss": {}
},
- "UBQ": {
- "nodes_total_all": 1,
- "nodes_working_all": 0,
+ "TRX": {
+ "nodes_total_all": 3,
+ "nodes_working_all": 2,
"tcp": {},
"ssl": {
- "https://rpc.octano.dev": {
+ "https://api.trongrid.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 181
+ },
+ "https://tron-rpc.publicnode.com": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 84
+ },
+ "https://public-trx-mainnet.fastnode.io": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='rpc.octano.dev', port=443): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known'))",
- "ssl_days_left": -1,
- "ssl_error": "[Errno -2] Name or service not known"
+ "result": "HTTP 404",
+ "ssl_days_left": 72
+ }
+ },
+ "wss": {}
+ },
+ "TRXT": {
+ "nodes_total_all": 2,
+ "nodes_working_all": 2,
+ "tcp": {},
+ "ssl": {
+ "https://api.nileex.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 72
+ },
+ "https://nile.trongrid.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 187
}
},
"wss": {}
},
+ "XDAI": {
+ "nodes_total_all": 5,
+ "nodes_working_all": 3,
+ "tcp": {},
+ "ssl": {
+ "https://gnosis-rpc.publicnode.com": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 84
+ },
+ "https://public-gno-mainnet.fastnode.io": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 72
+ },
+ "https://rpc.gnosischain.com": {
+ "last_connection": 1786545107,
+ "result": "Passed",
+ "ssl_days_left": 59
+ }
+ },
+ "wss": {
+ "wss://gnosis-rpc.publicnode.com": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -3] Temporary failure in name resolution"
+ },
+ "wss://rpc.gnosischain.com/wss": {
+ "last_connection": 1786545107,
+ "result": "CERTIFICATE_VERIFY_FAILED",
+ "ssl_days_left": -1,
+ "ssl_error": "[Errno -3] Temporary failure in name resolution"
+ }
+ }
+ },
"ATOM": {
"nodes_total_all": 1,
"nodes_working_all": 1,
"tcp": {},
"ssl": {
"https://rpc.cosmos.directory/cosmoshub": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 87
+ "ssl_days_left": 73
}
},
"wss": {}
},
"IRIS": {
"nodes_total_all": 3,
- "nodes_working_all": 3,
+ "nodes_working_all": 2,
"tcp": {},
"ssl": {
- "https://iris-rpc.publicnode.com": {
- "last_connection": 1764928169,
- "result": "Passed",
- "ssl_days_left": 39
- },
"https://rpc.cosmos.directory/irisnet": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 87
+ "ssl_days_left": 73
},
"https://rpc.irishub-1.irisnet.org": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 31
+ "ssl_days_left": 81
+ },
+ "https://iris-rpc.publicnode.com": {
+ "last_connection": 0,
+ "result": "HTTP 403",
+ "ssl_days_left": 84
}
},
"wss": {}
},
"IRISTEST": {
"nodes_total_all": 1,
- "nodes_working_all": 1,
+ "nodes_working_all": 0,
"tcp": {
"http://34.80.202.172:26657": {
- "last_connection": 1764928169,
- "result": "Passed",
+ "last_connection": 0,
+ "result": "HTTPConnectionPool(host='34.80.202.172', port=26657): Max retries exceeded with url: /status (Caused by ConnectTimeoutError(, 'Connection to 34.80.202.172 timed out. (connect timeout=10)'))",
"ssl_days_left": -1
}
},
@@ -7127,25 +7115,25 @@
"ssl": {
"https://nucleus-rpc.alpha.komodo.earth/": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='nucleus-rpc.alpha.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.alpha.komodo.earth' doesn't match 'banxa-proxy.komodo.earth'\")))",
+ "result": "HTTPSConnectionPool(host='nucleus-rpc.alpha.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.alpha.komodo.earth' doesn't match 'nft.antispam.dragonhound.info'\")))",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'nucleus-rpc.alpha.komodo.earth'. (_ssl.c:1007)"
},
"https://nucleus-rpc.bravo.komodo.earth/": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='nucleus-rpc.bravo.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.bravo.komodo.earth' doesn't match 'banxa-proxy.komodo.earth'\")))",
+ "result": "HTTPSConnectionPool(host='nucleus-rpc.bravo.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.bravo.komodo.earth' doesn't match 'nft.antispam.dragonhound.info'\")))",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'nucleus-rpc.bravo.komodo.earth'. (_ssl.c:1007)"
},
"https://nucleus-rpc.charlie.komodo.earth/": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='nucleus-rpc.charlie.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.charlie.komodo.earth' doesn't match 'banxa-proxy.komodo.earth'\")))",
+ "result": "HTTPSConnectionPool(host='nucleus-rpc.charlie.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.charlie.komodo.earth' doesn't match 'nft.antispam.dragonhound.info'\")))",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'nucleus-rpc.charlie.komodo.earth'. (_ssl.c:1007)"
},
"https://nucleus-rpc.delta.komodo.earth/": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='nucleus-rpc.delta.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.delta.komodo.earth' doesn't match 'banxa-proxy.komodo.earth'\")))",
+ "result": "HTTPSConnectionPool(host='nucleus-rpc.delta.komodo.earth', port=443): Max retries exceeded with url: /status (Caused by SSLError(CertificateError(\"hostname 'nucleus-rpc.delta.komodo.earth' doesn't match 'nft.antispam.dragonhound.info'\")))",
"ssl_days_left": -1,
"ssl_error": "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'nucleus-rpc.delta.komodo.earth'. (_ssl.c:1007)"
}
@@ -7153,25 +7141,25 @@
"wss": {
"wss://nucleus-rpc.alpha.komodo.earth/websocket": {
"last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 404",
+ "result": "https://nft-antispam.gleec.com/websocket isn't a valid URI: scheme isn't ws or wss",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://nucleus-rpc.bravo.komodo.earth/websocket": {
"last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 404",
+ "result": "https://nft-antispam.gleec.com/websocket isn't a valid URI: scheme isn't ws or wss",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://nucleus-rpc.charlie.komodo.earth/websocket": {
"last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 404",
+ "result": "https://nft-antispam.gleec.com/websocket isn't a valid URI: scheme isn't ws or wss",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
},
"wss://nucleus-rpc.delta.komodo.earth/websocket": {
"last_connection": 0,
- "result": "server rejected WebSocket connection: HTTP 404",
+ "result": "https://nft-antispam.gleec.com/websocket isn't a valid URI: scheme isn't ws or wss",
"ssl_days_left": -1,
"ssl_error": "[Errno -3] Temporary failure in name resolution"
}
@@ -7183,25 +7171,25 @@
"tcp": {},
"ssl": {
"https://osmosis.rpc.stakin-nodes.com": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 74
+ "ssl_days_left": 77
},
"https://rpc.cosmos.directory/osmosis": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 87
+ "ssl_days_left": 73
},
"https://rpc.osmosis.zone/": {
- "last_connection": 1764928169,
+ "last_connection": 1786545107,
"result": "Passed",
- "ssl_days_left": 28
+ "ssl_days_left": 51
},
"https://rpc-osmosis-ia.cosmosia.notional.ventures/": {
"last_connection": 0,
- "result": "HTTPSConnectionPool(host='rpc-osmosis-ia.cosmosia.notional.ventures', port=443): Max retries exceeded with url: /status (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))",
+ "result": "HTTPSConnectionPool(host='rpc-osmosis-ia.cosmosia.notional.ventures', port=443): Max retries exceeded with url: /status (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -5] No address associated with hostname'))",
"ssl_days_left": -1,
- "ssl_error": "[Errno 111] Connection refused"
+ "ssl_error": "[Errno -5] No address associated with hostname"
}
},
"wss": {}
diff --git a/utils/ensure_chainids.py b/utils/ensure_chainids.py
index e0635c41e7..e6a24fa05e 100644
--- a/utils/ensure_chainids.py
+++ b/utils/ensure_chainids.py
@@ -3,6 +3,7 @@
import json
supported_networks = {
+ "GRC20": 11169,
"BEP20": 56,
"ERC20": 1,
"PLG20": 137,
@@ -14,6 +15,7 @@
}
supported_platforms = {
+ "GLEEC": 11169,
"BNB": 56,
"ERC20": 1,
"MATIC": 137,
diff --git a/utils/generate_app_configs.py b/utils/generate_app_configs.py
index e1a5c23ae8..4f37eed4b8 100755
--- a/utils/generate_app_configs.py
+++ b/utils/generate_app_configs.py
@@ -25,6 +25,7 @@
"BIDR",
"BTT",
"BUSD",
+ "DENT",
"ELF",
"FIRO",
"GFT",
@@ -32,9 +33,11 @@
"IRIS",
"KMD",
"LOOM",
+ "LRC",
"MC",
"MDX",
"MIR",
+ "MLN",
"NAV",
"OCEAN",
"OMG",
@@ -44,8 +47,12 @@
"REP",
"SNT",
"SRM",
+ "SXP",
+ "SYS",
+ "UTK",
"VGX",
"VIA",
+ "VITE",
"WAVES",
"YFII",
]
@@ -144,6 +151,7 @@ def __init__(self, coin_data: dict, electrum_scan_report: dict, uptime_tracker:
self.ticker = self.coin_data["coin"].replace("-TEST", "")
self.base_ticker = self.ticker.split("-")[0]
self.protocols = {
+ "GLEEC": "GRC-20",
"AVAX": "AVX-20",
"BNB": "BEP-20",
"ETC": "Ethereum Classic",
@@ -159,19 +167,21 @@ def __init__(self, coin_data: dict, electrum_scan_report: dict, uptime_tracker:
"QTUM": "QRC-20",
"RBTC": "RSK Smart Bitcoin",
"SBCH": "SmartBCH",
+ "TRX": "TRX",
+ "XDAI": "Gnosis",
"ATOM": "TENDERMINT",
"OSMO": "TENDERMINT",
"IRIS": "TENDERMINT",
- "UBQ": "Ubiq",
}
self.testnet_protocols = {
+ "GLEECT": "GRC-20",
"AVAXT": "AVX-20",
"BNBT": "BEP-20",
"tQTUM": "QRC-20",
"IRISTEST": "TENDERMINT",
"NUCLEUSTEST": "TENDERMINT",
"MATICTEST": "Matic",
- "UBQ": "Ubiq",
+ "TRXT": "TRX",
}
self.coin_type = coin_data["protocol"]["type"]
self.data.update(
@@ -257,11 +267,14 @@ def get_protocol_info(self):
elif "platform" in protocol_data:
# TODO: ERC-like things
- platform = protocol_data["platform"]
- if self.is_testnet:
- coin_type = self.testnet_protocols[platform]
+ if self.coin_data["protocol"]["type"] == "TRC20":
+ coin_type = "TRC-20"
else:
- coin_type = self.protocols[platform]
+ platform = protocol_data["platform"]
+ if self.is_testnet:
+ coin_type = self.testnet_protocols[platform]
+ else:
+ coin_type = self.protocols[platform]
self.data[self.ticker].update({"type": coin_type})
if "contract_address" in protocol_data:
self.data[self.ticker].update(
@@ -275,7 +288,7 @@ def get_protocol_info(self):
if self.parent_coin != self.ticker:
self.data[self.ticker].update({"parent_coin": self.parent_coin})
- if self.coin_data["protocol"]["type"] in ["ETH", "QTUM"]:
+ if self.coin_data["protocol"]["type"] in ["ETH", "QTUM", "TRX"]:
if self.ticker in self.protocols:
coin_type = self.protocols[self.ticker]
elif self.ticker in self.testnet_protocols:
@@ -347,7 +360,7 @@ def get_hd_info(self):
)
def get_rewards_info(self):
- if self.ticker in ["KMD"]:
+ if self.ticker in ["KMD", "KMDCL"]:
self.data[self.ticker].update(
{"is_claimable": True, "minimal_claim_amount": "10"}
)
@@ -378,7 +391,7 @@ def get_scan_coin_for_status_check(self):
For token coins, this returns the parent chain coin.
"""
# For token coins, we need to check parent chain status
- if self.ticker.endswith(("-QRC20", "-ERC20", "-BEP20", "-PLG20", "-AVX20")):
+ if self.ticker.endswith(("-QRC20", "-ERC20", "-BEP20", "-BASE", "-GNO", "-PLG20", "-ARB20", "-AVX20", "-GRC20", "-TRC20")):
if self.ticker.endswith("-QRC20"):
return "tQTUM" if self.is_testnet else "QTUM"
elif self.ticker.endswith("-ERC20"):
@@ -387,8 +400,18 @@ def get_scan_coin_for_status_check(self):
return "BNB"
elif self.ticker.endswith("-PLG20"):
return "MATIC"
+ elif self.ticker.endswith("-TRC20"):
+ return "TRXT" if self.is_testnet else "TRX"
elif self.ticker.endswith("-AVX20"):
return "AVAX"
+ elif self.ticker.endswith("-ARB20"):
+ return "ETH-ARB20"
+ elif self.ticker.endswith("-GRC20"):
+ return "GLEEC"
+ elif self.ticker.endswith("-BASE"):
+ return "ETH-BASE"
+ elif self.ticker.endswith("-GNO"):
+ return "XDAI"
# For electrum coins, use the actual coin name (with segwit handling)
coin = self.ticker.replace("-segwit", "")
@@ -406,6 +429,11 @@ def get_parent_coin(self):
if self.ticker == "RBTC":
return "RSK"
+ if self.coin_type == "TRC20":
+ protocol_data = self.coin_data["protocol"].get("protocol_data", {})
+ if "platform" in protocol_data:
+ return protocol_data["platform"]
+
if self.coin_type in ["TENDERMINTTOKEN", "TENDERMINT"]:
for i in ["IRISTEST", "NUCLEUSTEST"]:
if self.ticker.find(i) > -1:
@@ -462,7 +490,7 @@ def get_electrums(self):
if x not in self.electrum_scan_report[coin]:
continue
for k, v in self.electrum_scan_report[coin][x].items():
- is_server_online = (v["last_connection"] > 0 and current_time_local - v["last_connection"] < 604800) # 1 week grace period
+ is_server_online = (v["last_connection"] > 0 and current_time_local - v["last_connection"] < 172800) # 2 days grace period
if is_server_online:
for electrum in electrums:
@@ -577,7 +605,7 @@ def get_swap_contracts(self):
if scan_coin in electrum_scan_report:
# If parent chain is working, inherit all configured nodes for token
- if self.ticker.endswith(("-QRC20", "-ERC20", "-BEP20", "-PLG20", "-AVX20")):
+ if self.ticker.endswith(("-QRC20", "-ERC20", "-BEP20", "-BASE", "-GNO", "-PLG20", "-ARB20", "-AVX20", "-GRC20", "-TRC20")):
# For token coins, check if parent chain has working nodes
parent_has_working_nodes = False
for protocol in ["ssl", "wss", "tcp"]:
@@ -926,7 +954,7 @@ def filter_wss(coins_config):
def generate_binance_api_ids(coins_config):
kdf_coins = coins_config.keys()
- r = requests.get("https://defi-stats.komodo.earth/api/v3/binance/ticker_price")
+ r = requests.get("https://defistats.gleec.com/api/v3/binance/ticker_price")
binance_tickers = r.json()
pairs = []
for ticker in binance_tickers:
@@ -987,10 +1015,10 @@ def normalize_coin_name(name):
suffixes_to_remove = [
# Dash-separated suffixes
'-bep20', '-erc20', '-plg20', '-avx20', '-krc20', '-hrc20',
- '-qrc20', '-arb20', '-test', '-testnet',
+ '-qrc20', '-arb20', '-test', '-testnet', '-grc20',
# Underscore-separated suffixes
'_bep20', '_erc20', '_plg20', '_avx20', '_krc20', '_hrc20',
- '_qrc20', '_arb20', '_test', '_testnet'
+ '_qrc20', '_arb20', '_test', '_testnet', '_grc20',
]
for suffix in suffixes_to_remove:
diff --git a/utils/icon_checksums.json b/utils/icon_checksums.json
index f42dc9389d..bf3c6bb57d 100644
--- a/utils/icon_checksums.json
+++ b/utils/icon_checksums.json
@@ -7,18 +7,10 @@
"original": "260f6af312c73984c7797649e7c8af9b67a1f5d220b3ff03d55a9f18a8915eba",
"processed": "e4d2e1ef59634e6d68c879e3af335e41df84c534d6b8c0c42fb206ffacd4d99b"
},
- "qbt.png": {
- "original": "bad5aa7a9a8eeed4aa5d890893efe1633a33ffb4ad72abf2ba29655f11038946",
- "processed": "7fccc63997a7d3f3fd6359c5d5b6c1f2684773d117daac3c73415370b7a6fdbd"
- },
"php.png": {
"original": "aaee319ad68fcf11287bb58962caa630523baf61158f6cb16d2ee69cb450fdc3",
"processed": "c6123bde96ed195ca91f01e4b63805593f7f8b235cedcc9e45125f0119a1162d"
},
- "ilnsw.png": {
- "original": "755f214f507675fbc1dd761cda6395305c2730af39070decefccd84ea799f1c2",
- "processed": "b83e056b7b3d979148972bf43fa234c5856ec39b0d1e3976a54a23d4d4d50936"
- },
"ksm.png": {
"original": "8281033573298b9a0939957b23f9f36a170c390634ce74798cb7cbcbf72d5b53",
"processed": "5cc5fe5ddec2d412fb5fc018afc383941095986e4aadb03db0f1ebe41e6573bb"
@@ -91,10 +83,6 @@
"original": "14bc88a893c8b50fe83a6345d81c90ded41ca299fb5782353a9580f705ac09ca",
"processed": "93dc330b806e94ef70f13b1ea71cc5990c3c7a2dee39cb80b1d80c69dd992674"
},
- "husd.png": {
- "original": "4db0b1fc54c25b93a2c2d8d7ea4b6168b5edc2c60d3f1fee9d22673a520e9a99",
- "processed": "a8510e5226fce3bcc6416f4f832c734a9325e22140e042543317369ede6416a0"
- },
"crnc.png": {
"original": "86ea69648a03d2c3aff00c6a6122a6795e11d86c2d5b68c90840bf4dcec2c77a",
"processed": "3bc07160e1f84d09a9517b873464d6a1df675259116a4d47c9dc8676536635e7"
@@ -107,10 +95,6 @@
"original": "bc7d3451fd9b79e5d7a938cc37e6d080b11d6d3aa366dfccaab12316f2372210",
"processed": "8f0a34d3442e506c2662258be765f48cd672f414e1a298d336386e25f79dae41"
},
- "jgbp.png": {
- "original": "102cdfd9f81eda4685631153b8c9229f07caf0754fd968ea6883d71b0a58a763",
- "processed": "e34b5776a1c238bfa73b874580ac91ce2bedca6545f53a4281532ba69b640a1c"
- },
"xpm.png": {
"original": "e6b867734d7901e8b60c4bd5d262a49cb93c19ab2fe72f7b2dd02081ec3bc058",
"processed": "1534ad670a4ce28c7ae30c820fe556b3e5c1dc238a3409b663ec788dc3557b51"
@@ -155,10 +139,6 @@
"original": "33ffa97416693f982049e00aa0cd43b2a32fc4856c5b009598cf317f4dfa1672",
"processed": "b841fd7da8e290b5427ee372cf6fd678eab9506794ff764b19b01d4e07f56543"
},
- "ccl.png": {
- "original": "b62bf3fb1f386b0e1d67b4f90c3cb6c341a35fbfbf299d8331fae1f04824c3d7",
- "processed": "eed767a8836f73e1961b3697cccd99dfba710e81285764eb23aa1e9845ea528f"
- },
"ink.png": {
"original": "2683aa008d4a83ef204648ac9e599f4372f6e4fb2f052971d6c67459af38c7e6",
"processed": "5585e0339321a4d31e70286e902d794532be28e0d11037c18dd9b8d89f975e02"
@@ -204,8 +184,8 @@
"processed": "7e4a8bb98acfa28ffe66e44d75f226ce0f95d153b40babda06ffe21c4c2b890f"
},
"mewc.png": {
- "original": "146f84f18247a6b0a003af9432798037d37efb22184063185a9f458b3aaa401c",
- "processed": "dbefda43310d259ce162161c7b2070ea68668a8cea25e2173d4198a403e5ffa8"
+ "original": "8face797cbd6f3ca96eaeaa6b5be9d2edd3183f35c46efc9533c34e91616ce81",
+ "processed": "2b9233b3d51a20651f1b29e3d9bde29f9c93310a1b00077be3e49af4ee4aa6c1"
},
"cro.png": {
"original": "8576e19a589780761282df2f619935ab47836bbbd622dd63f163a0cbbecea2b8",
@@ -215,10 +195,6 @@
"original": "124aea4c524c519741e7d573f26ecfa6dac8534e9d7506e0593114e6c3592407",
"processed": "5d812e3b3243ff1d6668d7ebbfc560837d559e90ddd8b3bbef90564cbf1cecfe"
},
- "spacecoin.png": {
- "original": "db76c5201957cd109f72e6bc2c6f023729b24db893de93680b80ba8e9e0533a6",
- "processed": "d45654e9359d7bcbae2cbc10bed82c69ad5fe70a0e66bd96985e05fa32b9774d"
- },
"dimi.png": {
"original": "586284b72fa206f014d67be83ebdcab5f47e47c3208b16581fb1d734c2dc72ca",
"processed": "9b82705fe1de06ed7dd358ca09fad98d785e4697bc9883c939e305833dc3d3d8"
@@ -235,14 +211,6 @@
"original": "e8bbce84fc3c6742bdaf589416aa7a2b064100e2870b6f955bc59c6935d43139",
"processed": "399984d29c072a141c98b5dca58ce1e15d909f2efe5d70dfc2e576889a7731a1"
},
- "koin.png": {
- "original": "30f31eea61586822386cddf7bbfe0e13779959f58b4038e681afc8ed6f2a58f2",
- "processed": "39234dbec62ead43ffac5dc75bfb596b5a0d9e1f6b40a64facca6cc4de7396f8"
- },
- "ddd.png": {
- "original": "34acf9df6bd927ead019d367e7954bd07fe0295e81adfc701e399a0c5b805650",
- "processed": "c3beab2d4a7ed21fa0f26b9e05f51d67edc4a24ae26713969e45e42b0298b8f3"
- },
"matictest.png": {
"original": "15eccb9953b4e74e6505707edd4e8670a987e1510b395a43eadb743aa2904cf8",
"processed": "db2437bffcfb0797be2b0711e8f4ffd3a172a92fd5c460bd12d494b9f41ac31a"
@@ -271,10 +239,6 @@
"original": "b443b54b03bd3280352cb89e1dc87bd219cefa4fa4231b212ec1ad113e03ef19",
"processed": "ab7df45784f575a7776a3112d399e8f102d1adcb9d25b202130ee6086980b455"
},
- "jnzd.png": {
- "original": "e9a599c7fe921ca4076e52e797a36ffbc16cd91527c25ed30f5d48068abdc886",
- "processed": "e7c8145c18f14ada0570cbe627fea7a5d59732c3378efb8989dfc45400852c1e"
- },
"clp.png": {
"original": "9f79c2b7316d16f8a2654dc7b0ad9cdaaa036df373924fd738c053203be12478",
"processed": "d458dba11514a660a7a17fddadde8a0f4378c41b12c3f5333aeb272322e1b7e0"
@@ -295,10 +259,6 @@
"original": "a75f4fa0dafca11fc1da7a8543c0adf4c03db51c49a444243e6c863878f4d968",
"processed": "7c97c4fafd99b155234fe2b248e41982bb0201a272385973b7673e305be8a1bd"
},
- "jsgd.png": {
- "original": "2a40457d8e21a3c9afe9d82df0b1cc09758b4b52a990f26f1176a047de49d0bc",
- "processed": "accc8187755140f997fa5657d1f69796e21f3ac6ee6e8c58f00affa760815982"
- },
"neng.png": {
"original": "7df5da88c11a1802a3af3ddd3d37febadac8a85dde59eb0bb500e658247ae771",
"processed": "8dab65e52bad01e43ba5303ac80cdde6c016d5d4c52176258edfd97d6a9058e0"
@@ -311,18 +271,10 @@
"original": "601d38193d8a6a165fd6e1e20f62871f9c65e32510ed67112f26a6bb546f9978",
"processed": "62f00d4140bd7e1f96e933bfcaa49dd95ea5ef8b7e8aaf751605da4dbb6c2cd1"
},
- "stfiro.png": {
- "original": "2cdb1229ab96b185c31661dd2b38d6d6353c346294d532d34e84d5820def89ef",
- "processed": "7cb27a27ee54c717766f23f045ab1dc84319f64c444b13ff9b70aaeadf5199d1"
- },
"woo.png": {
"original": "906c4cc7a522763e16431e0ce929cc90fc724e50188cbe936613467d62578d76",
"processed": "032e340b64b249f4c398ee3c4c3d1170e257270631a62ba5af81ea393a2bed6f"
},
- "pax.png": {
- "original": "af20246b0cca2a1d1e6a3e573966495009b97cdd8d1c6e62bb9d995e3b3f7948",
- "processed": "3aa248d70994f9b37fa7da388c7f2aeb304ef58890ed8125c9243c20b97010d9"
- },
"signa.png": {
"original": "2bbb2cde460ad0c948a83bf8d32a2937559749b97af50eb4d7d145975bb3fd70",
"processed": "ea6393185ad2dac65e1856815ef2e0dc0daed97a4d6cfb6f49e61326ec2d7dc1"
@@ -335,10 +287,6 @@
"original": "07f06cae018f3d831c39f280fffaa9c0b265024c420b5dc7bbd64e35d0124cec",
"processed": "0567e8a09f13ddcde05d6e210fa3d0b18edee04c167041ed7df861089e24f9a9"
},
- "jbrl.png": {
- "original": "b06b3dd1779b6e27c2fe79d2d0f35910a3afe2003068fd815a460f381c903479",
- "processed": "d25465a1672c830904bb1d5f072a91833196f01fd831f9f317ac88dd2cafdecb"
- },
"rev.png": {
"original": "b6538417eb63fa209f2751923545a8f47cc94316f3813befdf132e465feaca86",
"processed": "014f5a783b0e02e8982794697ad63e30f88a2067deab5ddf7431d7f1c978ab3e"
@@ -379,18 +327,10 @@
"original": "cc2a1e3c6e46e6cbb1a26ad3db22a1b936d680a5a1c54c07008a3be273069dbc",
"processed": "be8b83f73bcf8e03dd2d84af6daff2dd5d2db304bbedeb584f5f46eb81154bc4"
},
- "jchf.png": {
- "original": "3e0f23834429ab62721ad2e0b4b40ce8e3a08d08d162fb7284655772be785c73",
- "processed": "4b199dbc28d4ffc9682858833dfdac72cff9d92027e71af137dcb8f3c37d5932"
- },
"xvs.png": {
"original": "07624a50d40ad0afbc1584f74bfef40c75f92f2d96fe2256d739f4d5897afaf1",
"processed": "d537aba8350d23044f12feed39b841fd93674d49e019fcb17b83a9eb5a187e0e"
},
- "lupa.png": {
- "original": "3e0addb6b08bf8f2da1844e8eca252590af47687939ba905d83bc12f49cdd2cf",
- "processed": "b56523d50cf9db79eac9141e7bba39f39a437223ca36cefe64d540996861c689"
- },
"near.png": {
"original": "a1c378eef9e0a4a740c395ffe0bf6a56a8311f131b891108caa469014869e5ae",
"processed": "52afcf71f3106941a2642bd41d5bdafd8bef2f83f2b0d9a29cfc52e5e233c03e"
@@ -403,10 +343,6 @@
"original": "cbe917abd3f8048f44ab81f5e0843708d66521655d91adbf67c35a51197a5f51",
"processed": "c56ebc4f317f786197c561828b668b4bffc013bd873b104936d569792c48f57f"
},
- "jmxn.png": {
- "original": "e6c2f9d32d9b87f4ed26e6cc2f5b8bd223b42950d2fdd9d3579ebf99ea0f5b90",
- "processed": "6616918881bd4a1323d77108a10d1624258a13442997f1902c2f16ee58cec260"
- },
"bkc.png": {
"original": "a528671d1f37ccf60f62ae259f9b9dce052e2e81dbf5d9e96e5a605a3718a0df",
"processed": "123d96884b6cc685261a52a44a3ff86da17d33f612ffc96d0c731c629fc022a2"
@@ -435,10 +371,6 @@
"original": "e90c514cc242a7d2648b93dec6fcd0c3e0777daa8290c78a8a70bfd9d4c0724e",
"processed": "9d829b863c17c4c4525ae2e403e3ed865e96122ac490a2f14bbad55169d66833"
},
- "iln.png": {
- "original": "f37754a3fd613cf4e91bad994e64afe5972db793917641c90f9c7eebf3904b82",
- "processed": "441e220d9b0e6a625adcc89acbe1bdcc3a3c890efbf6de3e76b2f887c954845e"
- },
"btc.png": {
"original": "ebc3a7fd60aaed829245b3e010a91bfbd59619f4b302e31151875685cd01cc96",
"processed": "5297e6733ff967c95451848191921ddc3f937b5fc144700a1112322f06acd420"
@@ -459,10 +391,6 @@
"original": "1613dd2bb876dd118d5f43f847da15797291f455539cfd73c4a2b21610c9ade5",
"processed": "66e3ada8c888adf1e6ac2261d054d833b5818b2f5021c91b81359684e39b2d76"
},
- "diac.png": {
- "original": "1833830a8c8239d1c138d039eed701017cb6f6f98be02aa9e2121121cabfeb5b",
- "processed": "9db5f485fd26fdfb2a768ab1404c1572c71d8b56d8eec6310a2dbbf551019b72"
- },
"vet.png": {
"original": "f251973954687e4867dabb6fd43a63b04c0a9f0ae5c47e818ec72d2fb99bc0c9",
"processed": "84a9c683aa39d9c37ce3894d2308cc073a73b76b6bdd9eb94da136310e4b0d8d"
@@ -483,10 +411,6 @@
"original": "8fc8b2d55b8f01689344bb8eaa98d523f65878053e1e22f167037ad99025f763",
"processed": "fdd43e4bec018657f6b20c48cc42c269224a891c35262edd9ba19a067e791eeb"
},
- "ageur.png": {
- "original": "83bd27479ac3359edaf681764584b140ca71617ca7bd1622d6b75cd4ca62ccbf",
- "processed": "64f7ee499d8b2d0e57e6f8a89d61426bee169a4b3971563523f69935eab1ca1d"
- },
"ont.png": {
"original": "b4f7ed7dc23c3d7217d037989bf24358256995a8e0caf95711e8c77b624985c5",
"processed": "5407b04c5a4d0b1bb4d4ab5ca7c72aa472aa23a31c5e943805827416c770a23e"
@@ -495,14 +419,6 @@
"original": "f1d05e2010e155dcebc54332db2dba22ee666b07f8c38118769b90b870447af1",
"processed": "c8d471ad93f9522bd01d6d847fdbc1af9c2a5969fb49e4e9e0b74673c09f9d43"
},
- "jrt.png": {
- "original": "2002336c4cab6ddd6c78f412dd2d2ed1085bef75a1dc558d83d9af0e4f4e27df",
- "processed": "46d34f541d049c053b973c5047926381dd99fed06c044b3003b42382934c2ad7"
- },
- "busd.png": {
- "original": "1a5ef7a302daeda2ac277fbcd17c4099b60ea750f9ec1312aac8e59291000a5f",
- "processed": "a7411b532d6bdf4e7db98486cc03e010ca9c6d36a6157a240dd45c5241b09c03"
- },
"zet.png": {
"original": "5686ee9a9b7d8d87fd11b03caaa013dc826a9fd8b0c23e763000e854cb355d04",
"processed": "993f21b1734ed7b5fc246fe550b71ffb0b7b885b19b46f794d1858766061f47f"
@@ -519,25 +435,13 @@
"original": "eaea80148fa96d47a8518bfe54191efcc46d6e1a94b48a5da01adf3335587ae7",
"processed": "6468ac2b0b6439e0b4b90d009d464f64c9a9578aa7cd981352ccd03158b7f17c"
},
- "zoin.png": {
- "original": "a0869de0b8081835d2144fd4e53822cc72ea58973aa7cb4a447daab0d1c523bc",
- "processed": "7f3db2d9d6303cf659d8d55b6de899334abf9a85ce41ac4dc641872ab92a7ab6"
- },
- "tsl.png": {
- "original": "4ef30b7d94e35c0d0fbe56856a31e11b0f14d43f39a198810e2e4138da6e2cf3",
- "processed": "281902457572b9a109594c6f5939ad29dcc5659ec3b986fec00d59961c3a405a"
- },
"yfii.png": {
"original": "5f71bc57b1d53ed884a7de84c283d97e608cd9ea066ead57d41f31e1ab8cf6b7",
"processed": "7b33860498b3eea717c69157d891f6e1f0457e02a59dc6fdaef0f5e35e48d793"
},
"nito.png": {
- "original": "82e0ec6ac1b42188a26597bc3847a0d6969c113b94ecb9ba4c81269430d64e49",
- "processed": "7780bf18b9490fe76eac4435cd545a6bc641296f5b0d54b5dcd33f827369a321"
- },
- "jjpy.png": {
- "original": "92bac2d0639d030e730d80fc72589a1852a372086fdf2238324fb3b125675e71",
- "processed": "51b5aebd52a7a0eec221f3f477a66fe428ea319744ae223cd82b3b56f7ffc900"
+ "original": "af32051d94f2943289ad0f0debc52171acfd0b5734cce6044c5c562f18842d38",
+ "processed": "09839ca55afb663d26752590a0638b9b82f5c5c515bc78e06971a95315508d01"
},
"tbtc.png": {
"original": "0c57ca487452d4a03ccfecc7ab2b08998772ba30df72fe4999d74c95b7b4f685",
@@ -571,10 +475,6 @@
"original": "482833ebb509a7d72816dbfe046c627668149b3284aa2818fd49623462bf50e0",
"processed": "0b650424a50e86241ce5ebb616640295779bf40eed456e4f2b9951d4f06cddfa"
},
- "aibc.png": {
- "original": "9f4f2d171b04ad418518849da5e238557391cee48b700bbf6d7c8d6c938f41ac",
- "processed": "6bd50a2431d13a50174d74919817e61a54a2ae2521aaa303fa666494b6ccf7e1"
- },
"dgb.png": {
"original": "603c57f113e498ba5805cfcafaf70ffb75159203bd32cac9d363b5540a2fb60a",
"processed": "d09b68bf4e6324c6d859f05cf6237a57f04c591edc9a1aeec1f645130ec66b37"
@@ -603,10 +503,6 @@
"original": "3605f94c4674b73f60b20d9f3069eca84cc8d3d3370fc91de0cd9bc6d7e44a90",
"processed": "b06f3a2590d812d0ba5d65bb00a1321c373bfab5145c92582a1da58de6e4856a"
},
- "put.png": {
- "original": "0d9c976f2df79e95cdfcfd80d27708555c045ff058cfbdf5f5eb335b881e6cde",
- "processed": "ed97014dd7f0c2e748da05a1c693b9f81152a5fff3e07264aa3bb346d815a845"
- },
"mir.png": {
"original": "b1f23d66ab44e0e2f22a7f6b2b842a09a12dfe923f86b8b48eeae61ad4e54d9f",
"processed": "3ee8a5ec9265fd5e01389b9d62dabe3cfc252a5c17e6fef8c0f676f37041ed2a"
@@ -647,18 +543,10 @@
"original": "5f05becef12fa794e91a11bf7af3367985dba1a93f755f421a0bf1282f596efc",
"processed": "b0f1888e417fd3580963783bc266c97f9d5c99536c3cb13e662a0438e43324b7"
},
- "jgold.png": {
- "original": "5594a1b88d45f5562452762f68f6401ebd8c831b5f5f8528e9dfee258a33fe36",
- "processed": "2b0fe3b086b45aad7e9aefcbaed0be0c191863b046f2fd5c4b30613ed04b0bdd"
- },
"kcn.png": {
"original": "3c0fecb19bbf5e41d2ec827f6e900caad762fa749b47afb376cf1795a84fcf27",
"processed": "e453e9f3e7d96d5c1792274c2e560d833190ca0163efafde95ccddf598e47f60"
},
- "qiair.png": {
- "original": "54d583bd1a681a56fbc6761792f8b710e24134da734de6cb4241391b88a5e617",
- "processed": "68ca21ef553d3dcc8b05c0c5879b4825b9f870e53f3135ac3db47e965d606dfc"
- },
"xmy.png": {
"original": "6c969ccbdd683e106aad36ed05148eb39165ecb5d5e1abf37fb362ddddc74acb",
"processed": "f1e5c24542ef27f456d78888ac33b590a9223db0a24f0ce6dc75d9b35e709b55"
@@ -743,10 +631,6 @@
"original": "6484100df02a8f342bfe8f702a35aacaa0de29f13ab87ef3a25f23ab2b0a1be0",
"processed": "aa96730c8e8e12b62379ede4e425c67621ee234fe632cb13f62fbae0da5fe134"
},
- "jdb.png": {
- "original": "90cbb0c882ca1526e1f3d137e70e0f78f79601e3ae23f501be84e7afdda51345",
- "processed": "a72e30e97c30d316df1fc1bd7bb08889d1ec70d25bd56a11dc8af0321f807785"
- },
"fil.png": {
"original": "a3f961238a394b684a8be42711477406e36dec456997000a1fe301c353d51065",
"processed": "c069d122a15ac2efaef635c86d62fb6a5caa97a99585360e6d892db7a48f4205"
@@ -779,26 +663,14 @@
"original": "625e583f1be7f494e3d377bff0ef0014346055744fe23e4e87b22a3029055b58",
"processed": "f4d17144f79bc2e12259a07ecdfa4d8c5d6f09bde838b3f4d14c68cf62f0b02e"
},
- "agix.png": {
- "original": "a71526eba60d875788b9945c262dcee93910006185c981d568859f7d8dad6379",
- "processed": "f449cb05f7be0ad618d3f0e0a36e003c9be287fa34fd42c516931371f8539650"
- },
"dent.png": {
"original": "6b83310a848903004fd4524c9ede5b58c2b8a120b9f288b4051df5321e93c7fb",
"processed": "de910e15c89be6371feedbd0923073cbc909f7840defce3a8604c9782cfea0bc"
},
- "blocx.png": {
- "original": "c0ea161a08a8722bc1afa7b1368ef020a5597f2ac44e314580ebf1d56f8ce530",
- "processed": "1894ae784a16b3b3f59a8e1be41568fc5efb297fa5a9be385a0551adbe9a0545"
- },
"eth.png": {
"original": "073a619dd22d64d0db9f60ef8199b7b216a9efba06a4bc40fd319ebbf3611bc0",
"processed": "79ea206b1b631f1631e2ee4dba7340fa07546f704ff0a6b32a959c90a80347df"
},
- "jtry.png": {
- "original": "b66ebbe5ad1321857d9d38a55eb9fb305ef3381f3511cb2d6295f57975656044",
- "processed": "141956dbe609739a05bf323cfd15a7db1db017df4608a4973874e27669c0e5a4"
- },
"comp.png": {
"original": "22dc9a33f1973a669f7a7c5806295644708df5315048fdea047711a32259479b",
"processed": "1d8e5d1cac0d293322495d8f834196536816ef577ae9bebff03873abb63c1373"
@@ -811,10 +683,6 @@
"original": "9bb22039bb4ad21407fc228a8d84d96b066435291d8ec2168c9f3b8bcb81325d",
"processed": "a2d0bd8945745a6b46e4613c6cce78cf88091748b08d3c2807b97b495a2c1059"
},
- "jusd.png": {
- "original": "7479fdae852a2f16be7decb6faa3b4e875087cff7ad44c15d253ee933d938874",
- "processed": "5a28be39d99049807473a23de2e083921d1113651ff05a634ef4e932488db00f"
- },
"slp.png": {
"original": "b1768586f12dbc9412edd1f528d060a26e4f0c957c70b77986a5f5731c2d9f3c",
"processed": "3165eae04d84f07240b6979fd3329e3c238db978f78e71ea7aac8488f35ee2a4"
@@ -823,10 +691,6 @@
"original": "fa18a0852032d1ced1a4976224a656237775d8e647ef5649cc3f561a226f1b79",
"processed": "30bab2b080cf3d39386caa4ade6dd7e310e5306904e820626be9cb05652b5b0a"
},
- "ocean.png": {
- "original": "96f426d276a84b78176cf65180f7d76ac3f94782d777a7509953fd0f0089f07c",
- "processed": "a191bb5663f35a7e3366e0693ef486c335161faf08905cc2fde09cc8bd910307"
- },
"xlm.png": {
"original": "fc52c13342bfafa9e3411270d3957a932496f15759d896a22a1c0fd5d7c9e528",
"processed": "cd1302b6c3d61cfdbe683d06fac2b69f81035a9d6505af9ba61cce67af715d4a"
@@ -839,10 +703,6 @@
"original": "90c879c8806f0f614dc66aa9cc5ff6e6945ad1c3eeb59a261a67025dad0f662a",
"processed": "363008ac89a6f5092372a4a9a4e4d252135ee668daea2fa9229b0368d20f272d"
},
- "euroe.png": {
- "original": "1e518798934cacec91ceccb8669295d5daeb476bc8e4aabca3d1889f38cc3927",
- "processed": "f4dc40eca2420969836df6e392089a21575f6c835bea68d6c918b2c3c98f916d"
- },
"shr.png": {
"original": "fc24c8e2eb5b6c3f4f460f84b818762a91036efc5917b6206be8470d6e894115",
"processed": "be67fccf185e7e6b5a16d0689afc75ec01409e9b2ba2eb02f58999ed1f0c8c33"
@@ -855,10 +715,6 @@
"original": "74c4ac29b72cadc7db267f05058face1fe7e8d3a9f1ced63428a625bce985b8b",
"processed": "e45925278984a76bee878d00fffba585c8021afde3023db1886b123d1e6fdea3"
},
- "jaud.png": {
- "original": "6aad5ebaac92b056f1451b52c263e8f3cfa14eaa1ad798af4806efef43515cbe",
- "processed": "522095b8f7287ae4da2875154860027477cbfae6c42a959db4a71dbb88119fbe"
- },
"band.png": {
"original": "c79688cf3b6cee1350682680c8cb400f4324c9d44800ee839dd7cbc0f32d33da",
"processed": "bf5f7b8f2655735e4518a31a09aa67946144ffbfae7fd8f7bb2ee8c9c5463cb7"
@@ -867,14 +723,6 @@
"original": "26d2b1871515fe9f185ce3643742100e82e00361f289d120e79fda3d309e7df7",
"processed": "2a2cfa085ca8312466eb702f385a4368ed778e97e748d4129f41813f4c8fb988"
},
- "jphp.png": {
- "original": "dd7db5106532bfc2a2d92b98c40f64864f036f4c4d0ffcd0060b7cd6dfb71baf",
- "processed": "0ef2342c43d49ad04caef1912ca60c791d168e0d41218def63374545af8ed340"
- },
- "lstr.png": {
- "original": "c4b5b0451d14af86e3d9818f64247cc76c61b91bf1a459c434e5761fa32527ae",
- "processed": "8a43a8c4f3d2ad47990383d4d7184b93a3001b116888eb6876c45788f32f6e3e"
- },
"bnb.png": {
"original": "ba77213c3a26f4c5e4e9a9252b72b7d8c9cbffc6bb23efd5961c53486f56d236",
"processed": "d2b107916d72581076fc34cb8e5c3d5d87ddbb59343b9a71870a2bfd3967d583"
@@ -903,10 +751,6 @@
"original": "eb5bee0fd794ca0af369f44300a6048237685e4e9697e707c0eb6f09575c5ba1",
"processed": "8bf9a86aaef0d1c703992da367f2a1f3675189ee45dac335e934e9cfbb121e43"
},
- "guru.png": {
- "original": "c0cf94cbf76820320535cb8825f917679f8fae48e6d813e43c64529162a2a398",
- "processed": "dacf61827696eb82a46b411317717bcc3e6d3eed60c5e14c1c08c77d05230b85"
- },
"tkl.png": {
"original": "cfb4dc2fb385a2f2fa195443dfdeb28155ffa9fc692a65535649f787f94fc878",
"processed": "e527f1768f313ff0dbf46dd447b8708520897362c47e24e35bc74af3e84d384b"
@@ -955,10 +799,6 @@
"original": "d678cdd0e2fa8a0c3677437ff98f0935283ad6c313696467110c576b2324736a",
"processed": "3618481711e401c4c4ca540d9e04a0bbafc604a1e9012a7f5e97cde7f77ee1bf"
},
- "aya.png": {
- "original": "4e332278af14c9dbbb04321e4590af86808591f18cf7c89c018b6ef14c7fbb0a",
- "processed": "ad4286b8c41c2849ddc4115f5e8875e2294ffdf07382bad9c6a6db1acea52c5e"
- },
"vote2024.png": {
"original": "b3fb6ceafd42e2e61c2bb92c05f22775970cd2960b46eb86362a81f20e0f8295",
"processed": "bcd9448dffbacdff44c6153cbae59de682c4c99aec0e2cd7c87cbedb2fa757f9"
@@ -999,10 +839,6 @@
"original": "87a889163d50434ce5d903781f1c7d180e32b726ef54e28ebd889de44dacc2cb",
"processed": "8db1c125eab0745e11dff34841d4a41e655ce99ffdd0caadb2162c48cac1056f"
},
- "zdeex.png": {
- "original": "c66a3f0c00b33001e48f05396608f8071f22e264a3e0a67827249f3e7f6d0fd8",
- "processed": "34e6be87dc0fb571f725eef4ad47c027f845445fc884e462fbc6cdc345d44d6b"
- },
"xtz.png": {
"original": "9ea4ae6948c821bf40f3ac6a36869b2bbd7546db51dcf371f4d1164892dbcf4d",
"processed": "78b44b8e9176a27e4b6a994f3dc081f17f242f250b46560234ee65cbfe4e10d8"
@@ -1015,10 +851,6 @@
"original": "f7b62a812c8857ce2acfe6b5d062863aedbde2fe341b2621740ef590aa41c56c",
"processed": "03b5c794102f5625fa55271a198a86b920ed9c335c40512a0585c6b1a5636549"
},
- "jsek.png": {
- "original": "b17a106638e7e00ad3346d46b3267455122583a0bd6ef4a190cd4606afbf1d35",
- "processed": "6d55733603e472c9cf5d948688f5b16698b586c0fbdc98a10775577acf958d46"
- },
"awc.png": {
"original": "0249afde3f197bd3e9e4118e05eb5f1b10bd2497476b48b7ed878df81b231bc9",
"processed": "e589a706805e4967f2af46895534e8a6f290dd98f7e55368ecd8b7e8a04c1548"
@@ -1063,10 +895,6 @@
"original": "2fb43c2169be31c140ed78dcb6568c3e1e1bbb749a578ec62299714600398599",
"processed": "cbb00ee707f5d29fe39c87bf9ac049f7e92e2c869b26d71200de80fc38d02fd2"
},
- "jkrw.png": {
- "original": "181eec382721450a0a8d952897d65ed6c978bf0f9cc4c591c463577f0fd57e20",
- "processed": "b90b75c319cde83e7caf03a15d9eeaa6fe5be7c37189d73cc2769f40afb8d1ac"
- },
"xna.png": {
"original": "06ae60a55d8761404bdbe624ad3fa3347cc575b33686cdbe903c1ca12b0cc0e0",
"processed": "ce875daafc911e471db14eccdd765bf07fe04fdccf15f6117ce32e93e8322cf3"
@@ -1079,10 +907,6 @@
"original": "a432e67eb3f441cb467bee510218243a142a3af3630570b83befc0793e1933cb",
"processed": "23368cd981bc9d58cb74d261dbd2d10f3753c67bffd9592a17521b3f304547f4"
},
- "mc.png": {
- "original": "38a476ca0f88cb5e7f66ee1c0082f6b7306fd536c9ff339f2026489825f1a511",
- "processed": "c74c7650caf6e219e21182e954f4005eb1ddb969138790ae3414e2040f67ace2"
- },
"efl.png": {
"original": "7817980d5be805491bca5efe8ca7b5b910927c4c8c2832c6a729e1b195a27fcf",
"processed": "9a8c30aee3f84addf23c367b0218ddf3f78c751c2de1d51332b38fa56501a732"
@@ -1107,14 +931,6 @@
"original": "20c94b3162f7be16e8f61e3dcea8a30f08a73e51a07d120a03a1cc42f4e8bd1f",
"processed": "58ad535002bba478ce82567b3d0b8fe3f13831723266f30353d6e8cf9721f2cc"
},
- "bidr.png": {
- "original": "6d672ae3eee3352f45fb258e9ef5f106eb644c59114097697f46bd964734af6a",
- "processed": "8979e34c71da99acfe1e2dc37f3348c411bf5076b2ee101969db7bbcd54c6f6e"
- },
- "zinu.png": {
- "original": "c995ba6e60e895a6dc155244206b09ec8dae7211f520cc8a6118cc4675087393",
- "processed": "ad43d168fc9b853d7c091a9c2b06dc8e79fef74292c330ec04cdbd78cd739b98"
- },
"sxp.png": {
"original": "1a998cc271c7ecc3a0aa1f0e11f12ee51368c74bf3a3f67afaad551552145006",
"processed": "0e7adc8fa8595f3b792a4af375d7a8336dbdcd4d7624341e88289a947ad56e3e"
@@ -1123,14 +939,6 @@
"original": "444a5df71eb146dcdb605e4ff56b10811f27c31dce28cbf5dee37858f6e577ad",
"processed": "7a51105a7b5ce564e6b5f84a3816847baa55481e3f8cf05af716dc99635746b1"
},
- "jeur.png": {
- "original": "9ea21ebcae164e465ed744a38299ae67fd841df6ceed1251633963507904ff9c",
- "processed": "e83ef2fa7b48205e459a521bfe19095c789d01470e23b7a16b667cc18f3dfef1"
- },
- "zombie.png": {
- "original": "674833a824f1f592931864d787a6ec9d59e20fa23d5259d9dfaf6edec554ecbe",
- "processed": "627052c6ea33fec7811e4b3672d14aedeb84eb3774cda20dee70fb37e8113f7a"
- },
"ltc.png": {
"original": "635cbd5c4f2676a4f9287331eddb4fdae18114878cf9f45fefc068922628f368",
"processed": "64b09495046c786ffd347b82ee86d585faaf8c2b988a1d1145934f6c167322e2"
@@ -1139,14 +947,6 @@
"original": "ad184d126b0421d84fc24ecfccd2d63f897fa98dd2b00a3c37b9e1d5eb70ab4c",
"processed": "42eb7c7f3e3c16bacba1b90db76320d19acdb5c2580e0941e68ba51ece3ff18e"
},
- "jcad.png": {
- "original": "790669f9eba9be9110dc87856db1f655e2c57acffdfed2ea92258b1c21f0ada6",
- "processed": "6c5171c670b868c82c2676af749e2ad1a9760f13c1cfbdc71d3b8e9a8a339804"
- },
- "ubq.png": {
- "original": "0470576a8a94811dd8df8caad698386fd7314aa4931cf45126b393bd1056edae",
- "processed": "52f6f2fddbc454b31af75060b134fe9a7d8ef09e34feddec97257a9e9ad15645"
- },
"vrsc.png": {
"original": "0ef00bee62d964f5853e802b4a4fde475d8ddc1c11f7585a0d11de9b3ab73cd7",
"processed": "65744024aacc4ca5d3f2512f1d74a3d3ab6d1912a5660f12f470990e487a1d1d"
@@ -1159,10 +959,6 @@
"original": "c80061e6063a8222b0209f78ed6774a844b0b60ece045ff1bd613064e9b0eb60",
"processed": "6ab91b501bd617eeb7a295365013e90db6665e7f8243025f02e16beb9d845fb5"
},
- "jpln.png": {
- "original": "b18ac48554bda83ba82d544c85b98945b2a77e78a40b33010d2c7229f7720c20",
- "processed": "76cda58bb6d3b9b64222229acded900f309cf9dc7b67b2778cb9218377ecd50f"
- },
"osmo.png": {
"original": "d689d25231b332889f470e4bcfdb725cb0a5d06cbcd52ea8e958828686521694",
"processed": "2421ad6e26a4b8c7cc1d994fa9991658ab9283fc99b0ad790cf3db0d12c49b00"
@@ -1399,10 +1195,6 @@
"original": "41f87463781169e8a6c819aa4945ccac02a7a0342326ff380e9c3bbec6dd2892",
"processed": "8539edf8dc46bc02caabea2a94530224c28c9d076c6ef792bd03baca2ca64586"
},
- "nzds.png": {
- "original": "46136e4772a9dc3d8ee36c64e990d6421247f7887866c1866d31e434f64ecd98",
- "processed": "193ec0df7093b662a677b4a763c6f3a5289fdafcbbd5af81f77bce3596abfad3"
- },
"brl.png": {
"original": "8ceb8589ff6ec26ae526e9214efbddca4ee26a52e0fe47f9f2a59409a6e66262",
"processed": "e0bc0903d79ed2a47b4f73977bba37c00c9aa05a9e3908f47a10a0928a7e4f19"
@@ -1435,10 +1227,6 @@
"original": "98fcd804cba2b6d50377feefa2a0de021a3a512580eb6001fadd2872ee1ab5a8",
"processed": "5ff8f1439b2da1940b2785871e95badd0ad522ddfcbcbe7a63af22f8f7a06fa1"
},
- "jcny.png": {
- "original": "77aa32e4403ad5d34252bbebb49866e24601fcd11dd06aa6d3c371f62615370f",
- "processed": "6a225b49c4b40bac452541492ea349d085d6535785936937bbc00490e7587bcc"
- },
"lynx.png": {
"original": "9c8856417a3c7134ad2f7d660d4715c9d00e31cae76e9bcfe7f06df039264e8a",
"processed": "b8cf1b5123134be8b37c3cf0c655dae217d6b076d84291f353a7a60c36f326b3"
@@ -1459,14 +1247,6 @@
"original": "5b6780f77c2475f2a6dd885736e87850acd960953ef759b0c4e3167f772bb230",
"processed": "943193c8c4c1d1ed298a1fdda0cad7e0db9345e712dfbaa8d08c47704eac9582"
},
- "frc.png": {
- "original": "12a0f6c40b43ebb01cb15076380f466544a4c8e573fdc7f1dc7e52845daa07b2",
- "processed": "31750d707ee78cb29dcbe1d347c5f39c537b5443849393d7af1ab8ba7d297320"
- },
- "sibm.png": {
- "original": "17a25e695822174d34602db1d87484d159e0f57a6e2046989adeb902dc38b244",
- "processed": "75c1dc424de20f10aef245179ba747f0f7c1a706b71a5e29097e8416f3af1cf3"
- },
"jasmy.png": {
"original": "d4ec7c305f17495336ee8fbcd28d8d3e34f812d85dd6059debab5ef5d2625995",
"processed": "a4328e9e982bd19cf5b372214b881c1e4d3f1786cdc7ab0c73e8d0e1524dab5f"
@@ -1503,18 +1283,10 @@
"original": "cd5de6d8c114412fd815112ba16866c26634877eca51cbaa9d3c8f836b919201",
"processed": "95cd3143c07ed0af9879d86216737dc983a7b05e2d4a2000779c70150cbda096"
},
- "oc.png": {
- "original": "6ea576fa114691909b4e6f96851aad6557e817902fc2c11922ff3db41fca7fab",
- "processed": "d9ee3895feb4e81110e09e76b6e1919b9c33416a1a8a44348db230a9ff19d5f6"
- },
"rdd.png": {
"original": "4da1feeaf99ca914fca6d044eb04c89d113b1352ffe04c482830df04c17d6b22",
"processed": "67988b31028760f60bcb1602513a915ac76c0cc261fa6551bf33d7a0e607b5a0"
},
- "dogedash.png": {
- "original": "d058a6904b19ea1910eab64a608123f20b3eedf3b3ca7874255650859a2b1580",
- "processed": "0e21106318ce6b23af98128a6b5b32ef7fb50ad02132f63ceab4811b6a3bc315"
- },
"aney.png": {
"original": "fb137b2e5d9213027e5d6af715355fef9d9c5680cb4d71922619352742d69014",
"processed": "fbeec8da14fbcb7cedc9a38f7d64ff7b4f132209a15e3176be11368de3cb71d4"
@@ -1539,10 +1311,6 @@
"original": "78ec16f23e0b0c31313bc2c12158649b008d871751274a37359fad0f70358ca5",
"processed": "21d04b11d0073829a6497fe83d329d04c38c12be1fc84da1907f1fe865a03851"
},
- "dx.png": {
- "original": "952d9cc9377b2abb11294d1cebe9c8b4feef7056bc7435b484f24654cdec6b0e",
- "processed": "8fba5802367c0fa418dbbd3cf3bc88e9be1f00b489dc158a634f2b2939605aa2"
- },
"cvt.png": {
"original": "eb42c1ff0f0ce3e2276b115ea7ef9464aa7e7b1a61829e924229068654a3efe6",
"processed": "be731f595cd469cce927d15d70b8d2c9238d1d903f53a85f867f50347d83909c"
@@ -1599,10 +1367,6 @@
"original": "8857becc5291d3bb2a5b28248e9aebcb635ab8ef641adf2dbf379751e35a0e2b",
"processed": "a44a23ec0a8b6bd23e8c9c277925a544fe848588bd56a4c226c2f201a75ffa43"
},
- "chsb.png": {
- "original": "b2aae341d3808ccedba492911789a988d269e90b7b30f8d031c59daec960b52b",
- "processed": "27a882d2e2a04446f9929452d017f83bd2473860418ce95b1b4b3b04db2f7c35"
- },
"ubt.png": {
"original": "d0d52351ff0b2dcc9f681cd34fc0252ae2edbb422bca5a218e85a5b7051ff306",
"processed": "207266e88e9f539abbf4e93c4c8022a9c87ac787bded98f0776bb667d9e3989e"
@@ -1655,10 +1419,6 @@
"original": "d5997d635a2b510d67ab133d6de5da62587925693af448ee03a2ba0d5a0c98d2",
"processed": "956afbbb8f2da1d2a7629346fb95a5b0bd07bd71506395c871398e411a25e1b0"
},
- "exn.png": {
- "original": "165d7fe343b77e40b3385c775f7b48ece4dd5bc287e92c0d8405ea0318dc537f",
- "processed": "d35915ce391ed9bd522338f123b8960741814b16730ba6864524695ac24ff980"
- },
"loop.png": {
"original": "348ae70fed4ef42640c55bd86bec63b911ec6065c0062a9bdf579d72d7ea3c4e",
"processed": "3000a942b4c56237626a1e34b868e8cef6d0c67a9bfe28baa03b2a6e722e50dd"
@@ -1667,14 +1427,6 @@
"original": "237490dcc3a1edd80d4b331320f80145b22b03c83e996752f7b31eacb873ca82",
"processed": "6f5ab3dffc9e88ef2d3a92f54856f80db8f1b0905a3e8c08dbd81cc8bda0db80"
},
- "med.png": {
- "original": "8989d1f8a06556d5b239fce6a693f80e01b55b27c75dfb39233ae1d97efcd2b0",
- "processed": "7b4b06702fef4e8e62e601521cb386b9931a20bf99c64c7479e1840c30f28ea1"
- },
- "eiln.png": {
- "original": "a237c43793ea4a377b25ef18104ed8016b1fd0ef3eab79bb553895c291e5991d",
- "processed": "cb35050b163c9bdd781114ad2031095acc701a3a25d9c4d768451eb235b2d111"
- },
"dia.png": {
"original": "cd9c0a8de1c1df88a1c9d2be30d89ab8d8c0f54c596cd5e5c003902d66843591",
"processed": "0c96ab6b71e8b81b48b8d072a5dc6aecde69b00e3f517064cc3555056caa132a"
@@ -1699,10 +1451,6 @@
"original": "c8799935e1a29b5de9a2242a0086e4221931ff5d9f99b9ba464d4480676fc7d6",
"processed": "d392c7aead4de6093b1940a996ae080bc0fbd28f0dc9a647aa0a7574b09a723b"
},
- "hlc.png": {
- "original": "7b6c5b61ccc763fcc4fa1c0b5145a8292764bd6846024e6d6ad516112fe737ac",
- "processed": "0b9ab6e866ef0f9da5d02e7e0c09854be34d66f86088d1798135d7e49db66316"
- },
"varrr.png": {
"original": "8f2f033a294230d1f9e68714ecf8f2f8398aece6b33eda56f8db2ef53ccb7328",
"processed": "4a52ede02383e0c546c0ff6e9c3956986615f36169855d3a7e3399ad3f709e9f"
@@ -1727,10 +1475,6 @@
"original": "e4beaa82bd32a05fd61e782a4f14d1a2fdea29c39b6ff7488b5016ec6593812a",
"processed": "03f40cc9862f1713d7aebe4bb27c5db03d40fdc93435e4eea4bc7baa38193c76"
},
- "case.png": {
- "original": "17f9534568bbc464c3bf4467d3fff1bc9e7221b0763c60f637068b9756529973",
- "processed": "4fcb37d02da34d1a3b797b5c66218a2f5084f0423617e77e11f45d1e0eda5086"
- },
"aipg.png": {
"original": "26d12691344336ed26a4f529688d0bbc6fd2356ddadadbb2ec171c2bb9f25e7f",
"processed": "6cbc1898644c103bb7cb09c15157c6675eabf2e2abd63e6c2bc1b88ad4bc81c5"
@@ -1759,10 +1503,6 @@
"original": "d9966fe96bc2f22e8363e5d25b7b3eb43490d7805147b4581fc5288e0bd6bfff",
"processed": "af59ef2221ddf5a5dcaf555aceaf911cc113cd7e5596b95b18367a077a322d2a"
},
- "grms.png": {
- "original": "70ef1e6a315b9817676bbc463ab705b793bb47f790b9b3f763024bf5c84666b0",
- "processed": "9a7ea5c179ac1c1484fe00a348dcc83216d5728f8a4019791861f557ff444bb8"
- },
"rvn.png": {
"original": "d0c366b498b78a8912a7e170e4ed2bfd36e7f19c34a5881213c591e0bb76bd84",
"processed": "2344e69c66c98a01ed9a6a90358b3b70d60d18c49ecc4f0487613826dcfdad31"
@@ -1803,10 +1543,6 @@
"original": "feb1ce99a7b2d584ed896fb7ed8dcb42095efcb21ad733a6a7efbc4763fe6842",
"processed": "869a4d56fa0f2f4686f619af2ecb2807d13ed4ec916c847f629aebeb3f6805f6"
},
- "joy.png": {
- "original": "4602209daf195602b10a6ecd678910e643cfdb38c63fd6cc5886bec98c96f0f1",
- "processed": "73bd2c149034fbce0d9e4bd2972b8edbde2685bc293b9767c4c16e41b52aea07"
- },
"minu.png": {
"original": "4a1f80a1df7dd5a63ab3b24c6fd936ca94186892836b3e84cee123e22a2d7303",
"processed": "eddc1ff2aeb500112a11273809b2a558a5f220578b3c935458e59d36fbe0bc2a"
@@ -1823,10 +1559,6 @@
"original": "7d35bb53fe2f5572856159cc68ac3805fc2c7c8633c5318e93545b464901f289",
"processed": "98bf56c934b878c8549551cc2e4a663a23121a0909926db0cf4812c41f37348c"
},
- "ilnf.png": {
- "original": "34c9daed0c53a20a621888cc5636d15ca1f3e8d53de42996e3f1418e3efec37d",
- "processed": "1fd68b57f8ab2bffade54111070b8f426d65ccd870d06b2274f22b403f80cba1"
- },
"idrt.png": {
"original": "921b3da104fb1f71a7a33259ef5f93fb78ff90e13478c4ab9cb2faac3e1086b9",
"processed": "acf2cdf4d0d99dbd132ebf44c6945f2fbf8bb5f8aa47f4278b0cb925c38596c7"
@@ -1898,5 +1630,141 @@
"utopia.png": {
"original": "9e23adf53641f343f97e36555645081c09f13a2f72c037af42aeef1cb23f0edd",
"processed": "6a9f8a84589538127603179e73fa66bafed786b0ad7a066f0cf2242e4b65b1a4"
+ },
+ "flc.png": {
+ "original": "a3c8ff3cb857241b7f863527cc2ff0c2f8b7e4913034fbdc95bf465906e55cbb",
+ "processed": "db1111edb0703f690f473fed4b784dea4e37b2d1c14df699ed670f83edc54ecc"
+ },
+ "vrm.png": {
+ "original": "84d213a7e92e62545bec168f9ddf1bcd9deff9f8e75c26c1694a84035ca84b93",
+ "processed": "5563db729cae0f1db1861a0e07d8595485fa4f461706b6681ffbffc7a9f1a1ba"
+ },
+ "hrc.png": {
+ "original": "96783c396b4ce0a295f2632c8b28fb1503291dec108a80cd76823422b9864d1d",
+ "processed": "0f8567c8149302ff6b47c40f999dfe6b614a1216f97a6bd3d66e7ce56f8d6501"
+ },
+ "kmdcl.png": {
+ "original": "19359533f0b2d95ec80eae743841b37b4988944f307614330aa08c30e81daa02",
+ "processed": "7736d099c2a0a12f96b2dbfaf997466a7e47168ce7929bc2813a526a346ada3c"
+ },
+ "aure.png": {
+ "original": "978e807c24b5e4f880dd49370e988f132545ff15b29a1edcc26744e052aaf29f",
+ "processed": "af0efd0abcab2a649aba25ec3ef8a93de25abc2823536644771b8ca873de1229"
+ },
+ "wjk.png": {
+ "original": "2c3b611b881b4a1f7c97e4ef5cc915e3c4d4fa909223cb22561d4e50ed7d2ab5",
+ "processed": "7ebaf6bfd6187d0a8ffa02152129616d740b72f7f0d88436b38103393a96d61c"
+ },
+ "rin.png": {
+ "original": "89cfd252fd8e9b4c30a925b331a5431c5a8ebb4fa072b157b32e235141a03612",
+ "processed": "f0e532eff2a5cac56e9a627563ed241edba4d1e3de34e561e0b839bc74ea5d19"
+ },
+ "dsv.png": {
+ "original": "ddfbf93a42cf9521986ab39f9f8640270dff18f341d7356f5edb3ce03ad58f64",
+ "processed": "34462fae666e2a7c6c3aa39f5787880a1b407295fa77e807b141d3a4b614d3a1"
+ },
+ "rxd.png": {
+ "original": "817727b652112c6162cb2cd67aae1b529afe9ae0de30a43a57b5be746107640f",
+ "processed": "1f4ff1fa1029373feef284da20876f3df71825fc80d8ae1d2e942101a43b430b"
+ },
+ "lc2.png": {
+ "original": "e546dfa619ce668efd626597fbb6b68b530386f7a1a1a481e05ee9cfd6c286df",
+ "processed": "dfa265180892f5a69c53c3ed34bee0f578b8f1f95a4372e462bf8e6d556ea19c"
+ },
+ "jump.png": {
+ "original": "1fb60819aa870dd1d7045ba5d16d1b3b7f818e98eb2747eee33d23a47d76bded",
+ "processed": "9dd05d23724f2ec88b518edfef273526f2b897409e0ee68e3aeb575ba6bc53fd"
+ },
+ "zchf.png": {
+ "original": "0c249b737ddd1e0f7aab356d4c25d7a7c37ee27501a0ce7b335a54eb300e9eac",
+ "processed": "9491d4ef2f7dbb347883008ad1687862978bee87c7bb8975d4a37ece36cceb68"
+ },
+ "usdp.png": {
+ "original": "8ed28beb902b40fa30b6692df3c5c17bde7359ac049b038120544b3f03b74cf7",
+ "processed": "0bb7380c60e036e796c8bfddf062171fc8bf64ed16fd1aa6d90e505002413cff"
+ },
+ "btgs.png": {
+ "original": "daeb4288222dffa2e5a6e6934bbe83b52a0c8a9546d92d26b35aa27660ad745a",
+ "processed": "69ffaf4ab58a4acd3e55568f4632ee7dab5575547b87c7bf2a0b8bca9348a359"
+ },
+ "brla.png": {
+ "original": "2d8172dd8f0c1ffbd404ea1aeda81c7171450eacb21b001c1347d0843c3d06df",
+ "processed": "c095d3e3a00041d0f0dbf78a406dc2bb01366cf773d1bad3d3892d845fd566f2"
+ },
+ "xdai.png": {
+ "original": "8089e058eaf02969380e39b198039f29f8487f6dadaeb31634732f0363afd3a3",
+ "processed": "f7858daf005115fdf36e12f7d763d2f7b0ebc88fac968ece1c436425bd06ec71"
+ },
+ "gbpe.png": {
+ "original": "c3ee62b5ce40ae95b2185e321d473d11f3d8f4612a0d6f2426ac631dabc79a65",
+ "processed": "5f311ac7054478858fa4685c90c01f6fa6e6da38efdf5809a53766c6f3830375"
+ },
+ "cat.png": {
+ "original": "68e311b05fe667ef46eb4706f924540fc7bb6fcc27a8df380fb82c744e66f0d4",
+ "processed": "1ee44c23727e8ba4433d2952ea5b1d4308172f299ff15be05f57d0b3626d9323"
+ },
+ "bch2.png": {
+ "original": "8b61178122887d158ea9be80aa1965a601ff0ce158f265058b635cb186817954",
+ "processed": "bd68bd14b531547a07066a92537ce8092fccef2d9c9f9c062c552410847e75a5"
+ },
+ "mwc.png": {
+ "original": "8cf610052cff1310f3dc539d0c0e1627f6b855fc72dd099559d573fb54a369c8",
+ "processed": "0063268cfc0fc0261788f6c666c19445cd7cc19eb920e8d5adbd62568b2369ea"
+ },
+ "fivetrat.png": {
+ "original": "5ffbe0d62b41f7e5964f78c757790bf6b29bd1d47387fe7c3cf18633ccfd5857",
+ "processed": "788eeadefd06b6b2888de546d0d4e02463b992a0bcc535acb27ec05cb64a1923"
+ },
+ "hth.png": {
+ "original": "594ec8294f840fe8b963329b6812a4fea1ee024f428a3da51c95190f86372073",
+ "processed": "a2f590a1db502241c16216fd4c7b59afe0d94b94f06ca01ea29e5fc254d63e62"
+ },
+ "a29.png": {
+ "original": "7d3e1efa95012c8f777646797dbb6b806767af02b5a49a96cc74313cbe22f0a1",
+ "processed": "fc01969561994843a3a9da3905ae22ef0919d36591ba7136723a9cefd883bf46"
+ },
+ "bcash.png": {
+ "original": "53e32ea0201657ba176ad0dbccaeb4ce2519daf9442f53a52ef80c8c7c08c25e",
+ "processed": "df99285809a3f17ca17afb99d302e273cca89e06350c76ad6eb35a86e9d71a3b"
+ },
+ "sky.png": {
+ "original": "bbdbf24c20f633e0d98aceb6aef3e7a38d4be2e4b033a1e933a1d0bdf8543460",
+ "processed": "a863bbf4dcecbd5176e28c552b3b73abc9aaea65eef585839936614f7df25dbb"
+ },
+ "morpho.png": {
+ "original": "2b61d0f47c35978d43c6a41da952b410fb4e4fd43d2f15fcc895376733ca21ce",
+ "processed": "fe41f67e1147682f32a8b755c33d48fae7878cf1e698a4c3a6059bfab68728a5"
+ },
+ "ethfi.png": {
+ "original": "8536584b6da5e19209de5c6342eb846becc2d6746d47355af424b118885648a2",
+ "processed": "3d2d0590bd77b5e7b0559601bcf95ce8585f4dda7b11cd16017c7f7e3d54cc00"
+ },
+ "xaut.png": {
+ "original": "4294d7f446228d692a0f0fd7b29a0e689245ce0f3be3b6c72d97cd2c50232eeb",
+ "processed": "4369b1a0d017db9cb3db769bf02da22c24b666b7740d1fd8496aeccf00c9fb29"
+ },
+ "virtual.png": {
+ "original": "3e57c7d252c9eb4225211b0793d4bb72fa790b8961bc169559d79fadd808db1d",
+ "processed": "a17ecbc995e3cbfceff351a254cbf362369d719dc1c94e24b73839973a8f3db9"
+ },
+ "ens.png": {
+ "original": "2e7ff3addf192b1e00b6f19398bb5f2c28d9b1b1b72a68d5496eae1fa19a1be0",
+ "processed": "93e17d53b9b0a9ea2d56d0bff55396ac002796334165c4a4cd6ad7b7e70dabab"
+ },
+ "syrup.png": {
+ "original": "c2b78d17302a05757c491d1a61f5ad915a269754c413d6945b858f5703a25e34",
+ "processed": "1023970522e1ffb941c805905e108adc6db5ecfffac0141fcceca46e90408bbe"
+ },
+ "vvv.png": {
+ "original": "786ab631f52704321bb6ab2b59baa71e1821628602a803094183520b932e20bd",
+ "processed": "e6e11e909e52b4b3cf9cde3ac2c44d0182c67113cf0efdaec84ced7cadec4deb"
+ },
+ "ondo.png": {
+ "original": "83c43304d6fbe3749964422baaf62f293098091bfad2a62108522ebebb10c9b4",
+ "processed": "9e4e9e74aa214e1fd516166581106a0f0fc4f929a10e35e0852a5100f0fd865d"
+ },
+ "zama.png": {
+ "original": "5bd11ee9a8e32860c47ba85feb2603c6fb26fbe74605169717b64a28251a1dd7",
+ "processed": "6e2eba6d46ea82adbfb043a460e9f17dad93d97ac8cfa1e9e39f1017342df10b"
}
}
diff --git a/utils/protocol_derivation_paths.json b/utils/protocol_derivation_paths.json
index b57f313ce3..71f5655c48 100644
--- a/utils/protocol_derivation_paths.json
+++ b/utils/protocol_derivation_paths.json
@@ -8,5 +8,6 @@
"AVX20": "m/44'/9000'",
"QRC20": "m/44'/2301'",
"IBC_IRIS": "m/44'/566'",
- "KMD": "m/44'/141'"
+ "KMD": "m/44'/141'",
+ "GRC20": "m/44'/60'"
}
\ No newline at end of file
diff --git a/utils/scan_electrums.py b/utils/scan_electrums.py
index f75c697a67..987f7c9951 100755
--- a/utils/scan_electrums.py
+++ b/utils/scan_electrums.py
@@ -336,6 +336,31 @@ async def connect_and_query():
return {"error": str(e)}
+class TronServer:
+ __slots__ = ("coin", "url", "result", "blockheight", "last_connection", "cert_info")
+
+ def __init__(self, coin, url):
+ self.coin = coin
+ self.url = url
+ self.result = None
+ self.blockheight = -1
+ self.last_connection = -1
+ self.cert_info = None
+
+ def http_rpc(self):
+ """Query Tron full-node HTTP API via /wallet/getnowblock"""
+ try:
+ endpoint = f"{self.url.rstrip('/')}/wallet/getnowblock"
+ headers = get_komodo_auth_headers(self.url)
+ response = requests.post(endpoint, json={}, headers=headers, timeout=10)
+ if response.status_code == 200:
+ return response.json()
+ else:
+ return {"error": f"HTTP {response.status_code}"}
+ except Exception as e:
+ return {"error": str(e)}
+
+
class scan_thread(threading.Thread):
def __init__(self, coin, url, port=None, method=None, params=None, protocol='tcp', node_type='electrum', ws_url=None, api_url=None):
threading.Thread.__init__(self)
@@ -367,6 +392,9 @@ def run(self):
thread_ethereum(self.coin, self.url)
elif self.protocol == "wss":
thread_ethereum_wss(self.coin, self.url, self.ws_url)
+ elif self.node_type == 'tron':
+ if self.protocol == "http":
+ thread_tron(self.coin, self.url)
def thread_electrum_wss(coin, url, port, method, params):
@@ -579,6 +607,49 @@ def parse_ethereum_response(eth_obj, resp):
return eth_obj
+def parse_tron_response(tron_obj, resp):
+ """Parse Tron /wallet/getnowblock response"""
+ try:
+ if isinstance(resp, dict) and "error" in resp:
+ tron_obj.result = resp["error"]
+ elif isinstance(resp, dict) and "block_header" in resp:
+ block_num = resp["block_header"]["raw_data"]["number"]
+ tron_obj.blockheight = int(block_num)
+ tron_obj.last_connection = int(time.time())
+ tron_obj.result = "Passed"
+ else:
+ tron_obj.result = f"Unexpected response: {str(resp)[:200]}"
+ except Exception as e:
+ tron_obj.result = f"Parse error: {e}"
+ logger.error(f"[TRON] Error parsing {tron_obj.coin} {tron_obj.url} | Response: {str(resp)[:200]} | Error: {e}")
+ return tron_obj
+
+
+def thread_tron(coin, url):
+ """Thread function for scanning Tron HTTP RPC"""
+ x = TronServer(coin, url)
+ resp = x.http_rpc()
+ el = parse_tron_response(x, resp)
+
+ cert_days = None
+ cert_error = None
+ if url.startswith('https://'):
+ cert_info = check_ssl_certificate_expiry(url)
+ cert_days = cert_info.get("days_until_expiry") if isinstance(cert_info, dict) else None
+ cert_error = cert_info.get("error") if isinstance(cert_info, dict) and "error" in cert_info else None
+
+ if el.blockheight > 0:
+ if coin not in passed_ethereum:
+ passed_ethereum.update({coin: {}})
+ passed_ethereum[coin][url] = {"cert_days": cert_days, "cert_error": cert_error}
+ logger.calc(f"[TRON] {coin} {url} OK! Height: {el.blockheight}, SSL expires in {cert_days} days" if cert_days else f"[TRON] {coin} {url} OK! Height: {el.blockheight}")
+ else:
+ if coin not in failed_ethereum:
+ failed_ethereum.update({coin: {}})
+ failed_ethereum[coin].update({url: {"result": el.result, "cert_days": cert_days, "cert_error": cert_error}})
+ logger.warning(f"[TRON] {coin} {url} Failed! {el.result}")
+
+
def parse_response(el_obj, resp):
try:
# Short form for known error responses
@@ -726,7 +797,8 @@ def scan_tendermint(tendermint_dict):
def scan_ethereum(ethereum_dict):
- """Scan Ethereum RPC nodes"""
+ """Scan Ethereum and Tron RPC nodes"""
+ tron_coins = get_tron_coins()
thread_list = []
protocol_lists = {
"http": [],
@@ -734,6 +806,7 @@ def scan_ethereum(ethereum_dict):
}
for coin in ethereum_dict:
+ ntype = 'tron' if coin in tron_coins else 'ethereum'
if "rpc_nodes" in ethereum_dict[coin]:
for node in ethereum_dict[coin]["rpc_nodes"]:
if "url" in node:
@@ -743,7 +816,7 @@ def scan_ethereum(ethereum_dict):
coin,
node["url"],
protocol="http",
- node_type='ethereum'
+ node_type=ntype
)
)
@@ -805,6 +878,18 @@ def get_repo_tendermint():
return repo_tendermint
+def get_tron_coins():
+ """Get set of coins that use Tron protocol (TRX/TRC20) from the coins file."""
+ tron = set()
+ coins_file = f"{repo_path}/coins"
+ if os.path.exists(coins_file):
+ with open(coins_file, "r") as f:
+ for item in json.load(f):
+ if item.get("protocol", {}).get("type") in ("TRX", "TRC20"):
+ tron.add(item["coin"])
+ return tron
+
+
def get_repo_ethereum():
"""Load ethereum node configurations"""
ethereum_path = f"{repo_path}/ethereum"
diff --git a/utils/scan_summary.json b/utils/scan_summary.json
index db2e24f27c..a95d1db6b0 100644
--- a/utils/scan_summary.json
+++ b/utils/scan_summary.json
@@ -1,217 +1,318 @@
{
"delisted_coins": [
- "AIBC",
- "AIPG",
"ANEY",
- "BITN",
- "BLOCX",
+ "AURE",
+ "JKC",
+ "BKC",
+ "BOLI",
+ "CLAM",
"COLX",
+ "DEV",
+ "DP",
"FLO",
"GBX",
- "FRC",
+ "GLEECT",
"MATICTEST",
"NINJA",
+ "PINK",
"PRCY",
+ "QRC20",
+ "tQTUM",
"GRR",
"THC",
- "TKL",
- "GRMS",
+ "VIA",
+ "VIA-segwit",
"SEPOLIAETH",
- "UBQ",
"UFO",
- "ZOMBIE",
- "ZDEEX",
+ "IRISTEST",
"NUCLEUSTEST",
- "LUPA",
- "ZOIN",
- "BONC"
+ "BONC",
+ "VRM"
],
"days_since_connection": {
- "aby-ex-three.ewmci.online:50003": 105,
- "electrumx1.actioncoin.com:10001": 105,
- "electrumx1.actioncoin.com:30001": 105,
- "electrumx1.actioncoin.com:20001": 105,
- "aibc.pro:50001": 105,
- "aibcelectrum.com:50001": 105,
- "aibc.pro:50002": 105,
- "aibcelectrum.com:50002": 105,
- "electrumx1.aipowergrid.io:50002": 30,
- "electrumx2.aipowergrid.io:50002": 30,
- "electrumx1.aipowergrid.io:50004": 30,
- "electrumx2.aipowergrid.io:50004": 30,
- "e1.aney.one:50001": 105,
- "e1.aney.one:50002": 105,
- "e1.aney.one:50004": 105,
- "lenoir.ecoincore.com:12343": 105,
- "electrum1.aryacoin.io:2052": 105,
- "electrum2.aryacoin.io:2052": 105,
- "electrum1.aryacoin.io:2053": 105,
- "electrum2.aryacoin.io:2053": 105,
- "electrum1.aryacoin.io:2051": 105,
- "electrum2.aryacoin.io:2051": 105,
- "bbk-one.ewm-cx.net:50001": 105,
- "194.163.176.151:50001": 105,
- "194.163.178.204:50001": 105,
- "bitchair.io:50001": 105,
- "bitexplorer.io:50001": 105,
- "194.163.176.151:50004": 105,
- "194.163.178.204:50004": 105,
- "bitchair.io:50004": 105,
- "bitexplorer.io:50004": 105,
- "electrumx1.briskcoin.org:50003": 76,
- "electrum1.blocx.live:50001": 105,
- "electrum2.blocx.live:50001": 105,
- "electrum3.blocx.live:50001": 105,
- "electrum1.blocx.live:50002": 105,
- "electrum2.blocx.live:50002": 105,
- "electrum3.blocx.live:50002": 105,
- "electrum1.blocx.live:50004": 105,
- "electrum2.blocx.live:50004": 105,
- "electrum3.blocx.live:50004": 105,
- "electrum.bonkscoin.io:50001": 33,
- "electrum.bonkscoin.io:50003": 33,
- "electrum.bonkscoin.io:50002": 33,
- "electrum5.btcz.rocks:50002": 88,
- "electrum5.btcz.rocks:50004": 105,
- "electrum3.cascoin.net:50003": 105,
- "holland.ecoincore.com:34333": 105,
- "lenoir.ecoincore.com:34333": 105,
- "mumbai.ecoincore.com:34333": 105,
- "holland.ecoincore.com:34335": 105,
- "lenoir.ecoincore.com:34335": 105,
- "mumbai.ecoincore.com:34335": 105,
- "coin.crionic.org:50001": 33,
- "coin.crionic.org:50002": 33,
- "coin.crionic.org:50005": 33,
- "dgc-ex-three.ewmci.online:50003": 105,
- "electrumx.dgc.ewmcx.org:50003": 105,
- "electrumx1.diabasecoin.com:10002": 105,
- "electrumx2.diabasecoin.com:10002": 105,
- "pink-deer-69.doi.works:50001": 88,
- "pink-deer-69.doi.works:50002": 88,
- "pink-deer-69.doi.works:50004": 88,
- "electrum2.egulden.org:50002": 105,
- "electrum5.egulden.org:11017": 105,
- "holland.ecoincore.com:11017": 105,
- "lenoir.ecoincore.com:11017": 105,
- "electrum2.egulden.org:50004": 105,
- "electrum5.egulden.org:11019": 105,
- "holland.ecoincore.com:11019": 105,
- "lenoir.ecoincore.com:11019": 105,
- "emc2.electrum3.cipig.net:10062": 105,
- "emc2.electrum3.cipig.net:20062": 105,
- "emc2.electrum3.cipig.net:30062": 105,
- "electrumx.runonflux.io:50004": 105,
- "electrumx2.runonflux.io:50004": 105,
- "electrumx.faircoin.tech:50002": 105,
- "electrumx2.faircoin.tech:50004": 105,
- "88.99.26.209:5128": 105,
- "au.garlium.crapules.org:50002": 105,
- "ca.garlium.crapules.org:50002": 105,
- "fr.garlium.crapules.org:50002": 105,
- "pl.garlium.crapules.org:50002": 105,
- "uk.garlium.crapules.org:50002": 105,
- "electrum.grms.pw:17485": 105,
- "electrum1.grms.pw:17485": 105,
- "electrum2.grms.pw:17485": 105,
- "electrum3.grms.pw:17485": 105,
- "electrum.grms.pw:50002": 105,
- "electrum1.grms.pw:50002": 105,
- "electrum2.grms.pw:50002": 105,
- "electrum3.grms.pw:50002": 105,
- "electrum.grms.pw:50004": 105,
- "electrum1.grms.pw:50004": 105,
- "electrum2.grms.pw:50004": 105,
- "electrum3.grms.pw:50004": 105,
- "electrum.electrumx-coin.shop:17488": 105,
- "electrum1.electrumx-coin.shop:17488": 105,
- "electrum.electrumx-coin.shop:50008": 105,
- "electrum1.electrumx-coin.shop:50008": 105,
- "electrum.electrumx-coin.shop:50009": 105,
- "electrum1.electrumx-coin.shop:50009": 105,
- "il8p-ex-five.ewmci.online:50001": 105,
- "il8p-ex-five.ewmci.online:50002": 105,
- "il8p-ex-five.ewmci.online:50003": 105,
- "electrum3.kiirocoin.org:50004": 105,
- "188.166.117.139:50001": 105,
- "electrum.lupacoin.biz:17487": 105,
- "electrum1.lupacoin.biz:17487": 105,
- "electrum.lupacoin.biz:50005": 105,
- "electrum1.lupacoin.biz:50005": 105,
- "electrum.lupacoin.biz:50006": 105,
- "electrum1.lupacoin.biz:50006": 105,
- "electrumx1.mazacha.in:50001": 105,
- "electrumx1.mazacha.in:50002": 105,
- "electrumx1.mazacha.in:50005": 105,
- "electrumx3.monacoin.nl:50001": 105,
- "electrum4.nav.community:40002": 105,
- "electrum4.nav.community:40004": 105,
- "electrum1.cipig.net:10036": 105,
- "electrum2.cipig.net:10036": 105,
- "electrum3.cipig.net:10036": 105,
- "electrum1.cipig.net:20036": 105,
- "electrum2.cipig.net:20036": 105,
- "electrum3.cipig.net:20036": 105,
- "electrumx1.nmc.dotbit.zone:50001": 105,
- "electrumx2.nmc.dotbit.zone:50001": 105,
- "electrumx3.nmc.dotbit.zone:50001": 105,
- "electrumx4.nmc.dotbit.zone:50001": 105,
- "electrumx1.nmc.dotbit.zone:50002": 105,
- "electrumx2.nmc.dotbit.zone:50002": 105,
- "electrumx3.nmc.dotbit.zone:50002": 105,
- "electrumx4.nmc.dotbit.zone:50002": 105,
- "electrumx1.nmc.dotbit.zone:50004": 105,
- "electrumx2.nmc.dotbit.zone:50004": 105,
- "electrumx3.nmc.dotbit.zone:50004": 105,
- "electrumx4.nmc.dotbit.zone:50004": 105,
- "electrum.pepelum.site:50001": 44,
- "electrum.pepelum.site:50002": 44,
- "electrum.pepelum.site:50004": 44,
- "electrum4.runebase.io:50001": 105,
- "electrum4.runebase.io:50002": 105,
- "electrum4.runebase.io:50004": 105,
- "2.eu.tokel.electrum.dexstats.info:10077": 105,
- "2.eu.tokel.electrum.dexstats.info:11077": 105,
- "2.eu.tokel.electrum.dexstats.info:9077": 105,
- "electrum.southofheaven.ca:50001": 105,
- "electrum.terracoin.io:50001": 105,
- "electrum.southofheaven.ca:50004": 105,
- "electrum.terracoin.io:50004": 105,
- "btg.e4pool.com:50001": 105,
- "electrumx1.ufobject.com:50001": 105,
- "electrumx2.ufobject.com:50001": 105,
- "electrumx3.ufobject.com:50001": 105,
- "electrumx4.ufobject.com:50001": 105,
- "electrumx5.ufobject.com:50001": 105,
- "seed1.ufocoin.net:50001": 105,
- "seed2.ufocoin.net:50001": 105,
- "uno-ex-one.ewmci.online:50003": 105,
- "electrumx.gemmer.primecoin.org:50011": 105,
- "blackie.c3-soft.com:52138": 105,
- "electrum.zdeex.org:17487": 105,
- "electrum2.zdeex.org:17487": 105,
- "electrum.zdeex.org:50005": 105,
- "electrum2.zdeex.org:50005": 105,
- "electrum.zdeex.org:50006": 105,
- "electrum2.zdeex.org:50006": 105,
- "zet-ex-four.ewmci.online:50003": 105,
- "electrum.zoincommunity.com:50001": 105,
- "electrum.zoincommunity.com:50002": 105,
- "electrum.zoincommunity.com:50004": 105,
- "electroncash.de:50004": 105,
- "electrs.electroncash.de:60002": 105,
- "testnet.bitcoincash.network:60002": 105,
- "https://fantom-rpc.publicnode.com": 57,
- "wss://fantom-rpc.publicnode.com": 57,
- "https://moonbeam.public.blastapi.io": 30,
- "wss://moonbeam.public.blastapi.io": 30,
- "wss://pol3.cipig.net:38755": 105,
- "https://rpc-mumbai.matic.today": 105,
- "https://rpc-mumbai.maticvigil.com": 105,
- "https://node.komodo.earth:8080/harmony": 105,
- "https://rpc.octano.dev": 105,
- "https://nucleus-rpc.delta.komodo.earth/": 105,
- "wss://nucleus-rpc.delta.komodo.earth/websocket": 105,
- "https://rpc-osmosis-ia.cosmosia.notional.ventures/": 105
+ "aby-ex-four.ewmci.online:50011": 57,
+ "aby-ex-three.ewmci.online:50001": 72,
+ "aby-ex-four.ewmci.online:50012": 57,
+ "aby-ex-three.ewmci.online:50002": 72,
+ "aby-ex-four.ewmci.online:50013": 57,
+ "aby-ex-three.ewmci.online:50003": 356,
+ "e1.aney.one:50001": 356,
+ "e1.aney.one:50002": 356,
+ "e1.aney.one:50004": 356,
+ "arrr.electrum3.cipig.net:10008": 72,
+ "arrr.electrum3.cipig.net:20008": 72,
+ "arrr.electrum3.cipig.net:30008": 72,
+ "lenoir.ecoincore.com:12343": 356,
+ "aurascan.gt.tc:50002": 102,
+ "aureuscoin.site:50002": 102,
+ "fulcrum.aureuscoin.site:50002": 102,
+ "aurascan.gt.tc:50004": 102,
+ "aureuscoin.site:50004": 102,
+ "fulcrum.aureuscoin.site:50004": 102,
+ "electrum-eu.avn.network:50001": 95,
+ "electrum-us.avn.network:50001": 53,
+ "axe.electrum3.cipig.net:10057": 72,
+ "axe.electrum3.cipig.net:20057": 72,
+ "axe.electrum3.cipig.net:30057": 72,
+ "bbk-ex-two.ewmci.online:50001": 31,
+ "bbk-one.ewm-cx.net:50001": 356,
+ "bbk-ex-two.ewmci.online:50002": 31,
+ "bbk-ex-two.ewmci.online:50003": 31,
+ "bitcoinii.ddns.net:50010": 148,
+ "bch.electrum3.cipig.net:10055": 72,
+ "bch.electrum3.cipig.net:20055": 72,
+ "bch.electrum3.cipig.net:30055": 72,
+ "bczero.electrum3.cipig.net:10003": 72,
+ "bczero.electrum3.cipig.net:20003": 72,
+ "bczero.electrum3.cipig.net:30003": 72,
+ "bit-e.outsidethebox.top:50002": 161,
+ "bit-e.outsidethebox.top:50004": 161,
+ "electrumx1.briskcoin.org:50001": 233,
+ "electrumx2.briskcoin.org:50001": 233,
+ "electrumx3.briskcoin.org:50001": 233,
+ "electrumx1.briskcoin.org:50002": 233,
+ "electrumx2.briskcoin.org:50002": 233,
+ "electrumx3.briskcoin.org:50002": 233,
+ "electrumx1.briskcoin.org:50003": 327,
+ "electrumx2.briskcoin.org:50003": 233,
+ "electrumx3.briskcoin.org:50003": 233,
+ "electrum2.bolivarcoin.tech:23001": 126,
+ "electrum.bonkscoin.io:50001": 283,
+ "electrum.bonkscoin.io:50003": 283,
+ "electrum.bonkscoin.io:50002": 283,
+ "electrumserver02.globalboost.info:50011": 43,
+ "electrumserver02.globalboost.info:50014": 43,
+ "electrumserver02.globalboost.info:50013": 43,
+ "btc.electrum3.cipig.net:10000": 72,
+ "btc.electrum3.cipig.net:20000": 72,
+ "btc.electrum3.cipig.net:30000": 72,
+ "electrum3.btcz.rocks:50002": 87,
+ "electrum3.btcz.rocks:50004": 87,
+ "btx.electrum3.cipig.net:20069": 72,
+ "btx.electrum3.cipig.net:30069": 72,
+ "electrum3.cascoin.net:50003": 356,
+ "holland.ecoincore.com:34333": 356,
+ "holland.ecoincore.com:34335": 356,
+ "chips.electrum3.cipig.net:10012": 72,
+ "chips.electrum3.cipig.net:20012": 72,
+ "chips.electrum3.cipig.net:30012": 72,
+ "clam-ex-one.ewmci.online:50001": 38,
+ "clam-ex-one.ewmci.online:50002": 38,
+ "clam.electrum3.cipig.net:20075": 72,
+ "clam-ex-one.ewmci.online:50003": 38,
+ "clam.electrum3.cipig.net:30075": 72,
+ "coin.crionic.org:50001": 53,
+ "coin.crionic.org:50002": 53,
+ "coin.crionic.org:50005": 53,
+ "dash.electrum3.cipig.net:10061": 72,
+ "dash.electrum3.cipig.net:20061": 72,
+ "dash.electrum3.cipig.net:30061": 72,
+ "api2.dogecoinev.com:50001": 220,
+ "api2.dogecoinev.com:50003": 220,
+ "api2.dogecoinev.com:50002": 220,
+ "dgb.electrum3.cipig.net:10059": 72,
+ "dgb.electrum3.cipig.net:20059": 72,
+ "dgb.electrum3.cipig.net:30059": 72,
+ "dgc-ex-four.ewmci.online:50001": 43,
+ "dgc-ex-three.ewmci.online:50001": 43,
+ "dgc-ex-four.ewmci.online:50002": 43,
+ "dgc-ex-three.ewmci.online:50002": 43,
+ "dgc-ex-four.ewmci.online:50003": 43,
+ "dgc-ex-three.ewmci.online:50003": 356,
+ "electrumx1.dimecoinnetwork.com:50001": 233,
+ "electrumx1.dimecoinnetwork.com:50002": 233,
+ "electrumx1.dimecoinnetwork.com:50004": 233,
+ "elecx.kmsoftware.org:3339": 57,
+ "elecx2.dingocoin.com:3339": 134,
+ "seed2.dingocoin.com:3339": 72,
+ "seed4.dingocoin.com:3339": 112,
+ "seed5.dingocoin.com:3339": 57,
+ "elecx.kmsoftware.org:3342": 57,
+ "elecx2.dingocoin.com:3342": 134,
+ "seed2.dingocoin.com:3342": 72,
+ "seed4.dingocoin.com:3342": 90,
+ "seed5.dingocoin.com:3342": 57,
+ "elecx.kmsoftware.org:3341": 57,
+ "elecx2.dingocoin.com:3341": 134,
+ "seed2.dingocoin.com:3341": 79,
+ "seed4.dingocoin.com:3341": 90,
+ "seed5.dingocoin.com:3341": 57,
+ "doc.electrum3.cipig.net:10020": 72,
+ "doc.electrum3.cipig.net:20020": 72,
+ "doc.electrum3.cipig.net:30020": 72,
+ "doge.electrum3.cipig.net:10060": 72,
+ "doge.electrum3.cipig.net:20060": 72,
+ "doge.electrum3.cipig.net:30060": 72,
+ "1.eu.dp.electrum.dexstats.info:10021": 207,
+ "electrum2.egulden.org:50002": 356,
+ "electrum5.egulden.org:11017": 356,
+ "holland.ecoincore.com:11017": 356,
+ "lenoir.ecoincore.com:11017": 356,
+ "electrum2.egulden.org:50004": 356,
+ "electrum5.egulden.org:11019": 356,
+ "holland.ecoincore.com:11019": 356,
+ "lenoir.ecoincore.com:11019": 356,
+ "emc2.electrum3.cipig.net:10062": 356,
+ "emc2.electrum3.cipig.net:20062": 356,
+ "emc2.electrum3.cipig.net:30062": 356,
+ "electrumx2.flopcoin.net:10001": 189,
+ "electrumx2.flopcoin.net:10004": 189,
+ "electrumx1.flopcoin.net:10003": 189,
+ "electrumx2.flopcoin.net:10003": 189,
+ "electrumx.runonflux.io:50004": 356,
+ "electrumx2.runonflux.io:50004": 356,
+ "ftc.electrum3.cipig.net:10054": 72,
+ "ftc.electrum3.cipig.net:20054": 72,
+ "ftc.electrum3.cipig.net:30054": 72,
+ "88.99.26.209:5128": 356,
+ "gleec.electrum3.cipig.net:10025": 72,
+ "gleec.electrum3.cipig.net:20025": 72,
+ "gleec.electrum3.cipig.net:30025": 72,
+ "electrum.niftybakes.com:50001": 43,
+ "electrum.niftybakes.com:50002": 43,
+ "electrum.niftybakes.com:50004": 43,
+ "electrum.electrumx-coin.shop:17488": 356,
+ "electrum1.electrumx-coin.shop:17488": 356,
+ "electrum.electrumx-coin.shop:50008": 356,
+ "electrum1.electrumx-coin.shop:50008": 356,
+ "electrum.electrumx-coin.shop:50009": 356,
+ "electrum1.electrumx-coin.shop:50009": 356,
+ "il8p-ex-five.ewmci.online:50001": 356,
+ "il8p-ex-five.ewmci.online:50002": 356,
+ "il8p-ex-five.ewmci.online:50003": 356,
+ "electrum.junkiewally.xyz:50003": 173,
+ "electrum.junkiewally.xyz:50004": 173,
+ "electrum.junkiewally.xyz:50005": 173,
+ "electrum3.kiirocoin.org:50004": 356,
+ "kmd.electrum3.cipig.net:10001": 72,
+ "kmd.electrum3.cipig.net:20001": 72,
+ "kmd.electrum3.cipig.net:30001": 72,
+ "lbc.electrum3.cipig.net:10067": 72,
+ "lbc.electrum3.cipig.net:20067": 72,
+ "lbc.electrum3.cipig.net:30067": 72,
+ "electrum-lcc.cascoin.net:50002": 61,
+ "electrum-lcc.cascoin.net:50003": 61,
+ "ltc.electrum3.cipig.net:10063": 72,
+ "ltc.electrum3.cipig.net:20063": 72,
+ "ltc.electrum3.cipig.net:30063": 72,
+ "marty.electrum3.cipig.net:10021": 72,
+ "marty.electrum3.cipig.net:20021": 72,
+ "marty.electrum3.cipig.net:30021": 72,
+ "electrumx1.mazacha.in:50001": 356,
+ "electrumx1.mazacha.in:50002": 356,
+ "electrumx1.mazacha.in:50005": 356,
+ "mcl.electrum3.cipig.net:10023": 72,
+ "mcl.electrum3.cipig.net:20023": 72,
+ "mcl.electrum3.cipig.net:30023": 72,
+ "mdx.electrum3.cipig.net:10005": 72,
+ "mdx.electrum3.cipig.net:20005": 72,
+ "mdx.electrum3.cipig.net:30005": 72,
+ "electrumx3.monacoin.nl:50001": 356,
+ "electrum2.minersworld.org:50001": 37,
+ "electrum2.minersworld.org:50002": 37,
+ "electrum2.minersworld.org:50004": 37,
+ "electrum4.nav.community:40002": 356,
+ "electrum4.nav.community:40004": 356,
+ "pep.electrum3.cipig.net:20076": 72,
+ "pep.electrum3.cipig.net:30076": 72,
+ "allingas.peercoinexplorer.net:50002": 134,
+ "allingas.peercoinexplorer.net:50004": 134,
+ "qtum.electrum3.cipig.net:10050": 72,
+ "qtum.electrum3.cipig.net:20050": 72,
+ "qtum.electrum3.cipig.net:30050": 72,
+ "raph.electrum3.cipig.net:10004": 72,
+ "raph.electrum3.cipig.net:20004": 72,
+ "raph.electrum3.cipig.net:30004": 72,
+ "ric.electrum3.cipig.net:20074": 72,
+ "ric.electrum3.cipig.net:30074": 72,
+ "electrum3.runebase.io:50001": 49,
+ "electrum4.runebase.io:50001": 102,
+ "electrum3.runebase.io:50002": 49,
+ "electrum4.runebase.io:50002": 102,
+ "electrum3.runebase.io:50004": 49,
+ "electrum4.runebase.io:50004": 102,
+ "rvn.electrum3.cipig.net:10051": 72,
+ "rvn.electrum3.cipig.net:20051": 72,
+ "rvn.electrum3.cipig.net:30051": 72,
+ "electrumx.rxd-radiant.com:50022": 53,
+ "electrumx.rxd-radiant.com:50023": 53,
+ "sys.electrum3.cipig.net:10064": 72,
+ "sys.electrum3.cipig.net:20064": 72,
+ "sys.electrum3.cipig.net:30064": 72,
+ "testbtc.electrum3.cipig.net:10068": 72,
+ "testbtc.electrum3.cipig.net:20068": 72,
+ "testbtc.electrum3.cipig.net:30068": 72,
+ "1.eu.thc.electrum.dexstats.info:10020": 207,
+ "2.eu.thc.electrum.dexstats.info:10020": 207,
+ "2.eu.tokel.electrum.dexstats.info:10077": 356,
+ "2.eu.tokel.electrum.dexstats.info:11077": 356,
+ "2.eu.tokel.electrum.dexstats.info:9077": 356,
+ "electrum.southofheaven.ca:50001": 356,
+ "electrum.terracoin.io:50001": 356,
+ "electrum.southofheaven.ca:50004": 356,
+ "electrum.terracoin.io:50004": 356,
+ "btg.e4pool.com:50001": 356,
+ "electrumx1.ufobject.com:50001": 356,
+ "electrumx2.ufobject.com:50001": 356,
+ "electrumx3.ufobject.com:50001": 356,
+ "electrumx4.ufobject.com:50001": 356,
+ "electrumx5.ufobject.com:50001": 356,
+ "seed1.ufocoin.net:50001": 356,
+ "seed2.ufocoin.net:50001": 356,
+ "uno-ex-one.ewmci.online:50003": 356,
+ "via.electrum3.cipig.net:20073": 72,
+ "via.electrum3.cipig.net:30073": 72,
+ "electrumx-vrm1.vericonomy.com:51002": 31,
+ "electrumx-vrm2.vericonomy.com:52002": 31,
+ "electrumx-vrm1.vericonomy.com:51004": 31,
+ "electrumx-vrm2.vericonomy.com:52004": 31,
+ "electrumx-vtc.cryptoverted.com:55001": 254,
+ "electrumx-vtc.cryptoverted.com:55002": 254,
+ "electrumx-vtc.cryptoverted.com:55004": 254,
+ "electrumx-dex-01.neuraiexplorer.com:50001": 82,
+ "electrumx-dex-01.neuraiexplorer.com:50002": 82,
+ "electrumx3.neurai.top:50002": 166,
+ "blackie.c3-soft.com:52138": 356,
+ "fulcrum.ergon.network:52138": 220,
+ "fulcrum.ergon.network:52140": 220,
+ "zec.electrum3.cipig.net:10058": 72,
+ "zec.electrum3.cipig.net:20058": 72,
+ "zec.electrum3.cipig.net:30058": 72,
+ "zer.electrum3.cipig.net:10065": 72,
+ "zer.electrum3.cipig.net:20065": 72,
+ "zer.electrum3.cipig.net:30065": 72,
+ "zet-ex-four.ewmci.online:50001": 57,
+ "zet-ex-three.ewmci.online:50011": 57,
+ "zet-ex-four.ewmci.online:50002": 57,
+ "zet-ex-three.ewmci.online:50012": 57,
+ "zet-ex-four.ewmci.online:50003": 356,
+ "zet-ex-three.ewmci.online:50013": 57,
+ "testnet.bitcoincash.network:60002": 356,
+ "tqtum.electrum3.cipig.net:10071": 72,
+ "tqtum.electrum3.cipig.net:20071": 72,
+ "tqtum.electrum3.cipig.net:30071": 72,
+ "varrr.electrum3.cipig.net:10009": 72,
+ "varrr.electrum3.cipig.net:20009": 72,
+ "varrr.electrum3.cipig.net:30009": 72,
+ "vdex.electrum3.cipig.net:10010": 72,
+ "vdex.electrum3.cipig.net:20010": 72,
+ "vdex.electrum3.cipig.net:30010": 72,
+ "https://rpc.gleec.dev": 134,
+ "wss://pol3.cipig.net:38755": 356,
+ "wss://polygon.gateway.tenderly.co": 126,
+ "https://rpc-mumbai.matic.today": 356,
+ "https://rpc-mumbai.maticvigil.com": 356,
+ "https://public-trx-mainnet.fastnode.io": 133,
+ "https://iris-rpc.publicnode.com": 82,
+ "http://34.80.202.172:26657": 184,
+ "https://nucleus-rpc.alpha.komodo.earth/": 264,
+ "https://nucleus-rpc.bravo.komodo.earth/": 264,
+ "https://nucleus-rpc.charlie.komodo.earth/": 264,
+ "https://nucleus-rpc.delta.komodo.earth/": 356,
+ "wss://nucleus-rpc.alpha.komodo.earth/websocket": 264,
+ "wss://nucleus-rpc.bravo.komodo.earth/websocket": 264,
+ "wss://nucleus-rpc.charlie.komodo.earth/websocket": 264,
+ "wss://nucleus-rpc.delta.komodo.earth/websocket": 356,
+ "https://rpc-osmosis-ia.cosmosia.notional.ventures/": 356
}
}
\ No newline at end of file
diff --git a/utils/spritemap.json b/utils/spritemap.json
index 074586c93c..ce54e180e8 100644
--- a/utils/spritemap.json
+++ b/utils/spritemap.json
@@ -1,12 +1,12 @@
{
"metadata": {
"icon_size": 128,
- "grid_cols": 23,
- "grid_rows": 19,
- "total_icons": 422,
- "spritemap_width": 2944,
- "spritemap_height": 2432,
- "generated_at": 1764928287
+ "grid_cols": 22,
+ "grid_rows": 18,
+ "total_icons": 386,
+ "spritemap_width": 2816,
+ "spritemap_height": 2304,
+ "generated_at": 1786545229
},
"coordinates": {
"1inch": {
@@ -15,134 +15,128 @@
"width": 128,
"height": 128
},
- "aave": {
+ "a29": {
"x": 128,
"y": 0,
"width": 128,
"height": 128
},
- "aby": {
+ "aave": {
"x": 256,
"y": 0,
"width": 128,
"height": 128
},
- "actn": {
+ "aby": {
"x": 384,
"y": 0,
"width": 128,
"height": 128
},
- "ada": {
+ "actn": {
"x": 512,
"y": 0,
"width": 128,
"height": 128
},
- "adx": {
+ "ada": {
"x": 640,
"y": 0,
"width": 128,
"height": 128
},
- "ageur": {
+ "adx": {
"x": 768,
"y": 0,
"width": 128,
"height": 128
},
- "agix": {
+ "aipg": {
"x": 896,
"y": 0,
"width": 128,
"height": 128
},
- "aibc": {
+ "aney": {
"x": 1024,
"y": 0,
"width": 128,
"height": 128
},
- "aipg": {
+ "ankr": {
"x": 1152,
"y": 0,
"width": 128,
"height": 128
},
- "aney": {
+ "ant": {
"x": 1280,
"y": 0,
"width": 128,
"height": 128
},
- "ankr": {
+ "ape": {
"x": 1408,
"y": 0,
"width": 128,
"height": 128
},
- "ant": {
+ "arb": {
"x": 1536,
"y": 0,
"width": 128,
"height": 128
},
- "ape": {
+ "arpa": {
"x": 1664,
"y": 0,
"width": 128,
"height": 128
},
- "arb": {
+ "arrr": {
"x": 1792,
"y": 0,
"width": 128,
"height": 128
},
- "arpa": {
+ "atom": {
"x": 1920,
"y": 0,
"width": 128,
"height": 128
},
- "arrr": {
+ "aur": {
"x": 2048,
"y": 0,
"width": 128,
"height": 128
},
- "atom": {
+ "aure": {
"x": 2176,
"y": 0,
"width": 128,
"height": 128
},
- "aur": {
- "x": 2304,
- "y": 0,
- "width": 128,
- "height": 128
- },
"ava": {
- "x": 2432,
+ "x": 2304,
"y": 0,
"width": 128,
"height": 128
},
"avax": {
- "x": 2560,
+ "x": 2432,
"y": 0,
"width": 128,
"height": 128
},
"avaxt": {
- "x": 2688,
+ "x": 2560,
"y": 0,
"width": 128,
"height": 128
},
"avn": {
- "x": 2816,
+ "x": 2688,
"y": 0,
"width": 128,
"height": 128
@@ -165,49 +159,49 @@
"width": 128,
"height": 128
},
- "aya": {
+ "babydoge": {
"x": 384,
"y": 128,
"width": 128,
"height": 128
},
- "babydoge": {
+ "bal": {
"x": 512,
"y": 128,
"width": 128,
"height": 128
},
- "bal": {
+ "banano": {
"x": 640,
"y": 128,
"width": 128,
"height": 128
},
- "banano": {
+ "band": {
"x": 768,
"y": 128,
"width": 128,
"height": 128
},
- "band": {
+ "bat": {
"x": 896,
"y": 128,
"width": 128,
"height": 128
},
- "bat": {
+ "bbk": {
"x": 1024,
"y": 128,
"width": 128,
"height": 128
},
- "bbk": {
+ "bc2": {
"x": 1152,
"y": 128,
"width": 128,
"height": 128
},
- "bc2": {
+ "bcash": {
"x": 1280,
"y": 128,
"width": 128,
@@ -219,25 +213,25 @@
"width": 128,
"height": 128
},
- "bczero": {
+ "bch2": {
"x": 1536,
"y": 128,
"width": 128,
"height": 128
},
- "beamx": {
+ "bczero": {
"x": 1664,
"y": 128,
"width": 128,
"height": 128
},
- "best": {
+ "beamx": {
"x": 1792,
"y": 128,
"width": 128,
"height": 128
},
- "bidr": {
+ "best": {
"x": 1920,
"y": 128,
"width": 128,
@@ -261,26 +255,20 @@
"width": 128,
"height": 128
},
- "blocx": {
- "x": 2432,
- "y": 128,
- "width": 128,
- "height": 128
- },
"bnb": {
- "x": 2560,
+ "x": 2432,
"y": 128,
"width": 128,
"height": 128
},
"bnbt": {
- "x": 2688,
+ "x": 2560,
"y": 128,
"width": 128,
"height": 128
},
"bnt": {
- "x": 2816,
+ "x": 2688,
"y": 128,
"width": 128,
"height": 128
@@ -309,61 +297,61 @@
"width": 128,
"height": 128
},
- "brz": {
+ "brla": {
"x": 512,
"y": 256,
"width": 128,
"height": 128
},
- "bsty": {
+ "brz": {
"x": 640,
"y": 256,
"width": 128,
"height": 128
},
- "btc": {
+ "bsty": {
"x": 768,
"y": 256,
"width": 128,
"height": 128
},
- "btcz": {
+ "btc": {
"x": 896,
"y": 256,
"width": 128,
"height": 128
},
- "bte": {
+ "btcz": {
"x": 1024,
"y": 256,
"width": 128,
"height": 128
},
- "btt": {
+ "bte": {
"x": 1152,
"y": 256,
"width": 128,
"height": 128
},
- "bttc": {
+ "btgs": {
"x": 1280,
"y": 256,
"width": 128,
"height": 128
},
- "btu": {
+ "bttc": {
"x": 1408,
"y": 256,
"width": 128,
"height": 128
},
- "btx": {
+ "btu": {
"x": 1536,
"y": 256,
"width": 128,
"height": 128
},
- "busd": {
+ "btx": {
"x": 1664,
"y": 256,
"width": 128,
@@ -387,38 +375,32 @@
"width": 128,
"height": 128
},
- "case": {
+ "cat": {
"x": 2176,
"y": 256,
"width": 128,
"height": 128
},
- "ccl": {
- "x": 2304,
- "y": 256,
- "width": 128,
- "height": 128
- },
"cdn": {
- "x": 2432,
+ "x": 2304,
"y": 256,
"width": 128,
"height": 128
},
"cds": {
- "x": 2560,
+ "x": 2432,
"y": 256,
"width": 128,
"height": 128
},
"cel": {
- "x": 2688,
+ "x": 2560,
"y": 256,
"width": 128,
"height": 128
},
"celr": {
- "x": 2816,
+ "x": 2688,
"y": 256,
"width": 128,
"height": 128
@@ -435,542 +417,518 @@
"width": 128,
"height": 128
},
- "chsb": {
+ "chta": {
"x": 256,
"y": 384,
"width": 128,
"height": 128
},
- "chta": {
+ "chz": {
"x": 384,
"y": 384,
"width": 128,
"height": 128
},
- "chz": {
+ "clam": {
"x": 512,
"y": 384,
"width": 128,
"height": 128
},
- "clam": {
+ "clc": {
"x": 640,
"y": 384,
"width": 128,
"height": 128
},
- "clc": {
+ "clp": {
"x": 768,
"y": 384,
"width": 128,
"height": 128
},
- "clp": {
+ "colx": {
"x": 896,
"y": 384,
"width": 128,
"height": 128
},
- "colx": {
+ "comp": {
"x": 1024,
"y": 384,
"width": 128,
"height": 128
},
- "comp": {
+ "crnc": {
"x": 1152,
"y": 384,
"width": 128,
"height": 128
},
- "crnc": {
+ "cro": {
"x": 1280,
"y": 384,
"width": 128,
"height": 128
},
- "cro": {
+ "crt": {
"x": 1408,
"y": 384,
"width": 128,
"height": 128
},
- "crt": {
+ "crv": {
"x": 1536,
"y": 384,
"width": 128,
"height": 128
},
- "crv": {
+ "cst": {
"x": 1664,
"y": 384,
"width": 128,
"height": 128
},
- "cst": {
+ "cummies": {
"x": 1792,
"y": 384,
"width": 128,
"height": 128
},
- "cummies": {
+ "cvc": {
"x": 1920,
"y": 384,
"width": 128,
"height": 128
},
- "cvc": {
+ "cvt": {
"x": 2048,
"y": 384,
"width": 128,
"height": 128
},
- "cvt": {
+ "cvx": {
"x": 2176,
"y": 384,
"width": 128,
"height": 128
},
- "cvx": {
+ "cy": {
"x": 2304,
"y": 384,
"width": 128,
"height": 128
},
- "cy": {
+ "dai": {
"x": 2432,
"y": 384,
"width": 128,
"height": 128
},
- "dai": {
+ "dash": {
"x": 2560,
"y": 384,
"width": 128,
"height": 128
},
- "dash": {
+ "dent": {
"x": 2688,
"y": 384,
"width": 128,
"height": 128
},
- "ddd": {
- "x": 2816,
- "y": 384,
- "width": 128,
- "height": 128
- },
- "dent": {
+ "dev": {
"x": 0,
"y": 512,
"width": 128,
"height": 128
},
- "dev": {
+ "dfx": {
"x": 128,
"y": 512,
"width": 128,
"height": 128
},
- "dfx": {
+ "dgb": {
"x": 256,
"y": 512,
"width": 128,
"height": 128
},
- "dgb": {
+ "dgc": {
"x": 384,
"y": 512,
"width": 128,
"height": 128
},
- "dgc": {
+ "dia": {
"x": 512,
"y": 512,
"width": 128,
"height": 128
},
- "dia": {
+ "dime": {
"x": 640,
"y": 512,
"width": 128,
"height": 128
},
- "diac": {
+ "dimi": {
"x": 768,
"y": 512,
"width": 128,
"height": 128
},
- "dime": {
+ "dingo": {
"x": 896,
"y": 512,
"width": 128,
"height": 128
},
- "dimi": {
+ "doc": {
"x": 1024,
"y": 512,
"width": 128,
"height": 128
},
- "dingo": {
+ "dodo": {
"x": 1152,
"y": 512,
"width": 128,
"height": 128
},
- "doc": {
+ "doge": {
"x": 1280,
"y": 512,
"width": 128,
"height": 128
},
- "dodo": {
+ "dogec": {
"x": 1408,
"y": 512,
"width": 128,
"height": 128
},
- "doge": {
+ "doggy": {
"x": 1536,
"y": 512,
"width": 128,
"height": 128
},
- "dogec": {
+ "doi": {
"x": 1664,
"y": 512,
"width": 128,
"height": 128
},
- "dogedash": {
+ "dot": {
"x": 1792,
"y": 512,
"width": 128,
"height": 128
},
- "doggy": {
+ "dp": {
"x": 1920,
"y": 512,
"width": 128,
"height": 128
},
- "doi": {
+ "dpc": {
"x": 2048,
"y": 512,
"width": 128,
"height": 128
},
- "dot": {
+ "dsv": {
"x": 2176,
"y": 512,
"width": 128,
"height": 128
},
- "dp": {
+ "efl": {
"x": 2304,
"y": 512,
"width": 128,
"height": 128
},
- "dpc": {
+ "egld": {
"x": 2432,
"y": 512,
"width": 128,
"height": 128
},
- "dx": {
+ "elf": {
"x": 2560,
"y": 512,
"width": 128,
"height": 128
},
- "efl": {
+ "emc2": {
"x": 2688,
"y": 512,
"width": 128,
"height": 128
},
- "egld": {
- "x": 2816,
- "y": 512,
- "width": 128,
- "height": 128
- },
- "eiln": {
+ "enj": {
"x": 0,
"y": 640,
"width": 128,
"height": 128
},
- "elf": {
+ "ens": {
"x": 128,
"y": 640,
"width": 128,
"height": 128
},
- "emc2": {
+ "eos": {
"x": 256,
"y": 640,
"width": 128,
"height": 128
},
- "enj": {
+ "etc": {
"x": 384,
"y": 640,
"width": 128,
"height": 128
},
- "eos": {
+ "eth": {
"x": 512,
"y": 640,
"width": 128,
"height": 128
},
- "etc": {
+ "ethfi": {
"x": 640,
"y": 640,
"width": 128,
"height": 128
},
- "eth": {
+ "eurc": {
"x": 768,
"y": 640,
"width": 128,
"height": 128
},
- "eurc": {
+ "eure": {
"x": 896,
"y": 640,
"width": 128,
"height": 128
},
- "eure": {
+ "eurs": {
"x": 1024,
"y": 640,
"width": 128,
"height": 128
},
- "euroe": {
+ "evr": {
"x": 1152,
"y": 640,
"width": 128,
"height": 128
},
- "eurs": {
+ "ewt": {
"x": 1280,
"y": 640,
"width": 128,
"height": 128
},
- "evr": {
+ "fdusd": {
"x": 1408,
"y": 640,
"width": 128,
"height": 128
},
- "ewt": {
+ "fei": {
"x": 1536,
"y": 640,
"width": 128,
"height": 128
},
- "exn": {
+ "fet": {
"x": 1664,
"y": 640,
"width": 128,
"height": 128
},
- "fdusd": {
+ "fil": {
"x": 1792,
"y": 640,
"width": 128,
"height": 128
},
- "fei": {
+ "firo": {
"x": 1920,
"y": 640,
"width": 128,
"height": 128
},
- "fet": {
+ "fivetrat": {
"x": 2048,
"y": 640,
"width": 128,
"height": 128
},
- "fil": {
+ "fix": {
"x": 2176,
"y": 640,
"width": 128,
"height": 128
},
- "firo": {
+ "fjc": {
"x": 2304,
"y": 640,
"width": 128,
"height": 128
},
- "fix": {
+ "fjcb": {
"x": 2432,
"y": 640,
"width": 128,
"height": 128
},
- "fjc": {
+ "flc": {
"x": 2560,
"y": 640,
"width": 128,
"height": 128
},
- "fjcb": {
+ "flo": {
"x": 2688,
"y": 640,
"width": 128,
"height": 128
},
- "flexusd": {
- "x": 2816,
- "y": 640,
- "width": 128,
- "height": 128
- },
- "flo": {
+ "floki": {
"x": 0,
"y": 768,
"width": 128,
"height": 128
},
- "floki": {
+ "flop": {
"x": 128,
"y": 768,
"width": 128,
"height": 128
},
- "flop": {
+ "flow": {
"x": 256,
"y": 768,
"width": 128,
"height": 128
},
- "flow": {
+ "flux": {
"x": 384,
"y": 768,
"width": 128,
"height": 128
},
- "flux": {
+ "ftc": {
"x": 512,
"y": 768,
"width": 128,
"height": 128
},
- "frc": {
+ "ftm": {
"x": 640,
"y": 768,
"width": 128,
"height": 128
},
- "ftc": {
+ "fxs": {
"x": 768,
"y": 768,
"width": 128,
"height": 128
},
- "ftm": {
+ "gala": {
"x": 896,
"y": 768,
"width": 128,
"height": 128
},
- "fxs": {
+ "game": {
"x": 1024,
"y": 768,
"width": 128,
"height": 128
},
- "gala": {
+ "gbpe": {
"x": 1152,
"y": 768,
"width": 128,
"height": 128
},
- "game": {
+ "gbx": {
"x": 1280,
"y": 768,
"width": 128,
"height": 128
},
- "gbx": {
+ "gft": {
"x": 1408,
"y": 768,
"width": 128,
"height": 128
},
- "gft": {
+ "glc": {
"x": 1536,
"y": 768,
"width": 128,
"height": 128
},
- "glc": {
+ "gleec": {
"x": 1664,
"y": 768,
"width": 128,
"height": 128
},
- "gleec": {
- "x": 1792,
- "y": 768,
- "width": 128,
- "height": 128
- },
"glm": {
- "x": 1920,
+ "x": 1792,
"y": 768,
"width": 128,
"height": 128
},
"glmr": {
- "x": 2048,
+ "x": 1920,
"y": 768,
"width": 128,
"height": 128
},
"gm": {
- "x": 2176,
+ "x": 2048,
"y": 768,
"width": 128,
"height": 128
},
"gmt": {
- "x": 2304,
+ "x": 2176,
"y": 768,
"width": 128,
"height": 128
},
"gmx": {
- "x": 2432,
+ "x": 2304,
"y": 768,
"width": 128,
"height": 128
},
"gneiss": {
- "x": 2560,
+ "x": 2432,
"y": 768,
"width": 128,
"height": 128
},
"gno": {
- "x": 2688,
+ "x": 2560,
"y": 768,
"width": 128,
"height": 128
},
"gns": {
- "x": 2816,
+ "x": 2688,
"y": 768,
"width": 128,
"height": 128
@@ -981,1565 +939,1391 @@
"width": 128,
"height": 128
},
- "grms": {
+ "grr": {
"x": 128,
"y": 896,
"width": 128,
"height": 128
},
- "grr": {
+ "grs": {
"x": 256,
"y": 896,
"width": 128,
"height": 128
},
- "grs": {
+ "grt": {
"x": 384,
"y": 896,
"width": 128,
"height": 128
},
- "grt": {
+ "gst": {
"x": 512,
"y": 896,
"width": 128,
"height": 128
},
- "gst": {
+ "gt": {
"x": 640,
"y": 896,
"width": 128,
"height": 128
},
- "gt": {
+ "gusd": {
"x": 768,
"y": 896,
"width": 128,
"height": 128
},
- "guru": {
+ "hbar": {
"x": 896,
"y": 896,
"width": 128,
"height": 128
},
- "gusd": {
+ "hex": {
"x": 1024,
"y": 896,
"width": 128,
"height": 128
},
- "hbar": {
+ "hot": {
"x": 1152,
"y": 896,
"width": 128,
"height": 128
},
- "hex": {
+ "hpy": {
"x": 1280,
"y": 896,
"width": 128,
"height": 128
},
- "hlc": {
+ "hrc": {
"x": 1408,
"y": 896,
"width": 128,
"height": 128
},
- "hot": {
+ "hth": {
"x": 1536,
"y": 896,
"width": 128,
"height": 128
},
- "hpy": {
+ "idrt": {
"x": 1664,
"y": 896,
"width": 128,
"height": 128
},
- "husd": {
+ "il8p": {
"x": 1792,
"y": 896,
"width": 128,
"height": 128
},
- "idrt": {
+ "ilv": {
"x": 1920,
"y": 896,
"width": 128,
"height": 128
},
- "il8p": {
+ "imx": {
"x": 2048,
"y": 896,
"width": 128,
"height": 128
},
- "iln": {
+ "inj": {
"x": 2176,
"y": 896,
"width": 128,
"height": 128
},
- "ilnf": {
+ "ink": {
"x": 2304,
"y": 896,
"width": 128,
"height": 128
},
- "ilnsw": {
+ "iota": {
"x": 2432,
"y": 896,
"width": 128,
"height": 128
},
- "ilv": {
+ "iotx": {
"x": 2560,
"y": 896,
"width": 128,
"height": 128
},
- "imx": {
+ "iris": {
"x": 2688,
"y": 896,
"width": 128,
"height": 128
},
- "inj": {
- "x": 2816,
- "y": 896,
- "width": 128,
- "height": 128
- },
- "ink": {
+ "iristest": {
"x": 0,
"y": 1024,
"width": 128,
"height": 128
},
- "iota": {
+ "jasmy": {
"x": 128,
"y": 1024,
"width": 128,
"height": 128
},
- "iotx": {
+ "jkc": {
"x": 256,
"y": 1024,
"width": 128,
"height": 128
},
- "iris": {
+ "jpyc": {
"x": 384,
"y": 1024,
"width": 128,
"height": 128
},
- "iristest": {
+ "jst": {
"x": 512,
"y": 1024,
"width": 128,
"height": 128
},
- "jasmy": {
+ "jump": {
"x": 640,
"y": 1024,
"width": 128,
"height": 128
},
- "jaud": {
+ "kcn": {
"x": 768,
"y": 1024,
"width": 128,
"height": 128
},
- "jbrl": {
+ "kcs": {
"x": 896,
"y": 1024,
"width": 128,
"height": 128
},
- "jcad": {
+ "kiiro": {
"x": 1024,
"y": 1024,
"width": 128,
"height": 128
},
- "jchf": {
+ "kmd": {
"x": 1152,
"y": 1024,
"width": 128,
"height": 128
},
- "jcny": {
+ "kmdcl": {
"x": 1280,
"y": 1024,
"width": 128,
"height": 128
},
- "jdb": {
+ "knc": {
"x": 1408,
"y": 1024,
"width": 128,
"height": 128
},
- "jeur": {
+ "ksm": {
"x": 1536,
"y": 1024,
"width": 128,
"height": 128
},
- "jgbp": {
+ "lbc": {
"x": 1664,
"y": 1024,
"width": 128,
"height": 128
},
- "jgold": {
+ "lc2": {
"x": 1792,
"y": 1024,
"width": 128,
"height": 128
},
- "jjpy": {
+ "lcc": {
"x": 1920,
"y": 1024,
"width": 128,
"height": 128
},
- "jkc": {
+ "lcn": {
"x": 2048,
"y": 1024,
"width": 128,
"height": 128
},
- "jkrw": {
+ "ldo": {
"x": 2176,
"y": 1024,
"width": 128,
"height": 128
},
- "jmxn": {
+ "leash": {
"x": 2304,
"y": 1024,
"width": 128,
"height": 128
},
- "jnzd": {
+ "leo": {
"x": 2432,
"y": 1024,
"width": 128,
"height": 128
},
- "joy": {
+ "link": {
"x": 2560,
"y": 1024,
"width": 128,
"height": 128
},
- "jphp": {
+ "lols": {
"x": 2688,
"y": 1024,
"width": 128,
"height": 128
},
- "jpln": {
- "x": 2816,
- "y": 1024,
- "width": 128,
- "height": 128
- },
- "jpyc": {
+ "loom": {
"x": 0,
"y": 1152,
"width": 128,
"height": 128
},
- "jrt": {
+ "loop": {
"x": 128,
"y": 1152,
"width": 128,
"height": 128
},
- "jsek": {
+ "lpt": {
"x": 256,
"y": 1152,
"width": 128,
"height": 128
},
- "jsgd": {
+ "lrc": {
"x": 384,
"y": 1152,
"width": 128,
"height": 128
},
- "jst": {
+ "lswap": {
"x": 512,
"y": 1152,
"width": 128,
"height": 128
},
- "jtry": {
+ "ltc": {
"x": 640,
"y": 1152,
"width": 128,
"height": 128
},
- "jusd": {
+ "lynx": {
"x": 768,
"y": 1152,
"width": 128,
"height": 128
},
- "kcn": {
+ "mana": {
"x": 896,
"y": 1152,
"width": 128,
"height": 128
},
- "kcs": {
+ "marty": {
"x": 1024,
"y": 1152,
"width": 128,
"height": 128
},
- "kiiro": {
+ "mask": {
"x": 1152,
"y": 1152,
"width": 128,
"height": 128
},
- "kmd": {
+ "matic": {
"x": 1280,
"y": 1152,
"width": 128,
"height": 128
},
- "knc": {
+ "matictest": {
"x": 1408,
"y": 1152,
"width": 128,
"height": 128
},
- "koin": {
+ "maza": {
"x": 1536,
"y": 1152,
"width": 128,
"height": 128
},
- "ksm": {
+ "mcl": {
"x": 1664,
"y": 1152,
"width": 128,
"height": 128
},
- "lbc": {
+ "mdx": {
"x": 1792,
"y": 1152,
"width": 128,
"height": 128
},
- "lcc": {
+ "mewc": {
"x": 1920,
"y": 1152,
"width": 128,
"height": 128
},
- "lcn": {
+ "minds": {
"x": 2048,
"y": 1152,
"width": 128,
"height": 128
},
- "ldo": {
+ "minu": {
"x": 2176,
"y": 1152,
"width": 128,
"height": 128
},
- "leash": {
+ "mir": {
"x": 2304,
"y": 1152,
"width": 128,
"height": 128
},
- "leo": {
+ "mkr": {
"x": 2432,
"y": 1152,
"width": 128,
"height": 128
},
- "link": {
+ "mln": {
"x": 2560,
"y": 1152,
"width": 128,
"height": 128
},
- "lols": {
+ "mm": {
"x": 2688,
"y": 1152,
"width": 128,
"height": 128
},
- "loom": {
- "x": 2816,
- "y": 1152,
- "width": 128,
- "height": 128
- },
- "loop": {
+ "mona": {
"x": 0,
"y": 1280,
"width": 128,
"height": 128
},
- "lpt": {
+ "mor": {
"x": 128,
"y": 1280,
"width": 128,
"height": 128
},
- "lrc": {
+ "morpho": {
"x": 256,
"y": 1280,
"width": 128,
"height": 128
},
- "lstr": {
+ "movr": {
"x": 384,
"y": 1280,
"width": 128,
"height": 128
},
- "lswap": {
+ "mwc": {
"x": 512,
"y": 1280,
"width": 128,
"height": 128
},
- "ltc": {
+ "mydoge": {
"x": 640,
"y": 1280,
"width": 128,
"height": 128
},
- "lupa": {
+ "nav": {
"x": 768,
"y": 1280,
"width": 128,
"height": 128
},
- "lynx": {
+ "near": {
"x": 896,
"y": 1280,
"width": 128,
"height": 128
},
- "mana": {
+ "neng": {
"x": 1024,
"y": 1280,
"width": 128,
"height": 128
},
- "marty": {
+ "nexo": {
"x": 1152,
"y": 1280,
"width": 128,
"height": 128
},
- "mask": {
+ "ninja": {
"x": 1280,
"y": 1280,
"width": 128,
"height": 128
},
- "matic": {
+ "nito": {
"x": 1408,
"y": 1280,
"width": 128,
"height": 128
},
- "matictest": {
+ "nmc": {
"x": 1536,
"y": 1280,
"width": 128,
"height": 128
},
- "maza": {
+ "nucleus": {
"x": 1664,
"y": 1280,
"width": 128,
"height": 128
},
- "mc": {
+ "nucleustest": {
"x": 1792,
"y": 1280,
"width": 128,
"height": 128
},
- "mcl": {
+ "nvc": {
"x": 1920,
"y": 1280,
"width": 128,
"height": 128
},
- "mdx": {
+ "nyc": {
"x": 2048,
"y": 1280,
"width": 128,
"height": 128
},
- "med": {
+ "okb": {
"x": 2176,
"y": 1280,
"width": 128,
"height": 128
},
- "mewc": {
+ "om": {
"x": 2304,
"y": 1280,
"width": 128,
"height": 128
},
- "minds": {
+ "omg": {
"x": 2432,
"y": 1280,
"width": 128,
"height": 128
},
- "minu": {
+ "ondo": {
"x": 2560,
"y": 1280,
"width": 128,
"height": 128
},
- "mir": {
+ "one": {
"x": 2688,
"y": 1280,
"width": 128,
"height": 128
},
- "mkr": {
- "x": 2816,
- "y": 1280,
- "width": 128,
- "height": 128
- },
- "mln": {
+ "ont": {
"x": 0,
"y": 1408,
"width": 128,
"height": 128
},
- "mm": {
+ "osmo": {
"x": 128,
"y": 1408,
"width": 128,
"height": 128
},
- "mona": {
+ "paxg": {
"x": 256,
"y": 1408,
"width": 128,
"height": 128
},
- "mor": {
+ "pendle": {
"x": 384,
"y": 1408,
"width": 128,
"height": 128
},
- "movr": {
+ "pep": {
"x": 512,
"y": 1408,
"width": 128,
"height": 128
},
- "mydoge": {
+ "pepe": {
"x": 640,
"y": 1408,
"width": 128,
"height": 128
},
- "nav": {
+ "pgx": {
"x": 768,
"y": 1408,
"width": 128,
"height": 128
},
- "near": {
+ "pink": {
"x": 896,
"y": 1408,
"width": 128,
"height": 128
},
- "neng": {
+ "pivx": {
"x": 1024,
"y": 1408,
"width": 128,
"height": 128
},
- "nexo": {
+ "pnd": {
"x": 1152,
"y": 1408,
"width": 128,
"height": 128
},
- "ninja": {
+ "pnk": {
"x": 1280,
"y": 1408,
"width": 128,
"height": 128
},
- "nito": {
+ "pot": {
"x": 1408,
"y": 1408,
"width": 128,
"height": 128
},
- "nmc": {
+ "powr": {
"x": 1536,
"y": 1408,
"width": 128,
"height": 128
},
- "nucleus": {
+ "ppc": {
"x": 1664,
"y": 1408,
"width": 128,
"height": 128
},
- "nucleustest": {
+ "prcy": {
"x": 1792,
"y": 1408,
"width": 128,
"height": 128
},
- "nvc": {
+ "pyr": {
"x": 1920,
"y": 1408,
"width": 128,
"height": 128
},
- "nyc": {
+ "qc": {
"x": 2048,
"y": 1408,
"width": 128,
"height": 128
},
- "nzds": {
+ "qi": {
"x": 2176,
"y": 1408,
"width": 128,
"height": 128
},
- "oc": {
+ "qkc": {
"x": 2304,
"y": 1408,
"width": 128,
"height": 128
},
- "ocean": {
+ "qnt": {
"x": 2432,
"y": 1408,
"width": 128,
"height": 128
},
- "okb": {
+ "qrc20": {
"x": 2560,
"y": 1408,
"width": 128,
"height": 128
},
- "om": {
+ "qtum": {
"x": 2688,
"y": 1408,
"width": 128,
"height": 128
},
- "omg": {
- "x": 2816,
- "y": 1408,
- "width": 128,
- "height": 128
- },
- "one": {
+ "raph": {
"x": 0,
"y": 1536,
"width": 128,
"height": 128
},
- "ont": {
+ "rbtc": {
"x": 128,
"y": 1536,
"width": 128,
"height": 128
},
- "osmo": {
+ "rdd": {
"x": 256,
"y": 1536,
"width": 128,
"height": 128
},
- "pax": {
+ "ren": {
"x": 384,
"y": 1536,
"width": 128,
"height": 128
},
- "paxg": {
+ "rep": {
"x": 512,
"y": 1536,
"width": 128,
"height": 128
},
- "pendle": {
+ "req": {
"x": 640,
"y": 1536,
"width": 128,
"height": 128
},
- "pep": {
+ "rev": {
"x": 768,
"y": 1536,
"width": 128,
"height": 128
},
- "pepe": {
+ "ric": {
"x": 896,
"y": 1536,
"width": 128,
"height": 128
},
- "pgx": {
+ "rin": {
"x": 1024,
"y": 1536,
"width": 128,
"height": 128
},
- "pink": {
+ "rlc": {
"x": 1152,
"y": 1536,
"width": 128,
"height": 128
},
- "pivx": {
+ "rndr": {
"x": 1280,
"y": 1536,
"width": 128,
"height": 128
},
- "pnd": {
+ "rpl": {
"x": 1408,
"y": 1536,
"width": 128,
"height": 128
},
- "pnk": {
+ "rsr": {
"x": 1536,
"y": 1536,
"width": 128,
"height": 128
},
- "pot": {
+ "rtm": {
"x": 1664,
"y": 1536,
"width": 128,
"height": 128
},
- "powr": {
+ "runes": {
"x": 1792,
"y": 1536,
"width": 128,
"height": 128
},
- "ppc": {
+ "rvn": {
"x": 1920,
"y": 1536,
"width": 128,
"height": 128
},
- "prcy": {
+ "rxd": {
"x": 2048,
"y": 1536,
"width": 128,
"height": 128
},
- "put": {
+ "s4f": {
"x": 2176,
"y": 1536,
"width": 128,
"height": 128
},
- "pyr": {
+ "sand": {
"x": 2304,
"y": 1536,
"width": 128,
"height": 128
},
- "qbt": {
+ "sbch": {
"x": 2432,
"y": 1536,
"width": 128,
"height": 128
},
- "qc": {
+ "sc": {
"x": 2560,
"y": 1536,
"width": 128,
"height": 128
},
- "qi": {
+ "scrt": {
"x": 2688,
"y": 1536,
"width": 128,
"height": 128
},
- "qiair": {
- "x": 2816,
- "y": 1536,
- "width": 128,
- "height": 128
- },
- "qkc": {
+ "seele": {
"x": 0,
"y": 1664,
"width": 128,
"height": 128
},
- "qnt": {
+ "shib": {
"x": 128,
"y": 1664,
"width": 128,
"height": 128
},
- "qrc20": {
+ "shic": {
"x": 256,
"y": 1664,
"width": 128,
"height": 128
},
- "qtum": {
+ "shr": {
"x": 384,
"y": 1664,
"width": 128,
"height": 128
},
- "raph": {
+ "signa": {
"x": 512,
"y": 1664,
"width": 128,
"height": 128
},
- "rbtc": {
+ "skl": {
"x": 640,
"y": 1664,
"width": 128,
"height": 128
},
- "rdd": {
+ "sky": {
"x": 768,
"y": 1664,
"width": 128,
"height": 128
},
- "ren": {
+ "snt": {
"x": 896,
"y": 1664,
"width": 128,
"height": 128
},
- "rep": {
+ "snx": {
"x": 1024,
"y": 1664,
"width": 128,
"height": 128
},
- "req": {
+ "sol": {
"x": 1152,
"y": 1664,
"width": 128,
"height": 128
},
- "rev": {
+ "solve": {
"x": 1280,
"y": 1664,
"width": 128,
"height": 128
},
- "ric": {
+ "space": {
"x": 1408,
"y": 1664,
"width": 128,
"height": 128
},
- "rlc": {
+ "srm": {
"x": 1536,
"y": 1664,
"width": 128,
"height": 128
},
- "rndr": {
+ "storj": {
"x": 1664,
"y": 1664,
"width": 128,
"height": 128
},
- "rpl": {
+ "sui": {
"x": 1792,
"y": 1664,
"width": 128,
"height": 128
},
- "rsr": {
+ "sushi": {
"x": 1920,
"y": 1664,
"width": 128,
"height": 128
},
- "rtm": {
+ "swap": {
"x": 2048,
"y": 1664,
"width": 128,
"height": 128
},
- "runes": {
+ "sxp": {
"x": 2176,
"y": 1664,
"width": 128,
"height": 128
},
- "rvn": {
+ "syn": {
"x": 2304,
"y": 1664,
"width": 128,
"height": 128
},
- "s4f": {
+ "syrup": {
"x": 2432,
"y": 1664,
"width": 128,
"height": 128
},
- "sand": {
+ "sys": {
"x": 2560,
"y": 1664,
"width": 128,
"height": 128
},
- "sbch": {
+ "tama": {
"x": 2688,
"y": 1664,
"width": 128,
"height": 128
},
- "sc": {
- "x": 2816,
- "y": 1664,
- "width": 128,
- "height": 128
- },
- "scrt": {
+ "taz": {
"x": 0,
"y": 1792,
"width": 128,
"height": 128
},
- "seele": {
+ "tbch": {
"x": 128,
"y": 1792,
"width": 128,
"height": 128
},
- "shib": {
+ "tblk": {
"x": 256,
"y": 1792,
"width": 128,
"height": 128
},
- "shic": {
+ "tbtc": {
"x": 384,
"y": 1792,
"width": 128,
"height": 128
},
- "shr": {
+ "tel": {
"x": 512,
"y": 1792,
"width": 128,
"height": 128
},
- "sibm": {
+ "testbtc": {
"x": 640,
"y": 1792,
"width": 128,
"height": 128
},
- "signa": {
+ "tft": {
"x": 768,
"y": 1792,
"width": 128,
"height": 128
},
- "skl": {
+ "thc": {
"x": 896,
"y": 1792,
"width": 128,
"height": 128
},
- "snt": {
+ "tkl": {
"x": 1024,
"y": 1792,
"width": 128,
"height": 128
},
- "snx": {
+ "ton": {
"x": 1152,
"y": 1792,
"width": 128,
"height": 128
},
- "sol": {
+ "tqtum": {
"x": 1280,
"y": 1792,
"width": 128,
"height": 128
},
- "solve": {
+ "trac": {
"x": 1408,
"y": 1792,
"width": 128,
"height": 128
},
- "space": {
+ "trc": {
"x": 1536,
"y": 1792,
"width": 128,
"height": 128
},
- "spacecoin": {
+ "trmp": {
"x": 1664,
"y": 1792,
"width": 128,
"height": 128
},
- "srm": {
+ "trx": {
"x": 1792,
"y": 1792,
"width": 128,
"height": 128
},
- "stfiro": {
+ "tryb": {
"x": 1920,
"y": 1792,
"width": 128,
"height": 128
},
- "storj": {
+ "tusd": {
"x": 2048,
"y": 1792,
"width": 128,
"height": 128
},
- "sui": {
+ "twt": {
"x": 2176,
"y": 1792,
"width": 128,
"height": 128
},
- "sushi": {
+ "ubt": {
"x": 2304,
"y": 1792,
"width": 128,
"height": 128
},
- "swap": {
+ "ufo": {
"x": 2432,
"y": 1792,
"width": 128,
"height": 128
},
- "sxp": {
+ "uis": {
"x": 2560,
"y": 1792,
"width": 128,
"height": 128
},
- "syn": {
+ "uma": {
"x": 2688,
"y": 1792,
"width": 128,
"height": 128
},
- "sys": {
- "x": 2816,
- "y": 1792,
- "width": 128,
- "height": 128
- },
- "tama": {
+ "uni": {
"x": 0,
"y": 1920,
"width": 128,
"height": 128
},
- "taz": {
+ "uno": {
"x": 128,
"y": 1920,
"width": 128,
"height": 128
},
- "tbch": {
+ "uos": {
"x": 256,
"y": 1920,
"width": 128,
"height": 128
},
- "tblk": {
+ "uqc": {
"x": 384,
"y": 1920,
"width": 128,
"height": 128
},
- "tbtc": {
+ "usdc": {
"x": 512,
"y": 1920,
"width": 128,
"height": 128
},
- "tel": {
+ "usdd": {
"x": 640,
"y": 1920,
"width": 128,
"height": 128
},
- "testbtc": {
+ "usdp": {
"x": 768,
"y": 1920,
"width": 128,
"height": 128
},
- "tft": {
+ "usdt": {
"x": 896,
"y": 1920,
"width": 128,
"height": 128
},
- "thc": {
+ "utk": {
"x": 1024,
"y": 1920,
"width": 128,
"height": 128
},
- "thc_bep20": {
+ "utopia": {
"x": 1152,
"y": 1920,
"width": 128,
"height": 128
},
- "tkl": {
+ "val": {
"x": 1280,
"y": 1920,
"width": 128,
"height": 128
},
- "ton": {
+ "varrr": {
"x": 1408,
"y": 1920,
"width": 128,
"height": 128
},
- "tqtum": {
+ "vdex": {
"x": 1536,
"y": 1920,
"width": 128,
"height": 128
},
- "trac": {
+ "vet": {
"x": 1664,
"y": 1920,
"width": 128,
"height": 128
},
- "trc": {
+ "vgx": {
"x": 1792,
"y": 1920,
"width": 128,
"height": 128
},
- "trmp": {
+ "via": {
"x": 1920,
"y": 1920,
"width": 128,
"height": 128
},
- "trx": {
+ "virtual": {
"x": 2048,
"y": 1920,
"width": 128,
"height": 128
},
- "tryb": {
+ "vite": {
"x": 2176,
"y": 1920,
"width": 128,
"height": 128
},
- "tsl": {
+ "vra": {
"x": 2304,
"y": 1920,
"width": 128,
"height": 128
},
- "tusd": {
+ "vrm": {
"x": 2432,
"y": 1920,
"width": 128,
"height": 128
},
- "twt": {
+ "vrsc": {
"x": 2560,
"y": 1920,
"width": 128,
"height": 128
},
- "ubq": {
+ "vtc": {
"x": 2688,
"y": 1920,
"width": 128,
"height": 128
},
- "ubt": {
- "x": 2816,
- "y": 1920,
- "width": 128,
- "height": 128
- },
- "ufo": {
+ "vvv": {
"x": 0,
"y": 2048,
"width": 128,
"height": 128
},
- "uis": {
+ "waves": {
"x": 128,
"y": 2048,
"width": 128,
"height": 128
},
- "uma": {
+ "wbtc": {
"x": 256,
"y": 2048,
"width": 128,
"height": 128
},
- "uni": {
+ "whive": {
"x": 384,
"y": 2048,
"width": 128,
"height": 128
},
- "uno": {
+ "wjk": {
"x": 512,
"y": 2048,
"width": 128,
"height": 128
},
- "uos": {
+ "wld": {
"x": 640,
"y": 2048,
"width": 128,
"height": 128
},
- "uqc": {
+ "woo": {
"x": 768,
"y": 2048,
"width": 128,
"height": 128
},
- "usdc": {
+ "xaut": {
"x": 896,
"y": 2048,
"width": 128,
"height": 128
},
- "usdd": {
+ "xcn": {
"x": 1024,
"y": 2048,
"width": 128,
"height": 128
},
- "usdt": {
+ "xdai": {
"x": 1152,
"y": 2048,
"width": 128,
"height": 128
},
- "utk": {
+ "xec": {
"x": 1280,
"y": 2048,
"width": 128,
"height": 128
},
- "utopia": {
+ "xep": {
"x": 1408,
"y": 2048,
"width": 128,
"height": 128
},
- "val": {
+ "xidr": {
"x": 1536,
"y": 2048,
"width": 128,
"height": 128
},
- "varrr": {
+ "xlm": {
"x": 1664,
"y": 2048,
"width": 128,
"height": 128
},
- "vdex": {
+ "xmy": {
"x": 1792,
"y": 2048,
"width": 128,
"height": 128
},
- "vet": {
+ "xna": {
"x": 1920,
"y": 2048,
"width": 128,
"height": 128
},
- "vgx": {
+ "xor": {
"x": 2048,
"y": 2048,
"width": 128,
"height": 128
},
- "via": {
+ "xpm": {
"x": 2176,
"y": 2048,
"width": 128,
"height": 128
},
- "vite": {
+ "xrg": {
"x": 2304,
"y": 2048,
"width": 128,
"height": 128
},
- "vra": {
+ "xrp": {
"x": 2432,
"y": 2048,
"width": 128,
"height": 128
},
- "vrsc": {
+ "xsgd": {
"x": 2560,
"y": 2048,
"width": 128,
"height": 128
},
- "vtc": {
+ "xtz": {
"x": 2688,
"y": 2048,
"width": 128,
"height": 128
},
- "waves": {
- "x": 2816,
- "y": 2048,
- "width": 128,
- "height": 128
- },
- "wbtc": {
+ "xvc": {
"x": 0,
"y": 2176,
"width": 128,
"height": 128
},
- "whive": {
+ "xvg": {
"x": 128,
"y": 2176,
"width": 128,
"height": 128
},
- "wld": {
+ "xvs": {
"x": 256,
"y": 2176,
"width": 128,
"height": 128
},
- "woo": {
+ "yfi": {
"x": 384,
"y": 2176,
"width": 128,
"height": 128
},
- "xcn": {
+ "yfii": {
"x": 512,
"y": 2176,
"width": 128,
"height": 128
},
- "xec": {
+ "zama": {
"x": 640,
"y": 2176,
"width": 128,
"height": 128
},
- "xep": {
+ "zchf": {
"x": 768,
"y": 2176,
"width": 128,
"height": 128
},
- "xidr": {
+ "zec": {
"x": 896,
"y": 2176,
"width": 128,
"height": 128
},
- "xlm": {
+ "zer": {
"x": 1024,
"y": 2176,
"width": 128,
"height": 128
},
- "xmy": {
+ "zet": {
"x": 1152,
"y": 2176,
"width": 128,
"height": 128
},
- "xna": {
+ "zil": {
"x": 1280,
"y": 2176,
"width": 128,
"height": 128
},
- "xor": {
+ "zrx": {
"x": 1408,
"y": 2176,
"width": 128,
"height": 128
- },
- "xpm": {
- "x": 1536,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xrg": {
- "x": 1664,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xrp": {
- "x": 1792,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xsgd": {
- "x": 1920,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xtz": {
- "x": 2048,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xvc": {
- "x": 2176,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xvg": {
- "x": 2304,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "xvs": {
- "x": 2432,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "yfi": {
- "x": 2560,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "yfii": {
- "x": 2688,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "zdeex": {
- "x": 2816,
- "y": 2176,
- "width": 128,
- "height": 128
- },
- "zec": {
- "x": 0,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zer": {
- "x": 128,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zet": {
- "x": 256,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zil": {
- "x": 384,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zinu": {
- "x": 512,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zoin": {
- "x": 640,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zombie": {
- "x": 768,
- "y": 2304,
- "width": 128,
- "height": 128
- },
- "zrx": {
- "x": 896,
- "y": 2304,
- "width": 128,
- "height": 128
}
}
}
\ No newline at end of file
diff --git a/utils/spritemap.png b/utils/spritemap.png
index 0e3fc70fdd..5d4dc5396e 100644
Binary files a/utils/spritemap.png and b/utils/spritemap.png differ
diff --git a/utils/update_derivation_paths.py b/utils/update_derivation_paths.py
index ff0839f279..ee6d6090b4 100755
--- a/utils/update_derivation_paths.py
+++ b/utils/update_derivation_paths.py
@@ -39,6 +39,8 @@
proto = "ERC20"
elif proto == "BNB":
proto = "BEP20"
+ elif proto == "GLEEC":
+ proto = "GRC20"
elif proto == "QTUM":
proto = "QRC20"
if proto in paths.keys():
@@ -64,6 +66,8 @@
proto = "ERC20"
elif proto == "BNB":
proto = "BEP20"
+ elif proto == "GLEEC":
+ proto = "GRC20"
elif proto == "QTUM":
proto = "QRC20"
if proto in paths.keys():
diff --git a/utils/uptime_history.json b/utils/uptime_history.json
index 6379847d33..954ad49b12 100644
--- a/utils/uptime_history.json
+++ b/utils/uptime_history.json
@@ -5,6 +5,27 @@
},
"by_server": {
"_metadata": {
+ "aby-ex-four.ewmci.online:50011": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "aby-ex-four.ewmci.online:50012": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "aby-ex-four.ewmci.online:50013": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
"aby-ex-three.ewmci.online:50001": {
"contact": [
{
@@ -28,23 +49,54 @@
}
},
"aby-ex-four.ewmci.online:50011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1768699088": "online",
+ "1772219758": "offline",
+ "1773700082": "online",
+ "1778552827": "offline",
+ "1779244822": "online",
+ "1781595462": "offline"
},
"aby-ex-four.ewmci.online:50012": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1768699088": "online",
+ "1772219758": "offline",
+ "1773700082": "online",
+ "1778552827": "offline",
+ "1779244822": "online",
+ "1781595462": "offline"
},
"aby-ex-four.ewmci.online:50013": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1768699088": "online",
+ "1772219758": "offline",
+ "1773700082": "online",
+ "1778552827": "offline",
+ "1779244822": "online",
+ "1781595462": "offline"
},
"aby-ex-three.ewmci.online:50001": {
"1755770395": "online",
"1762013934": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1766366022": "offline",
+ "1768612207": "online",
+ "1772219758": "offline",
+ "1777930797": "online",
+ "1780269451": "offline"
},
"aby-ex-three.ewmci.online:50002": {
"1755770395": "online",
"1762013934": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1766366022": "offline",
+ "1768612207": "online",
+ "1772219758": "offline",
+ "1777930797": "online",
+ "1780269451": "offline"
},
"aby-ex-three.ewmci.online:50003": {
"1755770395": "offline"
@@ -65,7 +117,8 @@
},
"ACTN": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1778552827": "offline"
},
"by_server": {
"_metadata": {
@@ -89,6 +142,27 @@
"email": "support@actioncoin.com"
}
]
+ },
+ "electrumx2.actioncoin.com:10001": {
+ "contact": [
+ {
+ "email": "support@actioncoin.com"
+ }
+ ]
+ },
+ "electrumx2.actioncoin.com:20001": {
+ "contact": [
+ {
+ "email": "support@actioncoin.com"
+ }
+ ]
+ },
+ "electrumx2.actioncoin.com:30001": {
+ "contact": [
+ {
+ "email": "support@actioncoin.com"
+ }
+ ]
}
},
"electrumx1.actioncoin.com:10001": {
@@ -101,13 +175,16 @@
"1755770395": "offline"
},
"electrumx2.actioncoin.com:10001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1778552827": "offline"
},
"electrumx2.actioncoin.com:20001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1778552827": "offline"
},
"electrumx2.actioncoin.com:30001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1778552827": "offline"
}
}
},
@@ -264,6 +341,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "arrr.electrum3.cipig.net:10008": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "arrr.electrum3.cipig.net:20008": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "arrr.electrum3.cipig.net:30008": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"arrr.electrum1.cipig.net:10008": {
"1755770395": "online"
},
@@ -283,13 +392,16 @@
"1755770395": "online"
},
"arrr.electrum3.cipig.net:10008": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"arrr.electrum3.cipig.net:20008": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"arrr.electrum3.cipig.net:30008": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -306,7 +418,11 @@
"1755770395": "offline"
},
"https://rpc.cosmos.directory/cosmoshub": {
- "1763521637": "online"
+ "1763521637": "online",
+ "1771824489": "offline",
+ "1772144114": "online",
+ "1775596182": "offline",
+ "1775613107": "online"
},
"wss://cosmos-rpc.alpha.komodo.earth/websocket": {
"1755770395": "online"
@@ -370,28 +486,94 @@
}
}
},
+ "AURE": {
+ "all": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ },
+ "by_server": {
+ "aurascan.gt.tc:50002": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ },
+ "aurascan.gt.tc:50004": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ },
+ "aureuscoin.site:50002": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ },
+ "aureuscoin.site:50004": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ },
+ "fulcrum.aureuscoin.site:50002": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ },
+ "fulcrum.aureuscoin.site:50004": {
+ "1772144114": "online",
+ "1777687578": "offline"
+ }
+ }
+ },
"AVAX": {
"all": {},
"by_server": {
"https://0xrpc.io/avax": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline"
+ },
+ "https://1rpc.io/avax/c": {
+ "1770607407": "online",
+ "1770768082": "offline",
+ "1770794458": "online",
+ "1771550721": "offline",
+ "1771824489": "online",
+ "1772144114": "offline",
+ "1772355424": "online",
+ "1772587456": "offline",
+ "1772673982": "online",
+ "1773828034": "offline",
+ "1773845398": "online"
},
"https://api.avax.network/ext/bc/C/rpc": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773845398": "offline",
+ "1773964971": "online",
+ "1773965279": "offline",
+ "1774368443": "online"
},
"https://avalanche-c-chain-rpc.publicnode.com": {
"1755770395": "online"
},
+ "https://avalanche.drpc.org": {
+ "1770607407": "online"
+ },
+ "https://avalanche.rpc.sentio.xyz": {
+ "1779166167": "online"
+ },
+ "https://avax.api.pocket.network": {
+ "1770607407": "online"
+ },
"https://node.komodo.earth:8080/avalanche": {
"1755770395": "offline",
"1762321286": "online",
"1762820073": "offline"
},
+ "https://rpc.sentio.xyz/avalanche": {
+ "1773964971": "online"
+ },
"wss://0xrpc.io/avax": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline"
},
"wss://avalanche-c-chain-rpc.publicnode.com": {
"1755770395": "online"
+ },
+ "wss://avalanche.drpc.org": {
+ "1770607407": "online"
}
}
},
@@ -408,6 +590,29 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum-eu.avn.network:50001": {
+ "contact": [
+ {
+ "email": "contact@avn.network"
+ }
+ ]
+ },
+ "electrum-us.avn.network:50001": {
+ "contact": [
+ {
+ "email": "contact@avn.network"
+ }
+ ]
+ },
+ "electrum-us.avn.network:50003": {
+ "contact": [
+ {
+ "email": "contact@avn.network"
+ }
+ ]
+ }
+ },
"electrum-ca.avn.network:50001": {
"1755770395": "online"
},
@@ -418,7 +623,8 @@
"1755770395": "online"
},
"electrum-eu.avn.network:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1778294861": "offline"
},
"electrum-eu.avn.network:50002": {
"1755770395": "online"
@@ -427,13 +633,16 @@
"1755770395": "online"
},
"electrum-us.avn.network:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781923413": "offline"
},
"electrum-us.avn.network:50002": {
"1755770395": "online"
},
"electrum-us.avn.network:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768007433": "online"
}
}
},
@@ -442,6 +651,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "axe.electrum3.cipig.net:10057": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "axe.electrum3.cipig.net:20057": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "axe.electrum3.cipig.net:30057": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"axe.electrum1.cipig.net:10057": {
"1755770395": "online"
},
@@ -461,13 +702,16 @@
"1755770395": "online"
},
"axe.electrum3.cipig.net:10057": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"axe.electrum3.cipig.net:20057": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"axe.electrum3.cipig.net:30057": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -570,6 +814,27 @@
}
]
},
+ "bbk-ex-two.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "bbk-ex-two.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "bbk-ex-two.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
"bbk-one.ewm-cx.net:50001": {
"contact": [
{
@@ -594,13 +859,22 @@
"1763079262": "online"
},
"bbk-ex-two.ewmci.online:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1783866516": "offline"
},
"bbk-ex-two.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1783866516": "offline"
},
"bbk-ex-two.ewmci.online:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1783866516": "offline"
},
"bbk-one.ewm-cx.net:50001": {
"1755770395": "offline"
@@ -613,6 +887,20 @@
},
"by_server": {
"_metadata": {
+ "bitcoinii.ddns.net:50008": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
+ "bitcoinii.ddns.net:50010": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
"electrum-02.bitcoinii.network:40104": {
"contact": [
{
@@ -633,8 +921,41 @@
"discord": "777703913125314580"
}
]
+ },
+ "explorer.bitcoin-ii.org:50008": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
+ "explorer.bitcoin-ii.org:50009": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
+ "explorer.bitcoin-ii.org:50010": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
}
},
+ "bitcoinii.ddns.net:50008": {
+ "1771824489": "online",
+ "1773700082": "offline",
+ "1773964971": "online"
+ },
+ "bitcoinii.ddns.net:50009": {
+ "1771824489": "online"
+ },
+ "bitcoinii.ddns.net:50010": {
+ "1771824489": "online",
+ "1773700082": "offline"
+ },
"electrum-02.bitcoinii.network:40003": {
"1759220463": "online"
},
@@ -666,13 +987,16 @@
"1760163826": "online"
},
"explorer.bitcoin-ii.org:50008": {
- "1764337728": "online"
+ "1764337728": "online",
+ "1770168231": "offline"
},
"explorer.bitcoin-ii.org:50009": {
- "1764337728": "online"
+ "1764337728": "online",
+ "1770168231": "offline"
},
"explorer.bitcoin-ii.org:50010": {
- "1764337728": "online"
+ "1764337728": "online",
+ "1770168231": "offline"
},
"infra1.bitcoin-ii.org:50008": {
"1764337728": "online"
@@ -691,6 +1015,20 @@
},
"by_server": {
"_metadata": {
+ "bitcoinii.ddns.net:50008": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
+ "bitcoinii.ddns.net:50010": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
"electrum-02.bitcoinii.network:40104": {
"contact": [
{
@@ -711,8 +1049,41 @@
"discord": "777703913125314580"
}
]
+ },
+ "explorer.bitcoin-ii.org:50008": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
+ "explorer.bitcoin-ii.org:50009": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
+ },
+ "explorer.bitcoin-ii.org:50010": {
+ "contact": [
+ {
+ "discord": "1391871602127540236"
+ }
+ ]
}
},
+ "bitcoinii.ddns.net:50008": {
+ "1771824489": "online",
+ "1773700082": "offline",
+ "1773964971": "online"
+ },
+ "bitcoinii.ddns.net:50009": {
+ "1771824489": "online"
+ },
+ "bitcoinii.ddns.net:50010": {
+ "1771824489": "online",
+ "1773700082": "offline"
+ },
"electrum-02.bitcoinii.network:40003": {
"1759220463": "online"
},
@@ -744,13 +1115,16 @@
"1760163826": "online"
},
"explorer.bitcoin-ii.org:50008": {
- "1764337728": "online"
+ "1764337728": "online",
+ "1770168231": "offline"
},
"explorer.bitcoin-ii.org:50009": {
- "1764337728": "online"
+ "1764337728": "online",
+ "1770168231": "offline"
},
"explorer.bitcoin-ii.org:50010": {
- "1764337728": "online"
+ "1764337728": "online",
+ "1770168231": "offline"
},
"infra1.bitcoin-ii.org:50008": {
"1764337728": "online"
@@ -768,7 +1142,39 @@
"1755770395": "online"
},
"by_server": {
- "bch.electrum1.cipig.net:10055": {
+ "_metadata": {
+ "bch.electrum3.cipig.net:10055": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "bch.electrum3.cipig.net:20055": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "bch.electrum3.cipig.net:30055": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
+ "bch.electrum1.cipig.net:10055": {
"1764676026": "online"
},
"bch.electrum1.cipig.net:20055": {
@@ -787,13 +1193,16 @@
"1764676026": "online"
},
"bch.electrum3.cipig.net:10055": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"bch.electrum3.cipig.net:20055": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"bch.electrum3.cipig.net:30055": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"bch.imaginary.cash:50002": {
"1755770395": "online"
@@ -815,11 +1224,68 @@
}
}
},
+ "BCH2": {
+ "all": {
+ "1783193536": "online"
+ },
+ "by_server": {
+ "electrum.bch2.org:50001": {
+ "1783193536": "online"
+ },
+ "electrum.bch2.org:50002": {
+ "1783193536": "online"
+ },
+ "electrum.bch2.org:50004": {
+ "1783193536": "online"
+ },
+ "electrum2.bch2.org:50001": {
+ "1783193536": "online"
+ },
+ "electrum2.bch2.org:50002": {
+ "1783193536": "online"
+ },
+ "electrum2.bch2.org:50004": {
+ "1783193536": "online"
+ }
+ }
+ },
"BCZERO": {
"all": {
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "bczero.electrum3.cipig.net:10003": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "bczero.electrum3.cipig.net:20003": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "bczero.electrum3.cipig.net:30003": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"bczero.electrum1.cipig.net:10003": {
"1755770395": "online"
},
@@ -839,19 +1305,27 @@
"1755770395": "online"
},
"bczero.electrum3.cipig.net:10003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"bczero.electrum3.cipig.net:20003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"bczero.electrum3.cipig.net:30003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
"BITN": {
"all": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1768093005": "online",
+ "1772587456": "offline",
+ "1780887368": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
},
"by_server": {
"194.163.176.151:50001": {
@@ -895,6 +1369,34 @@
}
]
},
+ "bit-e.minethepla.net:50002": {
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ "bit-e.minethepla.net:50004": {
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ "bit-e.outsidethebox.top:50002": {
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ "bit-e.outsidethebox.top:50004": {
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
"bitchair.io:50001": {
"contact": [
{
@@ -922,8 +1424,62 @@
"discord": "c4pt#7855"
}
]
+ },
+ "bitnet.outsidethebox.top:50002": {
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
+ },
+ "bitnet.outsidethebox.top:50004": {
+ "contact": [
+ {
+ "discord": "def#4726"
+ }
+ ]
}
},
+ "bit-e.minethepla.net:50002": {
+ "1768093005": "online",
+ "1772144114": "offline",
+ "1780887368": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782787373": "offline",
+ "1782959921": "online",
+ "1783174701": "offline",
+ "1783290557": "online",
+ "1783625980": "offline",
+ "1783866516": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
+ },
+ "bit-e.minethepla.net:50004": {
+ "1768093005": "offline",
+ "1768180562": "online",
+ "1772144114": "offline",
+ "1780887368": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782787373": "offline",
+ "1783050801": "online",
+ "1783866516": "offline",
+ "1783867071": "online",
+ "1785539720": "offline",
+ "1785636317": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
+ },
+ "bit-e.outsidethebox.top:50002": {
+ "1768093005": "online",
+ "1772587456": "offline"
+ },
+ "bit-e.outsidethebox.top:50004": {
+ "1768093005": "offline",
+ "1768180562": "online",
+ "1772587456": "offline"
+ },
"bitchair.io:50001": {
"1755770395": "offline"
},
@@ -935,41 +1491,73 @@
},
"bitexplorer.io:50004": {
"1755770395": "offline"
+ },
+ "bitn-electrumx.wattxchange.app:50011": {
+ "1784733566": "online"
+ },
+ "bitn-electrumx.wattxchange.app:50012": {
+ "1784733566": "online"
+ },
+ "bitn-electrumx.wattxchange.app:50014": {
+ "1784733566": "online"
+ },
+ "bitnet.outsidethebox.top:50002": {
+ "1768093005": "offline",
+ "1782268723": "online",
+ "1783866516": "offline",
+ "1783867071": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
+ },
+ "bitnet.outsidethebox.top:50004": {
+ "1768093005": "offline",
+ "1782268723": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
}
}
},
"BKC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"by_server": {
"electrumx1.briskcoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx1.briskcoin.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx1.briskcoin.org:50003": {
"1755770395": "online",
"1758289389": "offline"
},
"electrumx2.briskcoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx2.briskcoin.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx2.briskcoin.org:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx3.briskcoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx3.briskcoin.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
},
"electrumx3.briskcoin.org:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline"
}
}
},
@@ -978,6 +1566,29 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum3.blackcoin.nl:30001": {
+ "contact": [
+ {
+ "discord": "michelvankessel#7656"
+ }
+ ]
+ },
+ "electrum3.blackcoin.nl:30002": {
+ "contact": [
+ {
+ "discord": "michelvankessel#7656"
+ }
+ ]
+ },
+ "electrum3.blackcoin.nl:30004": {
+ "contact": [
+ {
+ "discord": "michelvankessel#7656"
+ }
+ ]
+ }
+ },
"electrum1.blackcoin.nl:10001": {
"1755770395": "online"
},
@@ -997,13 +1608,25 @@
"1755770395": "online"
},
"electrum3.blackcoin.nl:30001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780368879": "offline",
+ "1780457333": "online",
+ "1783866516": "offline",
+ "1784339488": "online"
},
"electrum3.blackcoin.nl:30002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780368879": "offline",
+ "1780457333": "online",
+ "1783866516": "offline",
+ "1784339488": "online"
},
"electrum3.blackcoin.nl:30004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780368879": "offline",
+ "1780457333": "online",
+ "1783866516": "offline",
+ "1784339488": "online"
}
}
},
@@ -1044,12 +1667,21 @@
"BNB": {
"all": {},
"by_server": {
+ "https://bsc-dataseed1.ninicoin.io": {
+ "1771131362": "online"
+ },
+ "https://bsc-dataseed2.defibit.io": {
+ "1770607407": "online"
+ },
"https://bsc-dataseed3.bnbchain.org": {
"1764928287": "online"
},
"https://bsc-rpc.publicnode.com": {
"1755770395": "online"
},
+ "https://bsc.api.pocket.network": {
+ "1770607407": "online"
+ },
"https://bsc1.cipig.net:18655": {
"1755770395": "online"
},
@@ -1057,7 +1689,8 @@
"1755770395": "online"
},
"https://bsc3.cipig.net:18655": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780108334": "offline"
},
"wss://bsc-rpc.publicnode.com": {
"1755770395": "online"
@@ -1069,7 +1702,8 @@
"1755770395": "online"
},
"wss://bsc3.cipig.net:38655": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780108334": "offline"
}
}
},
@@ -1083,11 +1717,13 @@
},
"BOLI": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1775592931": "offline"
},
"by_server": {
"electrum2.bolivarcoin.tech:23001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1775592931": "offline"
}
}
},
@@ -1140,34 +1776,76 @@
},
"by_server": {
"bsty-main.coinmunity.gold:50011": {
- "1761086724": "online"
+ "1761086724": "online",
+ "1768180562": "offline",
+ "1768266592": "online",
+ "1780269451": "offline",
+ "1780368879": "online",
+ "1783174701": "offline",
+ "1783476129": "online"
},
"bsty-main.coinmunity.gold:50012": {
- "1761086724": "online"
+ "1761086724": "online",
+ "1768180562": "offline",
+ "1768266592": "online",
+ "1780269451": "offline",
+ "1780368879": "online",
+ "1783174701": "offline",
+ "1783476129": "online"
},
"bsty-main.coinmunity.gold:50013": {
- "1761086724": "online"
+ "1761086724": "online",
+ "1768180562": "offline",
+ "1768266592": "online",
+ "1780269451": "offline",
+ "1780368879": "online",
+ "1783174701": "offline",
+ "1783476129": "online"
},
"electrumserver01.globalboost.info:50011": {
"1755770395": "offline",
- "1756345150": "online"
+ "1756345150": "online",
+ "1769476724": "offline",
+ "1770168231": "online",
+ "1780457333": "offline",
+ "1780713238": "online",
+ "1784339488": "offline"
},
"electrumserver01.globalboost.info:50013": {
"1755770395": "offline",
- "1756345150": "online"
+ "1756345150": "online",
+ "1769476724": "offline",
+ "1770168231": "online",
+ "1780457333": "offline",
+ "1780713238": "online",
+ "1784339488": "offline"
},
"electrumserver01.globalboost.info:50014": {
"1755770395": "offline",
- "1756345150": "online"
+ "1756345150": "online",
+ "1769476724": "offline",
+ "1770168231": "online",
+ "1780457333": "offline",
+ "1780713238": "online",
+ "1784339488": "offline"
},
"electrumserver02.globalboost.info:50011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770759117": "online",
+ "1782787373": "offline"
},
"electrumserver02.globalboost.info:50013": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770759117": "online",
+ "1782787373": "offline"
},
"electrumserver02.globalboost.info:50014": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770759117": "online",
+ "1782787373": "offline"
}
}
},
@@ -1176,14 +1854,82 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "btc.electrum1.cipig.net:10000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum1.cipig.net:20000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum1.cipig.net:30000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum3.cipig.net:10000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum3.cipig.net:20000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum3.cipig.net:30000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"btc.electrum1.cipig.net:10000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785714457": "online"
},
"btc.electrum1.cipig.net:20000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785714457": "online"
},
"btc.electrum1.cipig.net:30000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785714457": "online"
},
"btc.electrum2.cipig.net:10000": {
"1755770395": "online"
@@ -1195,13 +1941,16 @@
"1755770395": "online"
},
"btc.electrum3.cipig.net:10000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"btc.electrum3.cipig.net:20000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"btc.electrum3.cipig.net:30000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1210,14 +1959,82 @@
"1755770395": "online"
},
"by_server": {
- "btc.electrum1.cipig.net:10000": {
- "1755770395": "online"
- },
- "btc.electrum1.cipig.net:20000": {
- "1755770395": "online"
- },
- "btc.electrum1.cipig.net:30000": {
- "1755770395": "online"
+ "_metadata": {
+ "btc.electrum1.cipig.net:10000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum1.cipig.net:20000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum1.cipig.net:30000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum3.cipig.net:10000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum3.cipig.net:20000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btc.electrum3.cipig.net:30000": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
+ "btc.electrum1.cipig.net:10000": {
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785714457": "online"
+ },
+ "btc.electrum1.cipig.net:20000": {
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785714457": "online"
+ },
+ "btc.electrum1.cipig.net:30000": {
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785714457": "online"
},
"btc.electrum2.cipig.net:10000": {
"1755770395": "online"
@@ -1229,13 +2046,16 @@
"1755770395": "online"
},
"btc.electrum3.cipig.net:10000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"btc.electrum3.cipig.net:20000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"btc.electrum3.cipig.net:30000": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1252,10 +2072,17 @@
}
]
},
+ "electrum1.btcz.rocks:50002": {
+ "contact": [
+ {
+ "discord": "517255090633965586"
+ }
+ ]
+ },
"electrum1.btcz.rocks:50004": {
"contact": [
{
- "discord": "VandarGR#6065"
+ "discord": "517255090633965586"
}
]
},
@@ -1273,6 +2100,27 @@
}
]
},
+ "electrum3.btcz.rocks:50001": {
+ "contact": [
+ {
+ "discord": "426842722436120577"
+ }
+ ]
+ },
+ "electrum3.btcz.rocks:50002": {
+ "contact": [
+ {
+ "discord": "426842722436120577"
+ }
+ ]
+ },
+ "electrum3.btcz.rocks:50004": {
+ "contact": [
+ {
+ "discord": "426842722436120577"
+ }
+ ]
+ },
"electrum5.btcz.rocks:50002": {
"contact": [
{
@@ -1292,13 +2140,21 @@
"1755770395": "offline",
"1757895281": "online",
"1760706938": "offline",
- "1762013934": "online"
+ "1762013934": "online",
+ "1764983334": "offline"
+ },
+ "electrum1.btcz.rocks:50002": {
+ "1778466793": "online",
+ "1786545229": "offline"
},
"electrum1.btcz.rocks:50004": {
"1755770395": "offline",
"1757895281": "online",
"1760706938": "offline",
- "1762013934": "online"
+ "1762013934": "online",
+ "1764983334": "offline",
+ "1778466793": "online",
+ "1786545229": "offline"
},
"electrum2.btcz.rocks:50001": {
"1755770395": "online",
@@ -1307,6 +2163,9 @@
"1763079262": "offline",
"1763717835": "online"
},
+ "electrum2.btcz.rocks:50002": {
+ "1778466793": "online"
+ },
"electrum2.btcz.rocks:50004": {
"1755770395": "online",
"1760163826": "offline",
@@ -1315,10 +2174,16 @@
"1763717835": "online"
},
"electrum3.btcz.rocks:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1768612207": "offline"
+ },
+ "electrum3.btcz.rocks:50002": {
+ "1775063847": "online",
+ "1778975577": "offline"
},
"electrum3.btcz.rocks:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1778975577": "offline"
},
"electrum5.btcz.rocks:50002": {
"1755770395": "offline",
@@ -1380,16 +2245,109 @@
}
}
},
+ "BTGS": {
+ "all": {
+ "1776100016": "online"
+ },
+ "by_server": {
+ "electrum.bitcoingold.site:50001": {
+ "1776100016": "online"
+ },
+ "electrum.bitcoingold.site:50002": {
+ "1776100016": "online"
+ },
+ "electrum.bitcoingold.site:50005": {
+ "1776100016": "online"
+ },
+ "electrum.btgscoin.site:50001": {
+ "1776100016": "online"
+ },
+ "electrum.btgscoin.site:50002": {
+ "1776100016": "online"
+ },
+ "electrum.btgscoin.site:50005": {
+ "1776100016": "online"
+ }
+ }
+ },
"BTX": {
"all": {
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "btx-electrumx.coinsmunity.com:50002": {
+ "contact": [
+ {
+ "discord": "[MadCatMining]#0677"
+ }
+ ]
+ },
+ "btx-electrumx.coinsmunity.com:50003": {
+ "contact": [
+ {
+ "discord": "[MadCatMining]#0677"
+ }
+ ]
+ },
+ "btx.electrum3.cipig.net:20069": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btx.electrum3.cipig.net:30069": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"btx-electrumx.coinsmunity.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1775440462": "online",
+ "1776831960": "offline",
+ "1777342440": "online",
+ "1778466793": "offline",
+ "1779142340": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780627606": "offline",
+ "1780899085": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782268723": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"btx-electrumx.coinsmunity.com:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1775440462": "online",
+ "1776831960": "offline",
+ "1777342440": "online",
+ "1778466793": "offline",
+ "1779142340": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780627606": "offline",
+ "1780899085": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782268723": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"btx.electrum1.cipig.net:20069": {
"1764854330": "online"
@@ -1404,10 +2362,12 @@
"1764854330": "online"
},
"btx.electrum3.cipig.net:20069": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"btx.electrum3.cipig.net:30069": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1416,11 +2376,79 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "btx-electrumx.coinsmunity.com:50002": {
+ "contact": [
+ {
+ "discord": "[MadCatMining]#0677"
+ }
+ ]
+ },
+ "btx-electrumx.coinsmunity.com:50003": {
+ "contact": [
+ {
+ "discord": "[MadCatMining]#0677"
+ }
+ ]
+ },
+ "btx.electrum3.cipig.net:20069": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "btx.electrum3.cipig.net:30069": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"btx-electrumx.coinsmunity.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1775440462": "online",
+ "1776831960": "offline",
+ "1777342440": "online",
+ "1778466793": "offline",
+ "1779142340": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780627606": "offline",
+ "1780899085": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782268723": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"btx-electrumx.coinsmunity.com:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1775440462": "online",
+ "1776831960": "offline",
+ "1777342440": "online",
+ "1778466793": "offline",
+ "1779142340": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780627606": "offline",
+ "1780899085": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782268723": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"btx.electrum1.cipig.net:20069": {
"1764854330": "online"
@@ -1435,10 +2463,12 @@
"1764854330": "online"
},
"btx.electrum3.cipig.net:20069": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"btx.electrum3.cipig.net:30069": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1476,83 +2506,258 @@
}
}
},
- "CCL": {
+ "CAT": {
"all": {
- "1755770395": "online"
+ "1783050801": "online"
},
"by_server": {
- "ccl.electrum1.cipig.net:10029": {
- "1755770395": "online"
- },
- "ccl.electrum1.cipig.net:20029": {
- "1755770395": "online"
- },
- "ccl.electrum1.cipig.net:30029": {
- "1755770395": "online"
+ "_metadata": {
+ "cat-electrum1.tbtechvn.com:50001": {
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ },
+ "cat-electrum1.tbtechvn.com:51001": {
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ },
+ "cat-electrum1.tbtechvn.com:52001": {
+ "contact": [
+ {
+ "discord": "349778454872588299"
+ }
+ ]
+ }
},
- "ccl.electrum2.cipig.net:10029": {
- "1755770395": "online"
+ "cat-electrum1.tbtechvn.com:50001": {
+ "1783050801": "online",
+ "1785981319": "offline"
},
- "ccl.electrum2.cipig.net:20029": {
- "1755770395": "online"
+ "cat-electrum1.tbtechvn.com:51001": {
+ "1783050801": "online",
+ "1785981319": "offline"
},
- "ccl.electrum2.cipig.net:30029": {
- "1755770395": "online"
+ "cat-electrum1.tbtechvn.com:52001": {
+ "1783050801": "online",
+ "1785981319": "offline"
},
- "ccl.electrum3.cipig.net:10029": {
- "1755770395": "online"
+ "cat-electrum2.tbtechvn.com:50001": {
+ "1783050801": "online"
},
- "ccl.electrum3.cipig.net:20029": {
- "1755770395": "online"
+ "cat-electrum2.tbtechvn.com:51001": {
+ "1783050801": "online"
},
- "ccl.electrum3.cipig.net:30029": {
- "1755770395": "online"
+ "cat-electrum2.tbtechvn.com:52001": {
+ "1783050801": "online"
}
}
},
- "CDN": {
+ "CCL": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785981319": "offline"
},
"by_server": {
- "chicago.ecoincore.com:34333": {
- "1755770395": "online"
- },
- "holland.ecoincore.com:34333": {
- "1755770395": "offline"
- },
- "holland.ecoincore.com:34335": {
- "1755770395": "offline"
- },
- "lenoir.ecoincore.com:34333": {
- "1755770395": "offline"
- },
- "lenoir.ecoincore.com:34335": {
- "1755770395": "offline"
- },
- "miami.ecoincore.com:34333": {
- "1755770395": "online"
+ "_metadata": {
+ "ccl.electrum1.cipig.net:10029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum1.cipig.net:20029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum1.cipig.net:30029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum2.cipig.net:10029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum2.cipig.net:20029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum2.cipig.net:30029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum3.cipig.net:10029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum3.cipig.net:20029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ccl.electrum3.cipig.net:30029": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
},
- "miami.ecoincore.com:34335": {
+ "ccl.electrum1.cipig.net:10029": {
+ "1755770395": "online",
+ "1785981319": "offline"
+ },
+ "ccl.electrum1.cipig.net:20029": {
+ "1755770395": "online",
+ "1785981319": "offline"
+ },
+ "ccl.electrum1.cipig.net:30029": {
+ "1755770395": "online",
+ "1785981319": "offline"
+ },
+ "ccl.electrum2.cipig.net:10029": {
+ "1755770395": "online",
+ "1785981319": "offline"
+ },
+ "ccl.electrum2.cipig.net:20029": {
+ "1755770395": "online",
+ "1785981319": "offline"
+ },
+ "ccl.electrum2.cipig.net:30029": {
+ "1755770395": "online",
+ "1785981319": "offline"
+ },
+ "ccl.electrum3.cipig.net:10029": {
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768007433": "online",
+ "1780269451": "offline"
+ },
+ "ccl.electrum3.cipig.net:20029": {
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768007433": "online",
+ "1780269451": "offline"
+ },
+ "ccl.electrum3.cipig.net:30029": {
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768007433": "online",
+ "1780269451": "offline"
+ }
+ }
+ },
+ "CDN": {
+ "all": {
+ "1755770395": "online"
+ },
+ "by_server": {
+ "chicago.ecoincore.com:34333": {
"1755770395": "online"
},
- "mumbai.ecoincore.com:34333": {
+ "holland.ecoincore.com:34333": {
"1755770395": "offline"
},
- "mumbai.ecoincore.com:34335": {
+ "holland.ecoincore.com:34335": {
"1755770395": "offline"
},
+ "lenoir.ecoincore.com:34333": {
+ "1755770395": "offline",
+ "1785539720": "online"
+ },
+ "lenoir.ecoincore.com:34335": {
+ "1755770395": "offline",
+ "1785539720": "online"
+ },
+ "miami.ecoincore.com:34333": {
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777255662": "online",
+ "1785539720": "offline"
+ },
+ "miami.ecoincore.com:34335": {
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777255662": "online",
+ "1785539720": "offline"
+ },
+ "mumbai.ecoincore.com:34333": {
+ "1755770395": "offline",
+ "1785539720": "online"
+ },
+ "mumbai.ecoincore.com:34335": {
+ "1755770395": "offline",
+ "1785539720": "online"
+ },
"oakland.ecoincore.com:34333": {
"1755770395": "online"
},
"seattle.ecoincore.com:34333": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1779937604": "offline",
+ "1782787373": "online"
},
"woolloomooloo.ecoincore.com:34333": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1777255662": "online"
},
"woolloomooloo.ecoincore.com:34335": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1777255662": "online"
}
}
},
@@ -1571,34 +2776,50 @@
"1755770395": "offline"
},
"lenoir.ecoincore.com:34333": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1785539720": "online"
},
"lenoir.ecoincore.com:34335": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1785539720": "online"
},
"miami.ecoincore.com:34333": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777255662": "online",
+ "1785539720": "offline"
},
"miami.ecoincore.com:34335": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777255662": "online",
+ "1785539720": "offline"
},
"mumbai.ecoincore.com:34333": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1785539720": "online"
},
"mumbai.ecoincore.com:34335": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1785539720": "online"
},
"oakland.ecoincore.com:34333": {
"1755770395": "online"
},
"seattle.ecoincore.com:34333": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1779937604": "offline",
+ "1782787373": "online"
},
"woolloomooloo.ecoincore.com:34333": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1777255662": "online"
},
"woolloomooloo.ecoincore.com:34335": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1777255662": "online"
}
}
},
@@ -1607,6 +2828,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "chips.electrum3.cipig.net:10012": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "chips.electrum3.cipig.net:20012": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "chips.electrum3.cipig.net:30012": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"chips.electrum1.cipig.net:10012": {
"1755770395": "online"
},
@@ -1626,13 +2879,16 @@
"1755770395": "online"
},
"chips.electrum3.cipig.net:10012": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"chips.electrum3.cipig.net:20012": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"chips.electrum3.cipig.net:30012": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1672,45 +2928,148 @@
},
"CLAM": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1783193536": "offline"
},
"by_server": {
+ "_metadata": {
+ "clam-ex-one.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "clam-ex-one.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "clam-ex-one.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "clam.electrum3.cipig.net:20075": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "clam.electrum3.cipig.net:30075": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"clam-ex-one.ewmci.online:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1775750563": "offline",
+ "1775959086": "online",
+ "1783193536": "offline"
},
"clam-ex-one.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1775750563": "offline",
+ "1775959086": "online",
+ "1783193536": "offline"
},
"clam-ex-one.ewmci.online:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1775750563": "offline",
+ "1775959086": "online",
+ "1783193536": "offline"
},
"clam.electrum3.cipig.net:20075": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"clam.electrum3.cipig.net:30075": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
"CLC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1777860675": "offline",
+ "1780627606": "online"
},
"by_server": {
- "v2.cryptocollider.com:10001": {
- "1755770395": "online"
- },
- "v2.cryptocollider.com:5001": {
- "1755770395": "online"
+ "_metadata": {
+ "v2.cryptocollider.com:10001": {
+ "contact": [
+ {
+ "email": "electrumx@cryptocollider.com"
+ },
+ {
+ "discord": "collider#6160"
+ }
+ ]
+ },
+ "v2.cryptocollider.com:5001": {
+ "contact": [
+ {
+ "email": "electrumx@cryptocollider.com"
+ },
+ {
+ "discord": "collider#6160"
+ }
+ ]
+ },
+ "v2.cryptocollider.com:8443": {
+ "contact": [
+ {
+ "email": "electrumx@cryptocollider.com"
+ },
+ {
+ "discord": "collider#6160"
+ }
+ ]
+ }
+ },
+ "v2.cryptocollider.com:10001": {
+ "1755770395": "online",
+ "1777860675": "offline",
+ "1780627606": "online"
+ },
+ "v2.cryptocollider.com:5001": {
+ "1755770395": "online",
+ "1777860675": "offline",
+ "1780627606": "online"
},
"v2.cryptocollider.com:8443": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1777860675": "offline",
+ "1780627606": "online"
}
}
},
"CRNC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785550129": "online"
},
"by_server": {
"_metadata": {
@@ -1743,31 +3102,85 @@
"discord": "Diabaths#1919"
}
]
+ },
+ "explorer.crionic.org:50001": {
+ "contact": [
+ {
+ "email": "diabatiis@gmail.com"
+ },
+ {
+ "discord": "Diabaths#1919"
+ }
+ ]
+ },
+ "explorer.crionic.org:50002": {
+ "contact": [
+ {
+ "email": "diabatiis@gmail.com"
+ },
+ {
+ "discord": "Diabaths#1919"
+ }
+ ]
+ },
+ "explorer.crionic.org:50005": {
+ "contact": [
+ {
+ "email": "diabatiis@gmail.com"
+ },
+ {
+ "discord": "Diabaths#1919"
+ }
+ ]
}
},
"coin.crionic.org:50001": {
"1755770395": "offline",
"1759450423": "online",
- "1762013934": "offline"
+ "1762013934": "offline",
+ "1766366022": "online",
+ "1768612207": "offline",
+ "1775959086": "online",
+ "1778294861": "offline",
+ "1780195702": "online",
+ "1781923413": "offline"
},
"coin.crionic.org:50002": {
"1755770395": "offline",
"1759450423": "online",
- "1762013934": "offline"
+ "1762013934": "offline",
+ "1766366022": "online",
+ "1768612207": "offline",
+ "1775959086": "online",
+ "1778294861": "offline",
+ "1780195702": "online",
+ "1781923413": "offline"
},
"coin.crionic.org:50005": {
"1755770395": "offline",
"1759450423": "online",
- "1762013934": "offline"
+ "1762013934": "offline",
+ "1766366022": "online",
+ "1768612207": "offline",
+ "1775959086": "online",
+ "1778294861": "offline",
+ "1780195702": "online",
+ "1781923413": "offline"
},
"explorer.crionic.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785550129": "online"
},
"explorer.crionic.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1784339488": "offline",
+ "1785550129": "online"
},
"explorer.crionic.org:50005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785550129": "online"
}
}
},
@@ -1814,6 +3227,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "dash.electrum3.cipig.net:10061": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "dash.electrum3.cipig.net:20061": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "dash.electrum3.cipig.net:30061": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"dash.electrum1.cipig.net:10061": {
"1755770395": "online"
},
@@ -1833,38 +3278,100 @@
"1755770395": "online"
},
"dash.electrum3.cipig.net:10061": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"dash.electrum3.cipig.net:20061": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"dash.electrum3.cipig.net:30061": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
"DEV": {
"all": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1767483691": "offline",
+ "1771248350": "online",
+ "1785981319": "offline"
},
"by_server": {
+ "_metadata": {
+ "api.dogecoinev.com:50001": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "api.dogecoinev.com:50002": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "api.dogecoinev.com:50003": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "api2.dogecoinev.com:50001": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "api2.dogecoinev.com:50002": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "api2.dogecoinev.com:50003": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ }
+ },
"api.dogecoinev.com:50001": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1766366022": "offline",
+ "1771248350": "online",
+ "1785981319": "offline"
},
"api.dogecoinev.com:50002": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1766366022": "offline",
+ "1771248350": "online",
+ "1785981319": "offline"
},
"api.dogecoinev.com:50003": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1766366022": "offline",
+ "1771248350": "online",
+ "1785981319": "offline"
},
"api2.dogecoinev.com:50001": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1767483691": "offline"
},
"api2.dogecoinev.com:50002": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1767483691": "offline"
},
"api2.dogecoinev.com:50003": {
- "1758502268": "online"
+ "1758502268": "online",
+ "1767483691": "offline"
}
}
},
@@ -1873,6 +3380,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "dgb.electrum3.cipig.net:10059": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "dgb.electrum3.cipig.net:20059": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "dgb.electrum3.cipig.net:30059": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"dgb.electrum1.cipig.net:10059": {
"1755770395": "online"
},
@@ -1892,13 +3431,16 @@
"1755770395": "online"
},
"dgb.electrum3.cipig.net:10059": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"dgb.electrum3.cipig.net:20059": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"dgb.electrum3.cipig.net:30059": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1907,6 +3449,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "dgb.electrum3.cipig.net:10059": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "dgb.electrum3.cipig.net:20059": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "dgb.electrum3.cipig.net:30059": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"dgb.electrum1.cipig.net:10059": {
"1755770395": "online"
},
@@ -1926,13 +3500,16 @@
"1755770395": "online"
},
"dgb.electrum3.cipig.net:10059": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"dgb.electrum3.cipig.net:20059": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"dgb.electrum3.cipig.net:30059": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -1942,6 +3519,41 @@
},
"by_server": {
"_metadata": {
+ "dgc-ex-four.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "dgc-ex-four.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "dgc-ex-four.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "dgc-ex-three.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "dgc-ex-three.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
"dgc-ex-three.ewmci.online:50003": {
"contact": [
{
@@ -1950,42 +3562,148 @@
]
}
},
- "dgc-ex-three.ewmci.online:50001": {
- "1755770395": "online"
+ "dgc-ex-four.ewmci.online:50001": {
+ "1773964971": "online",
+ "1776831960": "offline",
+ "1779244822": "online",
+ "1782787373": "offline"
},
- "dgc-ex-three.ewmci.online:50002": {
- "1755770395": "online"
+ "dgc-ex-four.ewmci.online:50002": {
+ "1773964971": "online",
+ "1776831960": "offline",
+ "1779244822": "online",
+ "1782787373": "offline"
},
- "dgc-ex-three.ewmci.online:50003": {
- "1755770395": "offline"
+ "dgc-ex-four.ewmci.online:50003": {
+ "1773964971": "online",
+ "1776831960": "offline",
+ "1779244822": "online",
+ "1782787373": "offline"
+ },
+ "dgc-ex-three.ewmci.online:50001": {
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1777860675": "online",
+ "1782787373": "offline"
+ },
+ "dgc-ex-three.ewmci.online:50002": {
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1777860675": "online",
+ "1782787373": "offline"
+ },
+ "dgc-ex-three.ewmci.online:50003": {
+ "1755770395": "offline"
},
"electrumx.dgc.ewmcx.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766452233": "online",
+ "1769476724": "offline",
+ "1771550721": "online",
+ "1772587456": "offline",
+ "1774368443": "online",
+ "1774987573": "offline",
+ "1776100016": "online",
+ "1776831960": "offline",
+ "1785714457": "online"
},
"electrumx.dgc.ewmcx.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766452233": "online",
+ "1769476724": "offline",
+ "1785714457": "online"
},
"electrumx.dgc.ewmcx.org:50003": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1783866516": "online",
+ "1784339488": "offline",
+ "1785539720": "online"
},
"failover.dgc.ewmcx.biz:50002": {
"1755770395": "online",
"1757307678": "offline",
- "1757463228": "online"
+ "1757463228": "online",
+ "1766366022": "offline",
+ "1766452233": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1772144114": "offline",
+ "1772587456": "online",
+ "1778552827": "offline",
+ "1779142340": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780713238": "offline",
+ "1780972393": "online"
},
"failover.dgc.ewmcx.biz:50003": {
"1755770395": "online",
"1757307678": "offline",
- "1757463228": "online"
+ "1757463228": "online",
+ "1766366022": "offline",
+ "1766452233": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1772144114": "offline",
+ "1772587456": "online",
+ "1778552827": "offline",
+ "1779142340": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780713238": "offline",
+ "1780972393": "online"
}
}
},
"DIAC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"by_server": {
"_metadata": {
+ "diac.electrum1.cipig.net:20072": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "diac.electrum1.cipig.net:30072": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "diac.electrum2.cipig.net:20072": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "diac.electrum2.cipig.net:30072": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
"electrumx1.diabasecoin.com:10002": {
"contact": [
{
@@ -2002,16 +3720,20 @@
}
},
"diac.electrum1.cipig.net:20072": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"diac.electrum1.cipig.net:30072": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"diac.electrum2.cipig.net:20072": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"diac.electrum2.cipig.net:30072": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"electrumx1.diabasecoin.com:10002": {
"1755770395": "offline"
@@ -2066,7 +3788,8 @@
"1760163826": "offline",
"1762013934": "online",
"1762820073": "offline",
- "1764587127": "online"
+ "1764587127": "online",
+ "1766366022": "offline"
},
"electrumx1.dimecoinnetwork.com:50002": {
"1755770395": "offline",
@@ -2076,7 +3799,8 @@
"1760163826": "offline",
"1762013934": "online",
"1762820073": "offline",
- "1764587127": "online"
+ "1764587127": "online",
+ "1766366022": "offline"
},
"electrumx1.dimecoinnetwork.com:50004": {
"1755770395": "offline",
@@ -2086,7 +3810,8 @@
"1760163826": "offline",
"1762013934": "online",
"1762820073": "offline",
- "1764587127": "online"
+ "1764587127": "online",
+ "1766366022": "offline"
},
"electrumx2.dimecoinnetwork.com:50001": {
"1755770395": "online"
@@ -2162,21 +3887,31 @@
},
"electrumx1.diminutivecoin.com:50012": {
"1755770395": "offline",
- "1760919297": "online"
+ "1760919297": "online",
+ "1780887368": "offline",
+ "1781059600": "online"
},
"electrumx1.diminutivecoin.com:50013": {
"1755770395": "offline",
- "1760919297": "online"
+ "1760919297": "online",
+ "1780887368": "offline",
+ "1781059600": "online"
},
"electrumx2.diminutivecoin.com:50012": {
"1755770395": "online",
"1757307678": "offline",
- "1758586414": "online"
+ "1758586414": "online",
+ "1774987573": "offline",
+ "1775440462": "online"
},
"electrumx2.diminutivecoin.com:50013": {
"1755770395": "online",
"1757307678": "offline",
- "1758586414": "online"
+ "1758586414": "online",
+ "1774987573": "offline",
+ "1775440462": "online",
+ "1777687578": "offline",
+ "1779503335": "online"
}
}
},
@@ -2186,6 +3921,27 @@
},
"by_server": {
"_metadata": {
+ "elecx.kmsoftware.org:3339": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx.kmsoftware.org:3341": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx.kmsoftware.org:3342": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
"elecx1.dingocoin.com:3339": {
"contact": [
{
@@ -2206,6 +3962,111 @@
"discord": "115619332448321541"
}
]
+ },
+ "elecx2.dingocoin.com:3339": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx2.dingocoin.com:3341": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx2.dingocoin.com:3342": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx2.kmsoftware.org:3339": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx2.kmsoftware.org:3341": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "elecx2.kmsoftware.org:3342": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed2.dingocoin.com:3339": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed2.dingocoin.com:3341": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed2.dingocoin.com:3342": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed4.dingocoin.com:3339": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed4.dingocoin.com:3341": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed4.dingocoin.com:3342": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed5.dingocoin.com:3339": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed5.dingocoin.com:3341": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
+ },
+ "seed5.dingocoin.com:3342": {
+ "contact": [
+ {
+ "discord": "115619332448321541"
+ }
+ ]
}
},
"delecx.twinkykms.com:3339": {
@@ -2217,29 +4078,141 @@
"delecx.twinkykms.com:3342": {
"1755770395": "online"
},
+ "elecx.kmsoftware.org:3339": {
+ "1776008736": "online",
+ "1781595462": "offline"
+ },
+ "elecx.kmsoftware.org:3341": {
+ "1776008736": "online",
+ "1781595462": "offline"
+ },
+ "elecx.kmsoftware.org:3342": {
+ "1776008736": "online",
+ "1781595462": "offline"
+ },
"elecx1.dingocoin.com:3339": {
"1755770395": "online",
"1762820073": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1767567872": "online",
+ "1770168231": "offline",
+ "1775959086": "online",
+ "1783476129": "offline",
+ "1783866516": "online"
},
"elecx1.dingocoin.com:3341": {
"1755770395": "online",
"1762820073": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1767567872": "online",
+ "1770168231": "offline",
+ "1775959086": "online",
+ "1783476129": "offline",
+ "1783866516": "online"
},
"elecx1.dingocoin.com:3342": {
"1755770395": "online",
"1762820073": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1767567872": "online",
+ "1770168231": "offline",
+ "1775959086": "online",
+ "1783476129": "offline",
+ "1783866516": "online"
},
"elecx2.dingocoin.com:3339": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline"
},
"elecx2.dingocoin.com:3341": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline"
},
"elecx2.dingocoin.com:3342": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline"
+ },
+ "elecx2.kmsoftware.org:3339": {
+ "1776008736": "online",
+ "1781923413": "offline",
+ "1784339488": "online"
+ },
+ "elecx2.kmsoftware.org:3341": {
+ "1776008736": "online",
+ "1781923413": "offline",
+ "1784339488": "online"
+ },
+ "elecx2.kmsoftware.org:3342": {
+ "1776008736": "online",
+ "1781923413": "offline",
+ "1784339488": "online"
+ },
+ "seed1.dingocoin.com:3339": {
+ "1776008736": "online"
+ },
+ "seed1.dingocoin.com:3341": {
+ "1776008736": "online"
+ },
+ "seed1.dingocoin.com:3342": {
+ "1776008736": "online"
+ },
+ "seed2.dingocoin.com:3339": {
+ "1776008736": "online",
+ "1776831960": "offline",
+ "1778552827": "online",
+ "1779657901": "offline",
+ "1779942167": "online",
+ "1780269451": "offline"
+ },
+ "seed2.dingocoin.com:3341": {
+ "1776008736": "online",
+ "1776831960": "offline",
+ "1778552827": "online",
+ "1779657901": "offline"
+ },
+ "seed2.dingocoin.com:3342": {
+ "1776008736": "online",
+ "1776831960": "offline",
+ "1778552827": "online",
+ "1779657901": "offline",
+ "1779942167": "online",
+ "1780269451": "offline"
+ },
+ "seed3.dingocoin.com:3339": {
+ "1776008736": "online"
+ },
+ "seed3.dingocoin.com:3341": {
+ "1776008736": "online"
+ },
+ "seed3.dingocoin.com:3342": {
+ "1776008736": "online"
+ },
+ "seed4.dingocoin.com:3339": {
+ "1776008736": "online",
+ "1776831960": "offline"
+ },
+ "seed4.dingocoin.com:3341": {
+ "1776008736": "online",
+ "1778701316": "offline"
+ },
+ "seed4.dingocoin.com:3342": {
+ "1776008736": "online",
+ "1778701316": "offline"
+ },
+ "seed5.dingocoin.com:3339": {
+ "1776008736": "online",
+ "1781595462": "offline"
+ },
+ "seed5.dingocoin.com:3341": {
+ "1776008736": "online",
+ "1781595462": "offline"
+ },
+ "seed5.dingocoin.com:3342": {
+ "1776008736": "online",
+ "1781595462": "offline"
}
}
},
@@ -2248,6 +4221,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "doc.electrum3.cipig.net:10020": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "doc.electrum3.cipig.net:20020": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "doc.electrum3.cipig.net:30020": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"doc.electrum1.cipig.net:10020": {
"1755770395": "online"
},
@@ -2267,13 +4272,16 @@
"1755770395": "online"
},
"doc.electrum3.cipig.net:10020": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"doc.electrum3.cipig.net:20020": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"doc.electrum3.cipig.net:30020": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -2282,32 +4290,67 @@
"1755770395": "online"
},
"by_server": {
- "doge.electrum1.cipig.net:10060": {
- "1755770395": "online"
- },
- "doge.electrum1.cipig.net:20060": {
- "1755770395": "online"
- },
- "doge.electrum1.cipig.net:30060": {
- "1755770395": "online"
- },
- "doge.electrum2.cipig.net:10060": {
- "1755770395": "online"
- },
- "doge.electrum2.cipig.net:20060": {
- "1755770395": "online"
- },
- "doge.electrum2.cipig.net:30060": {
+ "_metadata": {
+ "doge.electrum3.cipig.net:10060": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "doge.electrum3.cipig.net:20060": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "doge.electrum3.cipig.net:30060": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
+ "doge.electrum1.cipig.net:10060": {
"1755770395": "online"
},
- "doge.electrum3.cipig.net:10060": {
+ "doge.electrum1.cipig.net:20060": {
"1755770395": "online"
},
- "doge.electrum3.cipig.net:20060": {
+ "doge.electrum1.cipig.net:30060": {
"1755770395": "online"
},
- "doge.electrum3.cipig.net:30060": {
+ "doge.electrum2.cipig.net:10060": {
+ "1755770395": "online"
+ },
+ "doge.electrum2.cipig.net:20060": {
+ "1755770395": "online"
+ },
+ "doge.electrum2.cipig.net:30060": {
"1755770395": "online"
+ },
+ "doge.electrum3.cipig.net:10060": {
+ "1755770395": "online",
+ "1780269451": "offline"
+ },
+ "doge.electrum3.cipig.net:20060": {
+ "1755770395": "online",
+ "1780269451": "offline"
+ },
+ "doge.electrum3.cipig.net:30060": {
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -2330,6 +4373,22 @@
},
"by_server": {
"_metadata": {
+ "big-parrot-60.doi.works:50002": {
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
+ "big-parrot-60.doi.works:50004": {
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
"pink-deer-69.doi.works:50001": {
"contact": [
{
@@ -2353,13 +4412,33 @@
"twitter": "doichain"
}
]
+ },
+ "ugly-bird-70.doi.works:50002": {
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
+ },
+ "ugly-bird-70.doi.works:50004": {
+ "contact": [
+ {
+ "github": "https://github.com/doichain/electrum-doi/issues",
+ "twitter": "doichain"
+ }
+ ]
}
},
"big-parrot-60.doi.works:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1779142340": "online"
},
"big-parrot-60.doi.works:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1779142340": "online"
},
"itchy-jellyfish-89.doi.works:50002": {
"1755770395": "online"
@@ -2369,56 +4448,306 @@
},
"pink-deer-69.doi.works:50001": {
"1755770395": "online",
- "1757307678": "offline"
+ "1757307678": "offline",
+ "1779142340": "online"
},
"pink-deer-69.doi.works:50002": {
"1755770395": "online",
- "1757307678": "offline"
+ "1757307678": "offline",
+ "1779142340": "online"
},
"pink-deer-69.doi.works:50004": {
"1755770395": "online",
- "1757307678": "offline"
+ "1757307678": "offline",
+ "1779142340": "online"
},
"ugly-bird-70.doi.works:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770600592": "online",
+ "1772144114": "offline",
+ "1772355424": "online",
+ "1778975577": "offline",
+ "1779142340": "online"
},
"ugly-bird-70.doi.works:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770600592": "online",
+ "1772144114": "offline",
+ "1772355424": "online",
+ "1778975577": "offline",
+ "1779142340": "online"
}
}
},
"DP": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online",
+ "1768612207": "offline"
},
"by_server": {
"1.eu.dp.electrum.dexstats.info:10021": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online",
+ "1768612207": "offline"
+ },
+ "_metadata": {
+ "1.eu.dp.electrum.dexstats.info:10021": {
+ "contact": [
+ {
+ "discord": "Zanzarismo#6500"
+ }
+ ]
+ }
}
}
},
"DPC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
},
"by_server": {
+ "_metadata": {
+ "electrumxdpc.bitwebcore.net:22002": {
+ "contact": [
+ {
+ "email": "mraksoll@gmail.com"
+ },
+ {
+ "discord": "mraksoll"
+ },
+ {
+ "github": "https://github.com/dpowcore-project/electrumx/issues"
+ }
+ ]
+ },
+ "electrumxdpc.bitwebcore.net:22003": {
+ "contact": [
+ {
+ "email": "mraksoll@gmail.com"
+ },
+ {
+ "discord": "mraksoll"
+ },
+ {
+ "github": "https://github.com/dpowcore-project/electrumx/issues"
+ }
+ ]
+ },
+ "electrumxdpc1.bitwebcore.net:22002": {
+ "contact": [
+ {
+ "email": "mraksoll@gmail.com"
+ },
+ {
+ "discord": "mraksoll"
+ },
+ {
+ "github": "https://github.com/dpowcore-project/electrumx/issues"
+ }
+ ]
+ },
+ "electrumxdpc1.bitwebcore.net:22003": {
+ "contact": [
+ {
+ "email": "mraksoll@gmail.com"
+ },
+ {
+ "discord": "mraksoll"
+ },
+ {
+ "github": "https://github.com/dpowcore-project/electrumx/issues"
+ }
+ ]
+ },
+ "electrumxdpc2.bitwebcore.net:22002": {
+ "contact": [
+ {
+ "email": "mraksoll@gmail.com"
+ },
+ {
+ "discord": "mraksoll"
+ },
+ {
+ "github": "https://github.com/dpowcore-project/electrumx/issues"
+ }
+ ]
+ },
+ "electrumxdpc2.bitwebcore.net:22003": {
+ "contact": [
+ {
+ "email": "mraksoll@gmail.com"
+ },
+ {
+ "discord": "mraksoll"
+ },
+ {
+ "github": "https://github.com/dpowcore-project/electrumx/issues"
+ }
+ ]
+ }
+ },
"electrumxdpc.bitwebcore.net:22002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
},
"electrumxdpc.bitwebcore.net:22003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
},
"electrumxdpc1.bitwebcore.net:22002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
},
"electrumxdpc1.bitwebcore.net:22003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
},
"electrumxdpc2.bitwebcore.net:22002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
},
"electrumxdpc2.bitwebcore.net:22003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781595462": "offline",
+ "1781923413": "online"
+ }
+ }
+ },
+ "DSV": {
+ "all": {
+ "1773964971": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrumx.doriancoin.com:50001": {
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ "electrumx.doriancoin.com:50002": {
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ "electrumx.doriancoin.com:50004": {
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ }
+ },
+ "electrumx.doriancoin.com:50001": {
+ "1773964971": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
+ },
+ "electrumx.doriancoin.com:50002": {
+ "1773964971": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
+ },
+ "electrumx.doriancoin.com:50004": {
+ "1773964971": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
+ },
+ "node1.doriancoin.com:50001": {
+ "1773964971": "online"
+ },
+ "node1.doriancoin.com:50002": {
+ "1773964971": "online"
+ },
+ "node1.doriancoin.com:50004": {
+ "1773964971": "online"
+ },
+ "node2.doriancoin.com:50001": {
+ "1773964971": "online"
+ },
+ "node2.doriancoin.com:50002": {
+ "1773964971": "online"
+ },
+ "node2.doriancoin.com:50004": {
+ "1773964971": "online"
+ }
+ }
+ },
+ "DSV-segwit": {
+ "all": {
+ "1773964971": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrumx.doriancoin.com:50001": {
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ "electrumx.doriancoin.com:50002": {
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ },
+ "electrumx.doriancoin.com:50004": {
+ "contact": [
+ {
+ "discord": "cloudhax#8411"
+ }
+ ]
+ }
+ },
+ "electrumx.doriancoin.com:50001": {
+ "1773964971": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
+ },
+ "electrumx.doriancoin.com:50002": {
+ "1773964971": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
+ },
+ "electrumx.doriancoin.com:50004": {
+ "1773964971": "online",
+ "1781595462": "offline",
+ "1781665138": "online"
+ },
+ "node1.doriancoin.com:50001": {
+ "1773964971": "online"
+ },
+ "node1.doriancoin.com:50002": {
+ "1773964971": "online"
+ },
+ "node1.doriancoin.com:50004": {
+ "1773964971": "online"
+ },
+ "node2.doriancoin.com:50001": {
+ "1773964971": "online"
+ },
+ "node2.doriancoin.com:50002": {
+ "1773964971": "online"
+ },
+ "node2.doriancoin.com:50004": {
+ "1773964971": "online"
}
}
},
@@ -2428,10 +4757,22 @@
},
"by_server": {
"electrum1.egulden.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1776909733": "online",
+ "1781923413": "offline",
+ "1782268723": "online",
+ "1782787373": "offline",
+ "1783007272": "online"
},
"electrum1.egulden.org:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1776909733": "online",
+ "1781923413": "offline",
+ "1782268723": "online",
+ "1782787373": "offline",
+ "1783007272": "online"
},
"electrum2.egulden.org:50002": {
"1755770395": "offline"
@@ -2442,12 +4783,26 @@
"electrum3.egulden.org:50002": {
"1755770395": "online",
"1760163826": "offline",
- "1760228082": "online"
+ "1760228082": "online",
+ "1767483691": "offline",
+ "1767567872": "online",
+ "1768871563": "offline",
+ "1768958087": "online",
+ "1770168231": "offline",
+ "1770427388": "online",
+ "1785981319": "offline"
},
"electrum3.egulden.org:50004": {
"1755770395": "online",
"1760163826": "offline",
- "1760228082": "online"
+ "1760228082": "online",
+ "1767483691": "offline",
+ "1767567872": "online",
+ "1768871563": "offline",
+ "1768958087": "online",
+ "1770168231": "offline",
+ "1770427388": "online",
+ "1785981319": "offline"
},
"electrum5.egulden.org:11017": {
"1755770395": "offline"
@@ -2471,11 +4826,13 @@
},
"EMC2": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"by_server": {
"_metadata": {
- "emc2.electrum3.cipig.net:10062": {
+ "emc2.electrum1.cipig.net:10062": {
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -2485,7 +4842,7 @@
}
]
},
- "emc2.electrum3.cipig.net:20062": {
+ "emc2.electrum1.cipig.net:20062": {
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -2495,7 +4852,7 @@
}
]
},
- "emc2.electrum3.cipig.net:30062": {
+ "emc2.electrum1.cipig.net:30062": {
"contact": [
{
"email": "cipi@komodoplatform.com"
@@ -2504,25 +4861,109 @@
"discord": "cipi#4502"
}
]
- }
- },
- "emc2.electrum1.cipig.net:10062": {
- "1755770395": "online"
- },
- "emc2.electrum1.cipig.net:20062": {
- "1755770395": "online"
- },
- "emc2.electrum1.cipig.net:30062": {
- "1755770395": "online"
- },
+ },
+ "emc2.electrum2.cipig.net:10062": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "emc2.electrum2.cipig.net:20062": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "emc2.electrum2.cipig.net:30062": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "emc2.electrum3.cipig.net:10062": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "emc2.electrum3.cipig.net:20062": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "emc2.electrum3.cipig.net:30062": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
+ "emc2.electrum1.cipig.net:10062": {
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
+ },
+ "emc2.electrum1.cipig.net:20062": {
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
+ },
+ "emc2.electrum1.cipig.net:30062": {
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
+ },
"emc2.electrum2.cipig.net:10062": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781146549": "offline",
+ "1781232768": "online",
+ "1782787373": "offline",
+ "1783007272": "online",
+ "1785539720": "offline",
+ "1785981319": "online"
},
"emc2.electrum2.cipig.net:20062": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781146549": "offline",
+ "1781232768": "online",
+ "1782787373": "offline",
+ "1783007272": "online",
+ "1785539720": "offline",
+ "1785981319": "online"
},
"emc2.electrum2.cipig.net:30062": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781146549": "offline",
+ "1781232768": "online",
+ "1782787373": "offline",
+ "1783007272": "online",
+ "1785539720": "offline",
+ "1785981319": "online"
},
"emc2.electrum3.cipig.net:10062": {
"1755770395": "offline"
@@ -2538,30 +4979,69 @@
"ETC": {
"all": {},
"by_server": {
+ "https://0xrpc.io/etc": {
+ "1785539720": "online"
+ },
"https://etc.etcdesktop.com": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780887368": "offline",
+ "1781059600": "online",
+ "1781665138": "offline",
+ "1781923413": "online"
},
"https://etc.rivet.link": {
"1755770395": "online"
},
+ "https://ethereum-classic-mainnet.gateway.tatum.io": {
+ "1786232894": "online"
+ },
+ "https://geth-at.etc-network.info": {
+ "1785539720": "offline"
+ },
"https://rpc.etcinscribe.com": {
"1755770395": "online",
"1762321286": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1784733566": "offline"
+ },
+ "wss://0xrpc.io/etc": {
+ "1785539720": "online"
}
}
},
"ETH": {
"all": {},
"by_server": {
+ "_metadata": {
+ "https://eth3.cipig.net:18555": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ }
+ ]
+ },
+ "wss://eth3.cipig.net:38555": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ }
+ ]
+ }
+ },
"https://0xrpc.io/eth": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1769476724": "offline",
+ "1769498555": "online"
},
"https://eth.drpc.org": {
"1755770395": "online"
},
+ "https://eth1.lava.build": {
+ "1786232894": "online"
+ },
"https://eth3.cipig.net:18555": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780108334": "offline"
},
"https://ethereum-rpc.publicnode.com": {
"1755770395": "online"
@@ -2574,8 +5054,27 @@
"1762321286": "online",
"1762820073": "offline"
},
+ "https://public-eth.nownodes.io": {
+ "1780899085": "online",
+ "1785645516": "offline",
+ "1785714457": "online"
+ },
+ "https://rpc.fullsend.to": {
+ "1770607407": "online"
+ },
+ "https://rpc.mevblocker.io": {
+ "1773964971": "online"
+ },
+ "https://rpcfree.com/ethereum-rpc": {
+ "1780120460": "online",
+ "1780713238": "offline"
+ },
"wss://0xrpc.io/eth": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1770168231": "offline",
+ "1770427388": "online"
},
"wss://eth.drpc.org": {
"1755770395": "online",
@@ -2583,19 +5082,27 @@
"1762013934": "online"
},
"wss://eth3.cipig.net:38555": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780108334": "offline"
},
"wss://ethereum-rpc.publicnode.com": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776104716": "offline",
+ "1776831960": "online"
},
"wss://mainnet.gateway.tenderly.co": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770642083": "offline",
+ "1770652311": "online"
}
}
},
"ETH-ARB20": {
"all": {},
"by_server": {
+ "https://api.zan.top/arb-one": {
+ "1773964971": "online"
+ },
"https://arb1.arbitrum.io/rpc": {
"1755770395": "online"
},
@@ -2605,6 +5112,9 @@
"https://arbitrum-one-rpc.publicnode.com": {
"1755770395": "online"
},
+ "https://arbitrum-one.rpc.sentio.xyz": {
+ "1779056917": "online"
+ },
"https://arbitrum.drpc.org": {
"1759220463": "online"
},
@@ -2616,11 +5126,20 @@
"1762321286": "online",
"1762820073": "offline"
},
+ "https://public-arb-mainnet.fastnode.io": {
+ "1779056917": "online"
+ },
+ "https://rpc.sentio.xyz/arbitrum-one": {
+ "1773964971": "online"
+ },
"wss://arbitrum-one-rpc.publicnode.com": {
"1755770395": "online"
},
"wss://arbitrum.callstaticrpc.com": {
"1755770395": "offline"
+ },
+ "wss://arbitrum.drpc.org": {
+ "1770607407": "online"
}
}
},
@@ -2639,9 +5158,15 @@
"https://base.llamarpc.com": {
"1761238027": "online"
},
+ "https://base.public.blockpi.network/v1/rpc/public": {
+ "1775624465": "online"
+ },
"https://mainnet.base.org": {
"1761238027": "online"
},
+ "https://rpc.sentio.xyz/base": {
+ "1773964971": "online"
+ },
"wss://base-rpc.publicnode.com": {
"1761238027": "online"
},
@@ -2655,6 +5180,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum2-mainnet.evrmorecoin.org:50001": {
+ "contact": [
+ {
+ "email": "hans_schm1dt@protonmail.com"
+ },
+ {
+ "discord": "Hans_Schmidt#0745"
+ }
+ ]
+ },
+ "electrum2-mainnet.evrmorecoin.org:50002": {
+ "contact": [
+ {
+ "email": "hans_schm1dt@protonmail.com"
+ },
+ {
+ "discord": "Hans_Schmidt#0745"
+ }
+ ]
+ },
+ "electrum2-mainnet.evrmorecoin.org:50004": {
+ "contact": [
+ {
+ "email": "hans_schm1dt@protonmail.com"
+ },
+ {
+ "discord": "Hans_Schmidt#0745"
+ }
+ ]
+ }
+ },
"electrum1-mainnet.evrmorecoin.org:50001": {
"1755770395": "online"
},
@@ -2665,13 +5222,19 @@
"1755770395": "online"
},
"electrum2-mainnet.evrmorecoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770254634": "online"
},
"electrum2-mainnet.evrmorecoin.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770254634": "online"
},
"electrum2-mainnet.evrmorecoin.org:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770254634": "online"
}
}
},
@@ -2697,14 +5260,50 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrumx.firo.org:50001": {
+ "contact": [
+ {
+ "github": "https://github.com/firoorg/electrumx-firo/issues"
+ }
+ ]
+ },
+ "electrumx.firo.org:50002": {
+ "contact": [
+ {
+ "github": "https://github.com/firoorg/electrumx-firo/issues"
+ }
+ ]
+ },
+ "electrumx.firo.org:50004": {
+ "contact": [
+ {
+ "github": "https://github.com/firoorg/electrumx-firo/issues"
+ }
+ ]
+ },
+ "electrumx03.firo.org:50004": {
+ "contact": [
+ {
+ "github": "https://github.com/firoorg/electrumx-firo/issues"
+ }
+ ]
+ }
+ },
"electrumx.firo.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1776909733": "online"
},
"electrumx.firo.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1776909733": "online"
},
"electrumx.firo.org:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1776909733": "online"
},
"electrumx01.firo.org:50001": {
"1755770395": "online"
@@ -2731,7 +5330,30 @@
"1755770395": "online"
},
"electrumx03.firo.org:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777005785": "online",
+ "1779937604": "offline",
+ "1783007272": "online"
+ }
+ }
+ },
+ "FIVETRAT": {
+ "all": {
+ "1785539720": "online"
+ },
+ "by_server": {
+ "electrum1.5trat.net:443": {
+ "1785539720": "online"
+ },
+ "electrum1.5trat.net:50002": {
+ "1785539720": "online"
+ },
+ "electrum2.5trat.net:443": {
+ "1785539720": "online"
+ },
+ "electrum2.5trat.net:50002": {
+ "1785539720": "online"
}
}
},
@@ -2800,89 +5422,371 @@
"1755770395": "online"
},
"by_server": {
- "electrumx1.fujicoin.org:50001": {
- "1755770395": "online"
- },
- "electrumx1.fujicoin.org:50003": {
- "1755770395": "online"
- },
- "electrumx1.fujicoin.org:50005": {
- "1755770395": "online"
- },
- "electrumx2.fujicoin.org:50001": {
- "1755770395": "online"
- },
- "electrumx2.fujicoin.org:50003": {
- "1755770395": "online"
+ "_metadata": {
+ "electrumx1.fujicoin.org:50001": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx1.fujicoin.org:50003": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx1.fujicoin.org:50005": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx2.fujicoin.org:50001": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx2.fujicoin.org:50003": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx2.fujicoin.org:50005": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ }
},
- "electrumx2.fujicoin.org:50005": {
- "1755770395": "online"
- }
- }
- },
- "FJC-segwit": {
- "all": {
- "1755770395": "online"
- },
- "by_server": {
"electrumx1.fujicoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777687578": "online"
},
"electrumx1.fujicoin.org:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777687578": "online"
},
"electrumx1.fujicoin.org:50005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777687578": "online"
},
"electrumx2.fujicoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"electrumx2.fujicoin.org:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"electrumx2.fujicoin.org:50005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
}
}
},
- "FLOP": {
+ "FJC-segwit": {
"all": {
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrumx1.fujicoin.org:50001": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx1.fujicoin.org:50003": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx1.fujicoin.org:50005": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx2.fujicoin.org:50001": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx2.fujicoin.org:50003": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ },
+ "electrumx2.fujicoin.org:50005": {
+ "contact": [
+ {
+ "discord": "motty#8318"
+ }
+ ]
+ }
+ },
+ "electrumx1.fujicoin.org:50001": {
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777687578": "online"
+ },
+ "electrumx1.fujicoin.org:50003": {
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777687578": "online"
+ },
+ "electrumx1.fujicoin.org:50005": {
+ "1755770395": "online",
+ "1776831960": "offline",
+ "1777687578": "online"
+ },
+ "electrumx2.fujicoin.org:50001": {
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
+ },
+ "electrumx2.fujicoin.org:50003": {
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
+ },
+ "electrumx2.fujicoin.org:50005": {
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
+ }
+ }
+ },
+ "FLC": {
+ "all": {
+ "1766366022": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrum-flc.hashboard.space:50001": {
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ "electrum-flc.hashboard.space:50002": {
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ "electrum-flc.hashboard.space:50004": {
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ }
+ },
+ "electrum-flc.hashboard.space:50001": {
+ "1766366022": "online",
+ "1780457333": "offline",
+ "1781595462": "online"
+ },
+ "electrum-flc.hashboard.space:50002": {
+ "1766366022": "online",
+ "1769476724": "offline",
+ "1774959961": "online",
+ "1780457333": "offline",
+ "1781595462": "online"
+ },
+ "electrum-flc.hashboard.space:50004": {
+ "1766366022": "online",
+ "1780457333": "offline",
+ "1781595462": "online"
+ },
+ "electrum.myfloki.com:50001": {
+ "1766366022": "online"
+ },
+ "electrum.myfloki.com:50002": {
+ "1766366022": "online"
+ },
+ "electrum.myfloki.com:50004": {
+ "1766366022": "online"
+ }
+ }
+ },
+ "FLC-segwit": {
+ "all": {
+ "1769143421": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrum-flc.hashboard.space:50001": {
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ "electrum-flc.hashboard.space:50002": {
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ },
+ "electrum-flc.hashboard.space:50004": {
+ "contact": [
+ {
+ "email": "listing@hashboard.space"
+ }
+ ]
+ }
+ },
+ "electrum-flc.hashboard.space:50001": {
+ "1769143421": "online",
+ "1780457333": "offline",
+ "1781595462": "online"
+ },
+ "electrum-flc.hashboard.space:50002": {
+ "1769143421": "online",
+ "1769476724": "offline",
+ "1774959961": "online",
+ "1780457333": "offline",
+ "1781595462": "online"
+ },
+ "electrum-flc.hashboard.space:50004": {
+ "1769143421": "online",
+ "1780457333": "offline",
+ "1781595462": "online"
+ },
+ "electrum.myfloki.com:50001": {
+ "1769143421": "online"
+ },
+ "electrum.myfloki.com:50002": {
+ "1769143421": "online"
+ },
+ "electrum.myfloki.com:50004": {
+ "1769143421": "online"
+ }
+ }
+ },
+ "FLOP": {
+ "all": {
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770600592": "online",
+ "1773700082": "offline",
+ "1774959961": "online",
+ "1782787373": "offline",
+ "1786494981": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrumx1.flopcoin.net:10003": {
+ "contact": [
+ {
+ "discord": "technovision"
+ }
+ ]
+ },
+ "electrumx1.flopcoin.net:10004": {
+ "contact": [
+ {
+ "discord": "technovision"
+ }
+ ]
+ },
+ "electrumx2.flopcoin.net:10003": {
+ "contact": [
+ {
+ "discord": "technovision"
+ }
+ ]
+ },
+ "electrumx2.flopcoin.net:10004": {
+ "contact": [
+ {
+ "discord": "technovision"
+ }
+ ]
+ }
+ },
"electrumx1.flopcoin.net:10001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770600592": "online",
+ "1773700082": "offline",
+ "1774959961": "online",
+ "1782787373": "offline",
+ "1786494981": "online"
},
"electrumx1.flopcoin.net:10003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline"
},
"electrumx1.flopcoin.net:10004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1770600592": "online",
+ "1773700082": "offline",
+ "1774959961": "online",
+ "1782787373": "offline",
+ "1786494981": "online"
},
"electrumx2.flopcoin.net:10001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline"
},
"electrumx2.flopcoin.net:10003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline"
},
"electrumx2.flopcoin.net:10004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline"
}
}
},
"FLUX": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline",
+ "1780368879": "online"
},
"by_server": {
"electrumx.runonflux.io:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline",
+ "1780368879": "online"
},
"electrumx.runonflux.io:50004": {
"1755770395": "offline"
},
"electrumx2.runonflux.io:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline",
+ "1780368879": "online"
},
"electrumx2.runonflux.io:50004": {
"1755770395": "offline"
@@ -2929,6 +5833,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "ftc.electrum3.cipig.net:10054": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ftc.electrum3.cipig.net:20054": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ftc.electrum3.cipig.net:30054": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"ftc.electrum1.cipig.net:10054": {
"1755770395": "online"
},
@@ -2948,13 +5884,16 @@
"1755770395": "online"
},
"ftc.electrum3.cipig.net:10054": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ftc.electrum3.cipig.net:20054": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ftc.electrum3.cipig.net:30054": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -2963,6 +5902,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "ftc.electrum3.cipig.net:10054": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ftc.electrum3.cipig.net:20054": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ftc.electrum3.cipig.net:30054": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"ftc.electrum1.cipig.net:10054": {
"1755770395": "online"
},
@@ -2982,13 +5953,16 @@
"1755770395": "online"
},
"ftc.electrum3.cipig.net:10054": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ftc.electrum3.cipig.net:20054": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ftc.electrum3.cipig.net:30054": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -3098,67 +6072,301 @@
},
"gleec.electrum3.cipig.net:30025": {
"1755770395": "online"
+ },
+ "https://evm-rpc.gleec.com": {
+ "1779546777": "online"
+ },
+ "https://rpc.gleec.dev": {
+ "1770759117": "online",
+ "1774959961": "offline"
+ },
+ "wss://evm-ws.gleec.com": {
+ "1779546777": "online"
}
}
},
"GLEEC-OLD": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774987573": "offline",
+ "1779546777": "online"
},
"by_server": {
- "gleecold.electrum1.cipig.net:10022": {
- "1755770395": "online"
- },
- "gleecold.electrum1.cipig.net:20022": {
- "1755770395": "online"
- },
- "gleecold.electrum1.cipig.net:30022": {
- "1755770395": "online"
- },
- "gleecold.electrum2.cipig.net:10022": {
- "1755770395": "online"
- },
- "gleecold.electrum2.cipig.net:20022": {
- "1755770395": "online"
- },
- "gleecold.electrum2.cipig.net:30022": {
- "1755770395": "online"
- },
- "gleecold.electrum3.cipig.net:10022": {
- "1755770395": "online"
- },
- "gleecold.electrum3.cipig.net:20022": {
- "1755770395": "online"
- },
- "gleecold.electrum3.cipig.net:30022": {
- "1755770395": "online"
- }
- }
+ "_metadata": {
+ "gleec.electrum3.cipig.net:10025": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleec.electrum3.cipig.net:20025": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleec.electrum3.cipig.net:30025": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum1.cipig.net:10022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum1.cipig.net:20022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum1.cipig.net:30022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum2.cipig.net:10022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum2.cipig.net:20022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum2.cipig.net:30022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum3.cipig.net:10022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum3.cipig.net:20022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "gleecold.electrum3.cipig.net:30022": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
+ "gleec.electrum1.cipig.net:10025": {
+ "1779546777": "online"
+ },
+ "gleec.electrum1.cipig.net:20025": {
+ "1779546777": "online"
+ },
+ "gleec.electrum1.cipig.net:30025": {
+ "1779546777": "online"
+ },
+ "gleec.electrum2.cipig.net:10025": {
+ "1779546777": "online"
+ },
+ "gleec.electrum2.cipig.net:20025": {
+ "1779546777": "online"
+ },
+ "gleec.electrum2.cipig.net:30025": {
+ "1779546777": "online"
+ },
+ "gleec.electrum3.cipig.net:10025": {
+ "1779546777": "online",
+ "1780269451": "offline"
+ },
+ "gleec.electrum3.cipig.net:20025": {
+ "1779546777": "online",
+ "1780269451": "offline"
+ },
+ "gleec.electrum3.cipig.net:30025": {
+ "1779546777": "online",
+ "1780269451": "offline"
+ },
+ "gleecold.electrum1.cipig.net:10022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum1.cipig.net:20022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum1.cipig.net:30022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum2.cipig.net:10022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum2.cipig.net:20022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum2.cipig.net:30022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum3.cipig.net:10022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum3.cipig.net:20022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ },
+ "gleecold.electrum3.cipig.net:30022": {
+ "1755770395": "online",
+ "1774987573": "offline"
+ }
+ }
+ },
+ "GLEECT": {
+ "all": {},
+ "by_server": {
+ "https://rpc.gleec.dev": {
+ "1770642083": "online",
+ "1774959961": "offline"
+ }
+ }
},
"GLMR": {
"all": {},
"by_server": {
+ "https://moonbeam-rpc.publicnode.com": {
+ "1771131362": "online"
+ },
+ "https://moonbeam.api.onfinality.io/public": {
+ "1786232894": "online"
+ },
"https://moonbeam.drpc.org": {
- "1755987838": "online"
+ "1755987838": "online",
+ "1766625043": "offline",
+ "1767483691": "online",
+ "1768094933": "offline",
+ "1768180562": "online",
+ "1775596182": "offline",
+ "1775613107": "online",
+ "1776104716": "offline",
+ "1776831960": "online",
+ "1777005785": "offline",
+ "1777255662": "online",
+ "1779657901": "offline",
+ "1779937604": "online",
+ "1779942167": "offline",
+ "1780022253": "online",
+ "1780899085": "offline",
+ "1780972393": "online",
+ "1783296943": "offline",
+ "1783297301": "online"
},
"https://moonbeam.public.blastapi.io": {
"1755770395": "online",
"1762321286": "offline"
},
"https://rpc.api.moonbeam.network": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1786392764": "offline"
+ },
+ "wss://moonbeam-rpc.publicnode.com": {
+ "1771131362": "online"
+ },
+ "wss://moonbeam.api.onfinality.io/public-ws": {
+ "1786232894": "online"
},
"wss://moonbeam.drpc.org": {
"1755987838": "online",
"1761668428": "offline",
- "1762013934": "online"
+ "1762013934": "online",
+ "1766538588": "offline",
+ "1767483691": "online",
+ "1768094933": "offline",
+ "1768180562": "online",
+ "1775596182": "offline",
+ "1775613107": "online",
+ "1776104716": "offline",
+ "1776831960": "online",
+ "1777005785": "offline",
+ "1777255662": "online",
+ "1778294861": "offline",
+ "1778410468": "online",
+ "1779657901": "offline",
+ "1779937604": "online",
+ "1779942167": "offline",
+ "1780022253": "online",
+ "1780899085": "offline",
+ "1780972393": "online",
+ "1783296943": "offline",
+ "1783297301": "online"
},
"wss://moonbeam.public.blastapi.io": {
"1755770395": "online",
"1762321286": "offline"
},
"wss://wss.api.moonbeam.network": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1786392764": "offline"
}
}
},
@@ -3182,6 +6390,27 @@
}
]
},
+ "electrum.niftybakes.com:50001": {
+ "contact": [
+ {
+ "discord": "405566674448810005"
+ }
+ ]
+ },
+ "electrum.niftybakes.com:50002": {
+ "contact": [
+ {
+ "discord": "405566674448810005"
+ }
+ ]
+ },
+ "electrum.niftybakes.com:50004": {
+ "contact": [
+ {
+ "discord": "405566674448810005"
+ }
+ ]
+ },
"fr.garlium.crapules.org:50002": {
"contact": [
{
@@ -3220,13 +6449,28 @@
"1755770395": "online"
},
"electrum.niftybakes.com:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768871563": "online",
+ "1771127316": "offline",
+ "1781232768": "online",
+ "1782787373": "offline"
},
"electrum.niftybakes.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768871563": "online",
+ "1771127316": "offline",
+ "1781232768": "online",
+ "1782787373": "offline"
},
"electrum.niftybakes.com:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1768871563": "online",
+ "1771127316": "offline",
+ "1781232768": "online",
+ "1782787373": "offline"
},
"fr.garlium.crapules.org:50002": {
"1755770395": "offline"
@@ -3552,6 +6796,26 @@
"discord": "jackielove4u#0412"
}
]
+ },
+ "electrum2.groestlcoin.org:50001": {
+ "contact": [
+ {
+ "email": "jackielove4u@hotmail.com"
+ },
+ {
+ "discord": "jackielove4u#0412"
+ }
+ ]
+ },
+ "electrum2.groestlcoin.org:50004": {
+ "contact": [
+ {
+ "email": "jackielove4u@hotmail.com"
+ },
+ {
+ "discord": "jackielove4u#0412"
+ }
+ ]
}
},
"electrum1.groestlcoin.org:50001": {
@@ -3565,10 +6829,37 @@
"1757463228": "online"
},
"electrum2.groestlcoin.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1786545229": "offline"
},
"electrum2.groestlcoin.org:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1786545229": "offline"
+ }
+ }
+ },
+ "HRC": {
+ "all": {
+ "1769498555": "online"
+ },
+ "by_server": {
+ "electrumx1.hypercoin.network:50001": {
+ "1769498555": "online"
+ },
+ "electrumx1.hypercoin.network:50002": {
+ "1769498555": "online"
+ },
+ "electrumx1.hypercoin.network:50003": {
+ "1769498555": "online"
+ },
+ "electrumx2.hypercoin.network:50001": {
+ "1769498555": "online"
+ },
+ "electrumx2.hypercoin.network:50002": {
+ "1769498555": "online"
+ },
+ "electrumx2.hypercoin.network:50003": {
+ "1769498555": "online"
}
}
},
@@ -3583,9 +6874,33 @@
}
}
},
+ "HTH": {
+ "all": {
+ "1785714457": "online"
+ },
+ "by_server": {
+ "electrum.hth.foundation:50001": {
+ "1785714457": "online"
+ },
+ "electrum.hth.foundation:50002": {
+ "1785714457": "online"
+ },
+ "electrum.hth.foundation:50004": {
+ "1785714457": "online"
+ },
+ "electrumx.wattxchange.app:50002": {
+ "1785714457": "online"
+ },
+ "electrumx.wattxchange.app:50004": {
+ "1785714457": "online"
+ }
+ }
+ },
"IL8P": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1784339488": "offline",
+ "1785539720": "online"
},
"by_server": {
"_metadata": {
@@ -3699,43 +7014,102 @@
"il8p.electrumx.transcenders.name:50002": {
"1755770395": "online",
"1759220463": "offline",
- "1760919297": "online"
+ "1760919297": "online",
+ "1784339488": "offline",
+ "1785981319": "online"
},
"il8p.electrumx.transcenders.name:50003": {
"1755770395": "online",
"1759220463": "offline",
- "1760919297": "online"
+ "1760919297": "online",
+ "1784339488": "offline",
+ "1785981319": "online"
},
"il9p.electrumx.transcenders.name:50002": {
"1755770395": "online",
"1758502268": "offline",
- "1758586414": "online"
+ "1758586414": "online",
+ "1773700082": "offline",
+ "1775440462": "online",
+ "1784339488": "offline",
+ "1785539720": "online"
},
"il9p.electrumx.transcenders.name:50003": {
"1755770395": "online",
"1758502268": "offline",
- "1758586414": "online"
+ "1758586414": "online",
+ "1773700082": "offline",
+ "1775440462": "online",
+ "1784339488": "offline",
+ "1785539720": "online"
}
}
},
"ILN": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1776045774": "offline"
},
"by_server": {
- "electrum1.ilien.io:30069": {
- "1755770395": "online"
- },
- "electrum1.ilien.io:65011": {
- "1755770395": "online"
- },
- "electrum2.ilien.io:30069": {
- "1755770395": "online"
- },
- "electrum2.ilien.io:65011": {
- "1755770395": "online"
- }
- }
+ "_metadata": {
+ "electrum1.ilien.io:30069": {
+ "contact": [
+ {
+ "email": "admin@ilien.io"
+ },
+ {
+ "discord": "siu - Chainmakers#3920"
+ }
+ ]
+ },
+ "electrum1.ilien.io:65011": {
+ "contact": [
+ {
+ "email": "admin@ilien.io"
+ },
+ {
+ "discord": "siu - Chainmakers#3920"
+ }
+ ]
+ },
+ "electrum2.ilien.io:30069": {
+ "contact": [
+ {
+ "email": "admin@ilien.io"
+ },
+ {
+ "discord": "siu - Chainmakers#3920"
+ }
+ ]
+ },
+ "electrum2.ilien.io:65011": {
+ "contact": [
+ {
+ "email": "admin@ilien.io"
+ },
+ {
+ "discord": "siu - Chainmakers#3920"
+ }
+ ]
+ }
+ },
+ "electrum1.ilien.io:30069": {
+ "1755770395": "online",
+ "1775959086": "offline"
+ },
+ "electrum1.ilien.io:65011": {
+ "1755770395": "online",
+ "1775959086": "offline"
+ },
+ "electrum2.ilien.io:30069": {
+ "1755770395": "online",
+ "1776045774": "offline"
+ },
+ "electrum2.ilien.io:65011": {
+ "1755770395": "online",
+ "1776045774": "offline"
+ }
+ }
},
"IRIS": {
"all": {},
@@ -3744,7 +7118,8 @@
"1755770395": "offline"
},
"https://iris-rpc.publicnode.com": {
- "1760706938": "online"
+ "1760706938": "online",
+ "1779428138": "offline"
},
"https://rpc.cosmos.directory/irisnet": {
"1763521637": "online"
@@ -3761,7 +7136,8 @@
"all": {},
"by_server": {
"http://34.80.202.172:26657": {
- "1763521637": "online"
+ "1763521637": "online",
+ "1770607407": "offline"
},
"https://evmrpc.nyancat.irisnet.org": {
"1755770395": "offline"
@@ -3773,91 +7149,428 @@
},
"JKC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1771550721": "offline"
},
"by_server": {
+ "_metadata": {
+ "electrum.junkiewally.xyz:50003": {
+ "contact": [
+ {
+ "email": "nekohime@nodecattel.xyz"
+ },
+ {
+ "discord": "@moonether"
+ }
+ ]
+ },
+ "electrum.junkiewally.xyz:50004": {
+ "contact": [
+ {
+ "email": "nekohime@nodecattel.xyz"
+ },
+ {
+ "discord": "@moonether"
+ }
+ ]
+ },
+ "electrum.junkiewally.xyz:50005": {
+ "contact": [
+ {
+ "email": "nekohime@nodecattel.xyz"
+ },
+ {
+ "discord": "@moonether"
+ }
+ ]
+ }
+ },
"electrum.junkiewally.xyz:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1771550721": "offline"
},
"electrum.junkiewally.xyz:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1771550721": "offline"
},
"electrum.junkiewally.xyz:50005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1771550721": "offline"
+ }
+ }
+ },
+ "JUMP": {
+ "all": {
+ "1775592931": "online",
+ "1780887368": "offline",
+ "1781146549": "online"
+ },
+ "by_server": {
+ "electrum1.jumpcoin.net:50001": {
+ "1775592931": "online",
+ "1780887368": "offline",
+ "1781146549": "online"
+ },
+ "electrum1.jumpcoin.net:50002": {
+ "1775592931": "offline",
+ "1779657901": "online",
+ "1780887368": "offline",
+ "1781146549": "online"
+ },
+ "electrum1.jumpcoin.net:50003": {
+ "1775592931": "online",
+ "1780887368": "offline",
+ "1781146549": "online"
}
}
},
"KCN": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum1.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum1.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ }
+ },
"electrum1.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum1.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum2.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum2.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum3.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum3.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum4.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum4.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum5.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum5.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
}
}
},
"KCN-segwit": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum1.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum1.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.kcnxp.com:51002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.kcnxp.com:51004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ }
+ },
"electrum1.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum1.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum2.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum2.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum3.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum3.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum4.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum4.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1783993904": "online"
},
"electrum5.kcnxp.com:51002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
},
"electrum5.kcnxp.com:51004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1783993904": "online"
}
}
},
@@ -3930,6 +7643,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "kmd.electrum3.cipig.net:10001": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "kmd.electrum3.cipig.net:20001": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "kmd.electrum3.cipig.net:30001": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"kmd.electrum1.cipig.net:10001": {
"1755770395": "online"
},
@@ -3949,47 +7694,168 @@
"1755770395": "online"
},
"kmd.electrum3.cipig.net:10001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"kmd.electrum3.cipig.net:20001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"kmd.electrum3.cipig.net:30001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
+ }
+ }
+ },
+ "KMDCL": {
+ "all": {
+ "1770652311": "online"
+ },
+ "by_server": {
+ "electrum.kmdclassic.com:50001": {
+ "1770652311": "online"
+ },
+ "electrum.kmdclassic.com:50002": {
+ "1770652311": "online"
+ },
+ "electrum.kmdclassic.com:50004": {
+ "1770652311": "online"
}
}
},
"KOIN": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"by_server": {
+ "_metadata": {
+ "koin.electrum1.cipig.net:10024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum1.cipig.net:20024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum1.cipig.net:30024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum2.cipig.net:10024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum2.cipig.net:20024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum2.cipig.net:30024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum3.cipig.net:10024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum3.cipig.net:20024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "koin.electrum3.cipig.net:30024": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"koin.electrum1.cipig.net:10024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"koin.electrum1.cipig.net:20024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"koin.electrum1.cipig.net:30024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"koin.electrum2.cipig.net:10024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"koin.electrum2.cipig.net:20024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"koin.electrum2.cipig.net:30024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline"
},
"koin.electrum3.cipig.net:10024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"koin.electrum3.cipig.net:20024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"koin.electrum3.cipig.net:30024": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -3999,13 +7865,19 @@
},
"by_server": {
"lbc.electrum1.cipig.net:10067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"lbc.electrum1.cipig.net:20067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"lbc.electrum1.cipig.net:30067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"lbc.electrum2.cipig.net:10067": {
"1755770395": "online"
@@ -4017,13 +7889,16 @@
"1755770395": "online"
},
"lbc.electrum3.cipig.net:10067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"lbc.electrum3.cipig.net:20067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"lbc.electrum3.cipig.net:30067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -4033,13 +7908,19 @@
},
"by_server": {
"lbc.electrum1.cipig.net:10067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"lbc.electrum1.cipig.net:20067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"lbc.electrum1.cipig.net:30067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"lbc.electrum2.cipig.net:10067": {
"1755770395": "online"
@@ -4051,13 +7932,48 @@
"1755770395": "online"
},
"lbc.electrum3.cipig.net:10067": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
+ },
+ "lbc.electrum3.cipig.net:20067": {
+ "1755770395": "online",
+ "1780269451": "offline"
+ },
+ "lbc.electrum3.cipig.net:30067": {
+ "1755770395": "online",
+ "1780269451": "offline"
+ }
+ }
+ },
+ "LC2": {
+ "all": {
+ "1775133406": "online"
+ },
+ "by_server": {
+ "electrum01.lc2.online:50001": {
+ "1775133406": "online"
+ },
+ "electrum01.lc2.online:50002": {
+ "1775133406": "online"
+ },
+ "electrum01.lc2.online:50004": {
+ "1775133406": "online"
+ }
+ }
+ },
+ "LC2-segwit": {
+ "all": {
+ "1775133406": "online"
+ },
+ "by_server": {
+ "electrum01.lc2.online:50001": {
+ "1775133406": "online"
},
- "lbc.electrum3.cipig.net:20067": {
- "1755770395": "online"
+ "electrum01.lc2.online:50002": {
+ "1775133406": "online"
},
- "lbc.electrum3.cipig.net:30067": {
- "1755770395": "online"
+ "electrum01.lc2.online:50004": {
+ "1775133406": "online"
}
}
},
@@ -4069,11 +7985,38 @@
"188.166.117.139:50001": {
"1755770395": "offline"
},
+ "_metadata": {
+ "electrum-lcc.cascoin.net:50002": {
+ "contact": [
+ {
+ "discord": "635448663543644170"
+ }
+ ]
+ },
+ "electrum-lcc.cascoin.net:50003": {
+ "contact": [
+ {
+ "discord": "635448663543644170"
+ }
+ ]
+ }
+ },
"electrum-lcc.cascoin.net:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781232768": "offline"
},
"electrum-lcc.cascoin.net:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781232768": "offline"
+ },
+ "electrumx.litecoincash.com.br:50001": {
+ "1779142340": "online"
+ },
+ "electrumx.litecoincash.com.br:50002": {
+ "1779142340": "online"
+ },
+ "electrumx.litecoincash.com.br:50003": {
+ "1779142340": "online"
},
"lcc-ex-one.ewmci.online:50001": {
"1755770395": "online"
@@ -4094,11 +8037,38 @@
"188.166.117.139:50001": {
"1755770395": "offline"
},
+ "_metadata": {
+ "electrum-lcc.cascoin.net:50002": {
+ "contact": [
+ {
+ "discord": "635448663543644170"
+ }
+ ]
+ },
+ "electrum-lcc.cascoin.net:50003": {
+ "contact": [
+ {
+ "discord": "635448663543644170"
+ }
+ ]
+ }
+ },
"electrum-lcc.cascoin.net:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781232768": "offline"
},
"electrum-lcc.cascoin.net:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781232768": "offline"
+ },
+ "electrumx.litecoincash.com.br:50001": {
+ "1779142340": "online"
+ },
+ "electrumx.litecoincash.com.br:50002": {
+ "1779142340": "online"
+ },
+ "electrumx.litecoincash.com.br:50003": {
+ "1779142340": "online"
},
"lcc-ex-one.ewmci.online:50001": {
"1755770395": "online"
@@ -4113,83 +8083,391 @@
},
"LCN": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum1.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum1.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ }
+ },
"electrum1.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum1.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum2.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum2.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum3.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum3.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum4.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum4.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum5.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum5.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
}
}
},
"LCN-segwit": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum1.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum1.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum2.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum3.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum4.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.lcnxp.com:52002": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ },
+ "electrum5.lcnxp.com:52004": {
+ "contact": [
+ {
+ "email": "jaybitron@gmail.com"
+ },
+ {
+ "discord": "jaybitron"
+ }
+ ]
+ }
+ },
"electrum1.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum1.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum2.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum2.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum3.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum3.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
},
"electrum4.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum4.lcnxp.com:52004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1786069049": "online"
},
"electrum5.lcnxp.com:52002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
+ },
+ "electrum5.lcnxp.com:52004": {
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1767483691": "online",
+ "1781923413": "offline",
+ "1786069049": "online"
+ }
+ }
+ },
+ "LTC": {
+ "all": {
+ "1755770395": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "ltc.electrum3.cipig.net:10063": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ltc.electrum3.cipig.net:20063": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ltc.electrum3.cipig.net:30063": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
},
- "electrum5.lcnxp.com:52004": {
- "1755770395": "online"
- }
- }
- },
- "LTC": {
- "all": {
- "1755770395": "online"
- },
- "by_server": {
"ltc.electrum1.cipig.net:10063": {
"1755770395": "online"
},
@@ -4209,13 +8487,16 @@
"1755770395": "online"
},
"ltc.electrum3.cipig.net:10063": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ltc.electrum3.cipig.net:20063": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ltc.electrum3.cipig.net:30063": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -4224,6 +8505,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "ltc.electrum3.cipig.net:10063": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ltc.electrum3.cipig.net:20063": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ltc.electrum3.cipig.net:30063": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"ltc.electrum1.cipig.net:10063": {
"1755770395": "online"
},
@@ -4243,13 +8556,16 @@
"1755770395": "online"
},
"ltc.electrum3.cipig.net:10063": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ltc.electrum3.cipig.net:20063": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ltc.electrum3.cipig.net:30063": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -4349,7 +8665,9 @@
"1755770395": "online"
},
"electrum5.getlynx.io:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrum6.getlynx.io:50002": {
"1755770395": "online"
@@ -4382,6 +8700,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "marty.electrum3.cipig.net:10021": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "marty.electrum3.cipig.net:20021": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "marty.electrum3.cipig.net:30021": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"marty.electrum1.cipig.net:10021": {
"1755770395": "online"
},
@@ -4401,13 +8751,16 @@
"1755770395": "online"
},
"marty.electrum3.cipig.net:10021": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"marty.electrum3.cipig.net:20021": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"marty.electrum3.cipig.net:30021": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -4423,13 +8776,18 @@
"1755770395": "online",
"1757600932": "offline",
"1760163826": "online",
- "1764928287": "offline"
+ "1764928287": "offline",
+ "1765110311": "online",
+ "1782787373": "offline",
+ "1782959921": "online"
},
"https://polygon-bor-rpc.publicnode.com": {
"1755770395": "online"
},
"https://polygon.drpc.org": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774368443": "offline",
+ "1774959961": "online"
},
"https://polygon.gateway.tenderly.co": {
"1755770395": "online"
@@ -4443,12 +8801,21 @@
"wss://polygon.drpc.org": {
"1755770395": "online",
"1761629732": "offline",
- "1762013934": "online"
+ "1762013934": "online",
+ "1774368443": "offline",
+ "1774959961": "online"
},
"wss://polygon.gateway.tenderly.co": {
"1755770395": "online",
"1760400771": "offline",
- "1760706938": "online"
+ "1760706938": "online",
+ "1771550721": "offline",
+ "1771824489": "online",
+ "1774368443": "offline",
+ "1774959961": "online",
+ "1775585421": "offline",
+ "1775592931": "online",
+ "1775640729": "offline"
}
}
},
@@ -4546,6 +8913,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "mcl.electrum3.cipig.net:10023": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "mcl.electrum3.cipig.net:20023": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "mcl.electrum3.cipig.net:30023": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"mcl.electrum1.cipig.net:10023": {
"1755770395": "online"
},
@@ -4565,13 +8964,16 @@
"1755770395": "online"
},
"mcl.electrum3.cipig.net:10023": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"mcl.electrum3.cipig.net:20023": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"mcl.electrum3.cipig.net:30023": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -4580,6 +8982,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "mdx.electrum3.cipig.net:10005": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "mdx.electrum3.cipig.net:20005": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "mdx.electrum3.cipig.net:30005": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"mdx.electrum1.cipig.net:10005": {
"1755770395": "online"
},
@@ -4599,13 +9033,16 @@
"1755770395": "online"
},
"mdx.electrum3.cipig.net:10005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"mdx.electrum3.cipig.net:20005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"mdx.electrum3.cipig.net:30005": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -4615,6 +9052,20 @@
},
"by_server": {
"_metadata": {
+ "electrs.mewccrypto.com:50002": {
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
+ "electrs.mewccrypto.com:50004": {
+ "contact": [
+ {
+ "discord": "Meowmancer#2099"
+ }
+ ]
+ },
"meowcoinelectrum.xyz:50002": {
"contact": [
{
@@ -4644,6 +9095,40 @@
]
}
},
+ "electrs.mewccrypto.com:50002": {
+ "1775779172": "online",
+ "1782268723": "offline",
+ "1782787373": "online"
+ },
+ "electrs.mewccrypto.com:50004": {
+ "1775779172": "online",
+ "1782268723": "offline",
+ "1782787373": "online"
+ },
+ "electrs2.mewccrypto.com:50002": {
+ "1778294861": "online"
+ },
+ "electrs2.mewccrypto.com:50004": {
+ "1778294861": "online"
+ },
+ "electrs3.meowcoin.org:50002": {
+ "1778294861": "online"
+ },
+ "electrs3.meowcoin.org:50004": {
+ "1778294861": "online"
+ },
+ "electrs4.meowcoin.org:50002": {
+ "1778294861": "online"
+ },
+ "electrs4.meowcoin.org:50004": {
+ "1778294861": "online"
+ },
+ "electrs5.meowcoin.org:50002": {
+ "1778975577": "online"
+ },
+ "electrs5.meowcoin.org:50004": {
+ "1778975577": "online"
+ },
"electrum.mewccrypto.com:50002": {
"1755770395": "online"
},
@@ -4667,14 +9152,22 @@
"1760706938": "offline",
"1762474464": "online",
"1763079262": "offline",
- "1764312754": "online"
+ "1764312754": "online",
+ "1766366022": "offline",
+ "1767669664": "online",
+ "1770168231": "offline",
+ "1770427388": "online",
+ "1773700082": "offline",
+ "1773964971": "online",
+ "1775592931": "offline"
},
"meowelectrum.xyz:50004": {
"1755770395": "online",
"1760706938": "offline",
"1762474464": "online",
"1763079262": "offline",
- "1764312754": "online"
+ "1764312754": "online",
+ "1766366022": "offline"
}
}
},
@@ -4692,6 +9185,9 @@
"electrumx1.monacoin.ninja:50001": {
"1755770395": "online"
},
+ "electrumx1.monacoin.ninja:50004": {
+ "1777005785": "online"
+ },
"electrumx3.monacoin.nl:50001": {
"1755770395": "offline"
}
@@ -4711,6 +9207,9 @@
"electrumx1.monacoin.ninja:50001": {
"1755770395": "online"
},
+ "electrumx1.monacoin.ninja:50004": {
+ "1777005785": "online"
+ },
"electrumx3.monacoin.nl:50001": {
"1755770395": "offline"
}
@@ -4726,10 +9225,27 @@
"https://moonriver-rpc.publicnode.com": {
"1763783058": "online"
},
+ "https://moonriver.api.onfinality.io/public": {
+ "1773964971": "online"
+ },
"https://moonriver.drpc.org": {
"1763783058": "online",
"1764337728": "offline",
- "1764587127": "online"
+ "1764587127": "online",
+ "1768093005": "offline",
+ "1768094933": "online",
+ "1768958087": "offline",
+ "1769044482": "online",
+ "1769130853": "offline",
+ "1769143421": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1771131362": "offline",
+ "1771205359": "online",
+ "1771378210": "offline",
+ "1771550721": "online",
+ "1772241499": "offline",
+ "1772355424": "online"
},
"https://moonriver.unitedbloc.com": {
"1755770395": "online",
@@ -4739,19 +9255,45 @@
"1763717835": "online"
},
"https://rpc.api.moonriver.moonbeam.network": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1774987573": "online",
+ "1786392764": "offline"
},
"wss://moonriver-rpc.dwellir.com": {
"1755770395": "online",
"1761086724": "offline"
},
"wss://moonriver-rpc.publicnode.com": {
- "1763783058": "online"
+ "1763783058": "online",
+ "1771824489": "offline",
+ "1772144114": "online",
+ "1776008736": "offline",
+ "1776045774": "online"
+ },
+ "wss://moonriver.api.onfinality.io/public-ws": {
+ "1773964971": "online"
},
"wss://moonriver.drpc.org": {
"1763783058": "online",
"1764337728": "offline",
- "1764587127": "online"
+ "1764587127": "online",
+ "1768093005": "offline",
+ "1768094933": "online",
+ "1768958087": "offline",
+ "1769044482": "online",
+ "1769130853": "offline",
+ "1769143421": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1770427388": "offline",
+ "1770600592": "online",
+ "1771131362": "offline",
+ "1771205359": "online",
+ "1771378210": "offline",
+ "1771550721": "online",
+ "1772241499": "offline",
+ "1772355424": "online"
},
"wss://moonriver.unitedbloc.com": {
"1755770395": "online",
@@ -4762,24 +9304,101 @@
"1763424886": "offline",
"1763717835": "online"
},
- "wss://wss.api.moonriver.moonbeam.network": {
- "1755770395": "online"
- }
- }
- },
- "MYDOGE": {
- "all": {
- "1758289389": "online"
- },
- "by_server": {
+ "wss://wss.api.moonriver.moonbeam.network": {
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1774987573": "online",
+ "1786392764": "offline"
+ }
+ }
+ },
+ "MWC": {
+ "all": {
+ "1783296943": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrum2.minersworld.org:50001": {
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ },
+ "electrum2.minersworld.org:50002": {
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ },
+ "electrum2.minersworld.org:50004": {
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ }
+ },
+ "electrum.minersworld.org:50001": {
+ "1783296943": "online"
+ },
+ "electrum.minersworld.org:50002": {
+ "1783296943": "online"
+ },
+ "electrum.minersworld.org:50005": {
+ "1783296943": "online"
+ },
+ "electrum2.minersworld.org:50001": {
+ "1783296943": "offline"
+ },
+ "electrum2.minersworld.org:50002": {
+ "1783296943": "offline"
+ },
+ "electrum2.minersworld.org:50004": {
+ "1783296943": "offline"
+ }
+ }
+ },
+ "MYDOGE": {
+ "all": {
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768699088": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrumx1.mydogecoin.fun:60001": {
+ "contact": [
+ {
+ "email": "support@mydogecoin.fun"
+ }
+ ]
+ },
+ "electrumx2.mydogecoin.fun:60001": {
+ "contact": [
+ {
+ "email": "support@mydogecoin.fun"
+ }
+ ]
+ }
+ },
"electrumx1.mydogecoin.fun:60001": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768785451": "online"
},
"electrumx1.mydogecoin.fun:60002": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768785451": "online",
+ "1775592931": "offline",
+ "1776045774": "online"
},
"electrumx1.mydogecoin.fun:60003": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768785451": "online"
},
"electrumx1.mydogecoin.info:60001": {
"1759968796": "online"
@@ -4791,13 +9410,19 @@
"1759968796": "online"
},
"electrumx2.mydogecoin.fun:60001": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768699088": "online"
},
"electrumx2.mydogecoin.fun:60002": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768699088": "online"
},
"electrumx2.mydogecoin.fun:60003": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1766366022": "offline",
+ "1768785451": "online"
},
"electrumx2.mydogecoin.info:60001": {
"1759968796": "online"
@@ -4822,10 +9447,22 @@
"1755770395": "online"
},
"electrum3.nav.community:40002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online",
+ "1784339488": "offline",
+ "1784733566": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
},
"electrum3.nav.community:40004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online",
+ "1784339488": "offline",
+ "1784733566": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
},
"electrum4.nav.community:40002": {
"1755770395": "offline"
@@ -4956,6 +9593,31 @@
}
}
},
+ "NITO": {
+ "all": {
+ "1773964971": "online"
+ },
+ "by_server": {
+ "electrum1.nito.network:50001": {
+ "1773964971": "online"
+ },
+ "electrum1.nito.network:50003": {
+ "1773964971": "online"
+ },
+ "electrum1.nito.network:50005": {
+ "1773964971": "online"
+ },
+ "electrum1.nitopool.fr:50001": {
+ "1773964971": "online"
+ },
+ "electrum1.nitopool.fr:50003": {
+ "1773964971": "online"
+ },
+ "electrum1.nitopool.fr:50005": {
+ "1773964971": "online"
+ }
+ }
+ },
"NITO-segwit": {
"all": {
"1755770395": "offline",
@@ -5029,20 +9691,24 @@
"1761437654": "online"
},
"electrum1.nito.network:50003": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1773700082": "online"
},
"electrum1.nito.network:50005": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1773700082": "online"
},
"electrum1.nitopool.fr:50001": {
"1755770395": "offline",
"1761437654": "online"
},
"electrum1.nitopool.fr:50003": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1773700082": "online"
},
"electrum1.nitopool.fr:50005": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1773700082": "online"
}
}
},
@@ -5138,13 +9804,19 @@
}
},
"electrumx1.nmc.dotbit.zone:50001": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1767483691": "online",
+ "1771824489": "offline"
},
"electrumx1.nmc.dotbit.zone:50002": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1767483691": "online",
+ "1771824489": "offline"
},
"electrumx1.nmc.dotbit.zone:50004": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1767483691": "online",
+ "1771824489": "offline"
},
"electrumx2.nmc.dotbit.zone:50001": {
"1755770395": "offline"
@@ -5276,13 +9948,19 @@
}
},
"electrumx1.nmc.dotbit.zone:50001": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1767483691": "online",
+ "1771824489": "offline"
},
"electrumx1.nmc.dotbit.zone:50002": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1767483691": "online",
+ "1771824489": "offline"
},
"electrumx1.nmc.dotbit.zone:50004": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1767483691": "online",
+ "1771824489": "offline"
},
"electrumx2.nmc.dotbit.zone:50001": {
"1755770395": "offline"
@@ -5404,11 +10082,23 @@
},
"electrumx.nvc.ewmcx.org:50002": {
"1755770395": "offline",
- "1756167205": "online"
+ "1756167205": "online",
+ "1766366022": "offline",
+ "1766452233": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1780269451": "offline",
+ "1780368879": "online"
},
"electrumx.nvc.ewmcx.org:50003": {
"1755770395": "offline",
- "1756167205": "online"
+ "1756167205": "online",
+ "1766366022": "offline",
+ "1766452233": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1780269451": "offline",
+ "1780368879": "online"
},
"failover.nvc.ewmcx.biz:50002": {
"1755770395": "online"
@@ -5420,10 +10110,19 @@
},
"NYC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1784635178": "offline",
+ "1784733566": "online"
},
"by_server": {
"_metadata": {
+ "electrum.newyorkcoin.online:50002": {
+ "contact": [
+ {
+ "email": "admin@newyorkcoin.online"
+ }
+ ]
+ },
"electrum.newyorkcoin.online:50004": {
"contact": [
{
@@ -5433,11 +10132,15 @@
}
},
"electrum.newyorkcoin.online:50002": {
- "1758289389": "online"
+ "1758289389": "online",
+ "1784635178": "offline",
+ "1784733566": "online"
},
"electrum.newyorkcoin.online:50004": {
"1758289389": "offline",
- "1758586414": "online"
+ "1758586414": "online",
+ "1784635178": "offline",
+ "1784733566": "online"
},
"nyc.newyorkcoin.online:50002": {
"1755770395": "online"
@@ -5469,24 +10172,78 @@
"1761437654": "offline",
"1761579168": "online",
"1763783058": "offline",
- "1763831050": "online"
+ "1763831050": "online",
+ "1765110311": "offline",
+ "1766366022": "online",
+ "1766625043": "offline",
+ "1767483691": "online",
+ "1768266592": "offline",
+ "1768612207": "online",
+ "1769044482": "offline",
+ "1769130853": "online",
+ "1769476724": "offline",
+ "1769532251": "online",
+ "1770600592": "offline",
+ "1770607407": "online",
+ "1770768082": "offline",
+ "1770794458": "online",
+ "1771550721": "offline",
+ "1771824489": "online",
+ "1772144114": "offline",
+ "1772355424": "online",
+ "1772587456": "offline",
+ "1772673982": "online",
+ "1773828034": "offline",
+ "1773845398": "online",
+ "1775585421": "offline",
+ "1775592931": "online",
+ "1775624465": "offline",
+ "1775750563": "online",
+ "1775779172": "offline",
+ "1776008736": "online",
+ "1779166167": "offline",
+ "1779244822": "online",
+ "1781146549": "offline",
+ "1781232768": "online",
+ "1782787373": "offline",
+ "1782959921": "online",
+ "1783050801": "offline",
+ "1783174701": "online",
+ "1783297301": "offline",
+ "1783305166": "online",
+ "1783476129": "offline",
+ "1783625980": "online",
+ "1784339488": "offline",
+ "1784635178": "online",
+ "1785550129": "offline",
+ "1785636317": "online",
+ "1785714457": "offline",
+ "1785714948": "online",
+ "1786069049": "offline"
},
"https://api.harmony.one": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1786545229": "offline"
},
"https://api.s0.t.hmny.io": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1786545229": "offline"
},
"https://harmony-0.drpc.org": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1775180928": "offline"
},
"https://node.komodo.earth:8080/harmony": {
"1755770395": "offline"
},
+ "https://one-mainnet-s0.gateway.tatum.io": {
+ "1786232894": "online"
+ },
"wss://harmony-0.drpc.org": {
"1755770395": "online",
"1761668428": "offline",
- "1762013934": "online"
+ "1762013934": "online",
+ "1775180928": "offline"
}
}
},
@@ -5498,7 +10255,9 @@
"1762321286": "offline"
},
"https://osmosis.rpc.stakin-nodes.com": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
},
"https://rpc-osmosis-ia.cosmosia.notional.ventures/": {
"1755770395": "offline"
@@ -5506,10 +10265,22 @@
"https://rpc.cosmos.directory/osmosis": {
"1763521637": "online",
"1764676026": "offline",
- "1764680900": "online"
+ "1764680900": "online",
+ "1768785451": "offline",
+ "1768871563": "online",
+ "1777930797": "offline",
+ "1778294861": "online",
+ "1783993904": "offline",
+ "1784339488": "online"
},
"https://rpc.osmosis.zone/": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1783305166": "offline",
+ "1783476129": "online",
+ "1783993904": "offline",
+ "1784339488": "online",
+ "1785714457": "offline",
+ "1785714948": "online"
},
"wss://osmosis-rpc.alpha.komodo.earth/websocket": {
"1755770395": "online",
@@ -5544,6 +10315,27 @@
}
]
},
+ "electrum.pepeblocks.com:50001": {
+ "contact": [
+ {
+ "discord": "realmasterkush"
+ }
+ ]
+ },
+ "electrum.pepeblocks.com:50002": {
+ "contact": [
+ {
+ "discord": "realmasterkush"
+ }
+ ]
+ },
+ "electrum.pepeblocks.com:50004": {
+ "contact": [
+ {
+ "discord": "realmasterkush"
+ }
+ ]
+ },
"electrum.pepelum.site:50001": {
"contact": [
{
@@ -5564,28 +10356,63 @@
"discord": "emgi2"
}
]
+ },
+ "pep.electrum3.cipig.net:20076": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "pep.electrum3.cipig.net:30076": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
},
"electrum.pepe.tips:50001": {
"1755770395": "online",
- "1764587127": "offline"
+ "1764587127": "offline",
+ "1766366022": "online",
+ "1779657901": "offline",
+ "1781146549": "online"
},
"electrum.pepe.tips:50002": {
"1755770395": "online",
- "1764587127": "offline"
+ "1764587127": "offline",
+ "1766366022": "online",
+ "1779657901": "offline",
+ "1781146549": "online"
},
"electrum.pepe.tips:50004": {
"1755770395": "online",
- "1764587127": "offline"
+ "1764587127": "offline",
+ "1766366022": "online",
+ "1779657901": "offline",
+ "1781146549": "online"
},
"electrum.pepeblocks.com:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"electrum.pepeblocks.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"electrum.pepeblocks.com:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785636317": "online"
},
"electrum.pepelum.site:50001": {
"1755770395": "online",
@@ -5600,28 +10427,39 @@
"1761086724": "offline"
},
"pep.electrum3.cipig.net:20076": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"pep.electrum3.cipig.net:30076": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
"PINK": {
"all": {
"1755770395": "offline",
- "1758289389": "online"
+ "1758289389": "online",
+ "1772144114": "offline",
+ "1777860675": "online",
+ "1785539720": "offline"
},
"by_server": {
"pink-one.ewm-cx.net:50001": {
"1755770395": "offline",
- "1758289389": "online"
+ "1758289389": "online",
+ "1772144114": "offline",
+ "1777860675": "online",
+ "1784339488": "offline"
},
"pink-two.ewm-cx.net:50001": {
"1755770395": "offline",
"1758289389": "online",
"1760163826": "offline",
- "1760350495": "online"
+ "1760350495": "online",
+ "1772144114": "offline",
+ "1777860675": "online",
+ "1785539720": "offline"
}
}
},
@@ -5631,6 +10469,27 @@
},
"by_server": {
"_metadata": {
+ "electrum01.chainster.org:50001": {
+ "contact": [
+ {
+ "discord": "312541186793406465"
+ }
+ ]
+ },
+ "electrum01.chainster.org:50002": {
+ "contact": [
+ {
+ "discord": "312541186793406465"
+ }
+ ]
+ },
+ "electrum01.chainster.org:50003": {
+ "contact": [
+ {
+ "discord": "312541186793406465"
+ }
+ ]
+ },
"electrum02.chainster.org:50001": {
"contact": [
{
@@ -5654,13 +10513,19 @@
}
},
"electrum01.chainster.org:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1769130853": "online"
},
"electrum01.chainster.org:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1769130853": "online"
},
"electrum01.chainster.org:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1769130853": "online"
},
"electrum02.chainster.org:50001": {
"1755770395": "offline",
@@ -5717,10 +10582,12 @@
},
"by_server": {
"allingas.peercoinexplorer.net:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline"
},
"allingas.peercoinexplorer.net:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline"
},
"electrum.peercoinexplorer.net:50002": {
"1755770395": "online"
@@ -5732,17 +10599,53 @@
},
"QRC20": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"by_server": {
+ "_metadata": {
+ "tqtum.electrum3.cipig.net:10071": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "tqtum.electrum3.cipig.net:20071": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "tqtum.electrum3.cipig.net:30071": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"tqtum.electrum3.cipig.net:10071": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"tqtum.electrum3.cipig.net:20071": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"tqtum.electrum3.cipig.net:30071": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -5751,6 +10654,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "qtum.electrum3.cipig.net:10050": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "qtum.electrum3.cipig.net:20050": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "qtum.electrum3.cipig.net:30050": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"qtum.electrum1.cipig.net:10050": {
"1755770395": "online"
},
@@ -5770,13 +10705,16 @@
"1755770395": "online"
},
"qtum.electrum3.cipig.net:10050": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"qtum.electrum3.cipig.net:20050": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"qtum.electrum3.cipig.net:30050": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -5785,6 +10723,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "raph.electrum3.cipig.net:10004": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "raph.electrum3.cipig.net:20004": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "raph.electrum3.cipig.net:30004": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"raph.electrum1.cipig.net:10004": {
"1755770395": "online"
},
@@ -5804,13 +10774,16 @@
"1755770395": "online"
},
"raph.electrum3.cipig.net:10004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"raph.electrum3.cipig.net:20004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"raph.electrum3.cipig.net:30004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -5818,38 +10791,52 @@
"all": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
},
"by_server": {
"electrum01.reddcoin.com:50002": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
},
"electrum01.reddcoin.com:50004": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
},
"electrum02.reddcoin.com:50002": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
},
"electrum02.reddcoin.com:50004": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
},
"electrum03.reddcoin.com:50002": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
},
"electrum03.reddcoin.com:50004": {
"1755770395": "online",
"1761579168": "offline",
- "1762820073": "online"
+ "1762820073": "online",
+ "1767483691": "offline",
+ "1768612207": "online"
}
}
},
@@ -5859,6 +10846,27 @@
},
"by_server": {
"_metadata": {
+ "ric-ex-two.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "ric-ex-two.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "ric-ex-two.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
"ric.electrum1.cipig.net:20074": {
"contact": [
{
@@ -5898,16 +10906,42 @@
"discord": "cipi#4502"
}
]
+ },
+ "ric.electrum3.cipig.net:20074": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ric.electrum3.cipig.net:30074": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
},
"ric-ex-two.ewmci.online:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online"
},
"ric-ex-two.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online"
},
"ric-ex-two.ewmci.online:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online"
},
"ric.electrum1.cipig.net:20074": {
"1764680900": "offline",
@@ -5926,10 +10960,12 @@
"1764724136": "online"
},
"ric.electrum3.cipig.net:20074": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ric.electrum3.cipig.net:30074": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -5939,6 +10975,27 @@
},
"by_server": {
"_metadata": {
+ "ric-ex-two.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "ric-ex-two.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "ric-ex-two.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
"ric.electrum1.cipig.net:20074": {
"contact": [
{
@@ -5978,16 +11035,42 @@
"discord": "cipi#4502"
}
]
+ },
+ "ric.electrum3.cipig.net:20074": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "ric.electrum3.cipig.net:30074": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
}
},
"ric-ex-two.ewmci.online:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online"
},
"ric-ex-two.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online"
},
"ric-ex-two.ewmci.online:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1766538588": "online"
},
"ric.electrum1.cipig.net:20074": {
"1764680900": "offline",
@@ -6006,10 +11089,86 @@
"1764724136": "online"
},
"ric.electrum3.cipig.net:20074": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"ric.electrum3.cipig.net:30074": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
+ }
+ }
+ },
+ "RIN": {
+ "all": {
+ "1773964971": "online"
+ },
+ "by_server": {
+ "peer1.rincoin.net:50002": {
+ "1773964971": "online"
+ },
+ "peer1.rincoin.net:50004": {
+ "1773964971": "online"
+ },
+ "peer1.rincoin.tech:50002": {
+ "1783866516": "online"
+ },
+ "peer1.rincoin.tech:50004": {
+ "1783866516": "online"
+ },
+ "peer2.rincoin.net:50002": {
+ "1773964971": "online"
+ },
+ "peer2.rincoin.net:50004": {
+ "1773964971": "online"
+ },
+ "peer2.rincoin.tech:50002": {
+ "1783866516": "online"
+ },
+ "peer2.rincoin.tech:50004": {
+ "1783866516": "online"
+ },
+ "peer3.rincoin.tech:50002": {
+ "1783866516": "online"
+ },
+ "peer3.rincoin.tech:50004": {
+ "1783866516": "online"
+ }
+ }
+ },
+ "RIN-segwit": {
+ "all": {
+ "1773964971": "online"
+ },
+ "by_server": {
+ "peer1.rincoin.net:50002": {
+ "1773964971": "online"
+ },
+ "peer1.rincoin.net:50004": {
+ "1773964971": "online"
+ },
+ "peer1.rincoin.tech:50002": {
+ "1783866516": "online"
+ },
+ "peer1.rincoin.tech:50004": {
+ "1783866516": "online"
+ },
+ "peer2.rincoin.net:50002": {
+ "1773964971": "online"
+ },
+ "peer2.rincoin.net:50004": {
+ "1773964971": "online"
+ },
+ "peer2.rincoin.tech:50002": {
+ "1783866516": "online"
+ },
+ "peer2.rincoin.tech:50004": {
+ "1783866516": "online"
+ },
+ "peer3.rincoin.tech:50002": {
+ "1783866516": "online"
+ },
+ "peer3.rincoin.tech:50004": {
+ "1783866516": "online"
}
}
},
@@ -6143,45 +11302,108 @@
"1758502268": "offline",
"1758860393": "online",
"1761086724": "offline",
- "1761145426": "online"
+ "1761145426": "online",
+ "1768612207": "offline",
+ "1769044482": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1771550721": "offline",
+ "1772144114": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"electrum2.runebase.io:50002": {
"1755770395": "online",
"1758502268": "offline",
"1758860393": "online",
"1761086724": "offline",
- "1761145426": "online"
+ "1761145426": "online",
+ "1768612207": "offline",
+ "1769044482": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1771550721": "offline",
+ "1772144114": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"electrum2.runebase.io:50004": {
"1755770395": "online",
"1758502268": "offline",
"1758860393": "online",
"1761086724": "offline",
- "1761145426": "online"
+ "1761145426": "online",
+ "1768612207": "offline",
+ "1769044482": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1771550721": "offline",
+ "1772144114": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"electrum3.runebase.io:50001": {
"1755770395": "online",
"1756519454": "offline",
- "1757600932": "online"
+ "1757600932": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1773700082": "offline",
+ "1773828034": "online",
+ "1782268723": "offline"
},
"electrum3.runebase.io:50002": {
"1755770395": "online",
"1756519454": "offline",
- "1757600932": "online"
+ "1757600932": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1773700082": "offline",
+ "1773828034": "online",
+ "1782268723": "offline"
},
"electrum3.runebase.io:50004": {
"1755770395": "online",
"1756519454": "offline",
- "1757600932": "online"
+ "1757600932": "online",
+ "1770168231": "offline",
+ "1770254634": "online",
+ "1773700082": "offline",
+ "1773828034": "online",
+ "1782268723": "offline"
},
"electrum4.runebase.io:50001": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1770168231": "online",
+ "1772587456": "offline",
+ "1772673982": "online",
+ "1773700082": "offline",
+ "1774959961": "online",
+ "1775592931": "offline",
+ "1775613107": "online",
+ "1777687578": "offline"
},
"electrum4.runebase.io:50002": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1770168231": "online",
+ "1772587456": "offline",
+ "1772673982": "online",
+ "1773700082": "offline",
+ "1774959961": "online",
+ "1775592931": "offline",
+ "1775613107": "online",
+ "1777687578": "offline"
},
"electrum4.runebase.io:50004": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1770168231": "online",
+ "1772587456": "offline",
+ "1772673982": "online",
+ "1773700082": "offline",
+ "1774959961": "online",
+ "1775592931": "offline",
+ "1775613107": "online",
+ "1777687578": "offline"
}
}
},
@@ -6190,6 +11412,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "rvn.electrum3.cipig.net:10051": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "rvn.electrum3.cipig.net:20051": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "rvn.electrum3.cipig.net:30051": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"rvn.electrum1.cipig.net:10051": {
"1755770395": "online"
},
@@ -6209,21 +11463,60 @@
"1755770395": "online"
},
"rvn.electrum3.cipig.net:10051": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"rvn.electrum3.cipig.net:20051": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"rvn.electrum3.cipig.net:30051": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
+ }
+ }
+ },
+ "RXD": {
+ "all": {
+ "1774959961": "online"
+ },
+ "by_server": {
+ "electrumx.radiant4people.com:50012": {
+ "1774959961": "online"
+ },
+ "electrumx.radiant4people.com:50022": {
+ "1774959961": "online"
+ },
+ "electrumx.rxd-radiant.com:50022": {
+ "1774959961": "online",
+ "1781923413": "offline"
+ },
+ "electrumx.rxd-radiant.com:50023": {
+ "1774959961": "online",
+ "1781923413": "offline"
+ },
+ "electrumx2.radiant4people.com:50012": {
+ "1774959961": "online"
+ },
+ "electrumx2.radiant4people.com:50022": {
+ "1774959961": "online"
}
}
},
"SBCH": {
"all": {},
"by_server": {
+ "_metadata": {
+ "https://rpc.smartbch.org": {
+ "contact": {
+ "email": "contact@smartbch.org"
+ }
+ }
+ },
"https://rpc.smartbch.org": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1766366022": "offline",
+ "1773700082": "online"
},
"https://smartbch.greyh.at": {
"1755770395": "online"
@@ -6232,51 +11525,190 @@
},
"SHIC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline",
+ "1767570469": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum.shibaexplorer.com:50001": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "electrum.shibaexplorer.com:50002": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ },
+ "electrum.shibaexplorer.com:50003": {
+ "contact": [
+ {
+ "discord": "1157581316175437884"
+ }
+ ]
+ }
+ },
+ "electrum.shibacoinshic.org:50001": {
+ "1767570469": "online"
+ },
+ "electrum.shibacoinshic.org:50002": {
+ "1767570469": "online"
+ },
+ "electrum.shibacoinshic.org:50003": {
+ "1767570469": "online"
+ },
"electrum.shibaexplorer.com:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline"
},
"electrum.shibaexplorer.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline"
+ },
+ "electrum.shibaexplorer.com:50003": {
+ "1755770395": "online",
+ "1767483691": "offline"
+ }
+ }
+ },
+ "SPACECOIN": {
+ "all": {
+ "1755770395": "online",
+ "1785714457": "offline"
+ },
+ "by_server": {
+ "_metadata": {
+ "spacecoin.electrum1.cipig.net:10011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum1.cipig.net:20011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum1.cipig.net:30011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum2.cipig.net:10011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum2.cipig.net:20011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum2.cipig.net:30011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum3.cipig.net:10011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum3.cipig.net:20011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "spacecoin.electrum3.cipig.net:30011": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
},
- "electrum.shibaexplorer.com:50003": {
- "1755770395": "online"
- }
- }
- },
- "SPACECOIN": {
- "all": {
- "1755770395": "online"
- },
- "by_server": {
"spacecoin.electrum1.cipig.net:10011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"spacecoin.electrum1.cipig.net:20011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"spacecoin.electrum1.cipig.net:30011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"spacecoin.electrum2.cipig.net:10011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"spacecoin.electrum2.cipig.net:20011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"spacecoin.electrum2.cipig.net:30011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785714457": "offline"
},
"spacecoin.electrum3.cipig.net:10011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"spacecoin.electrum3.cipig.net:20011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"spacecoin.electrum3.cipig.net:30011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -6285,6 +11717,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "sys.electrum3.cipig.net:10064": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "sys.electrum3.cipig.net:20064": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "sys.electrum3.cipig.net:30064": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"sys.electrum1.cipig.net:10064": {
"1755770395": "online"
},
@@ -6304,13 +11768,16 @@
"1755770395": "online"
},
"sys.electrum3.cipig.net:10064": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"sys.electrum3.cipig.net:20064": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"sys.electrum3.cipig.net:30064": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -6319,6 +11786,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "sys.electrum3.cipig.net:10064": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "sys.electrum3.cipig.net:20064": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "sys.electrum3.cipig.net:30064": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"sys.electrum1.cipig.net:10064": {
"1755770395": "online"
},
@@ -6338,67 +11837,165 @@
"1755770395": "online"
},
"sys.electrum3.cipig.net:10064": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"sys.electrum3.cipig.net:20064": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"sys.electrum3.cipig.net:30064": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
"TESTBTC": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1783290557": "offline",
+ "1783476129": "online"
},
"by_server": {
+ "_metadata": {
+ "testbtc.electrum3.cipig.net:10068": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "testbtc.electrum3.cipig.net:20068": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "testbtc.electrum3.cipig.net:30068": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"testbtc.electrum3.cipig.net:10068": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"testbtc.electrum3.cipig.net:20068": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"testbtc.electrum3.cipig.net:30068": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"testnet.aranguren.org:51001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1783290557": "offline",
+ "1783476129": "online"
}
}
},
"TESTBTC-segwit": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1783290557": "offline",
+ "1783476129": "online"
},
"by_server": {
+ "_metadata": {
+ "testbtc.electrum3.cipig.net:10068": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "testbtc.electrum3.cipig.net:20068": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "testbtc.electrum3.cipig.net:30068": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"testbtc.electrum3.cipig.net:10068": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"testbtc.electrum3.cipig.net:20068": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"testbtc.electrum3.cipig.net:30068": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"testnet.aranguren.org:51001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1783290557": "offline",
+ "1783476129": "online"
+ }
+ }
+ },
+ "TESTUSDT-TRC20": {
+ "all": {},
+ "by_server": {
+ "https://api.nileex.io": {
+ "1773700082": "offline"
+ },
+ "https://nile.trongrid.io": {
+ "1773700082": "offline"
}
}
},
"THC": {
"all": {
"1755770395": "online",
- "1764676026": "offline"
+ "1764676026": "offline",
+ "1766538588": "online",
+ "1768612207": "offline"
},
"by_server": {
"1.eu.thc.electrum.dexstats.info:10020": {
"1755770395": "online",
- "1764676026": "offline"
+ "1764676026": "offline",
+ "1766538588": "online",
+ "1768612207": "offline"
},
"2.eu.thc.electrum.dexstats.info:10020": {
"1755770395": "online",
- "1764676026": "offline"
+ "1764676026": "offline",
+ "1766538588": "online",
+ "1768612207": "offline"
},
"_metadata": {
"1.eu.thc.electrum.dexstats.info:10020": {
@@ -6421,20 +12018,40 @@
"TKL": {
"all": {
"1755770395": "online",
- "1764312754": "offline"
+ "1764312754": "offline",
+ "1766538588": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"by_server": {
"1.eu.tokel.electrum.dexstats.info:10077": {
"1755770395": "online",
- "1764312754": "offline"
+ "1764312754": "offline",
+ "1766538588": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"1.eu.tokel.electrum.dexstats.info:11077": {
"1755770395": "online",
- "1764312754": "offline"
+ "1764312754": "offline",
+ "1766538588": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"1.eu.tokel.electrum.dexstats.info:9077": {
"1755770395": "online",
- "1764312754": "offline"
+ "1764312754": "offline",
+ "1766538588": "online",
+ "1769476724": "offline",
+ "1769498555": "online",
+ "1773700082": "offline",
+ "1773828034": "online"
},
"2.eu.tokel.electrum.dexstats.info:10077": {
"1755770395": "offline"
@@ -6542,7 +12159,13 @@
},
"TRMP": {
"all": {
- "1760350495": "online"
+ "1760350495": "online",
+ "1776831960": "offline",
+ "1776909733": "online",
+ "1781923413": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"by_server": {
"_metadata": {
@@ -6557,7 +12180,29 @@
}
]
},
- "electrum-server1.trumpow.meme:50002": {
+ "electrum-server1.trumpow.meme:50002": {
+ "contact": [
+ {
+ "discord": [
+ "1157581316175437884",
+ "1100673536743460894",
+ "1209163889489616998"
+ ]
+ }
+ ]
+ },
+ "electrum-server1.trumpow.meme:50004": {
+ "contact": [
+ {
+ "discord": [
+ "1157581316175437884",
+ "1100673536743460894",
+ "1209163889489616998"
+ ]
+ }
+ ]
+ },
+ "electrum-server2.trumpow.meme:50001": {
"contact": [
{
"discord": [
@@ -6568,7 +12213,18 @@
}
]
},
- "electrum-server1.trumpow.meme:50004": {
+ "electrum-server2.trumpow.meme:50002": {
+ "contact": [
+ {
+ "discord": [
+ "1157581316175437884",
+ "1100673536743460894",
+ "1209163889489616998"
+ ]
+ }
+ ]
+ },
+ "electrum-server2.trumpow.meme:50004": {
"contact": [
{
"discord": [
@@ -6582,24 +12238,78 @@
},
"electrum-server1.trumpow.meme:50001": {
"1760350495": "offline",
- "1760400771": "online"
+ "1760400771": "online",
+ "1775750563": "offline",
+ "1784635178": "online"
},
"electrum-server1.trumpow.meme:50002": {
"1760350495": "offline",
- "1760400771": "online"
+ "1760400771": "online",
+ "1775750563": "offline",
+ "1784635178": "online"
},
"electrum-server1.trumpow.meme:50004": {
"1760350495": "offline",
- "1760400771": "online"
+ "1760400771": "online",
+ "1775750563": "offline",
+ "1784635178": "online"
},
"electrum-server2.trumpow.meme:50001": {
- "1760350495": "online"
+ "1760350495": "online",
+ "1776831960": "offline",
+ "1776909733": "online",
+ "1781923413": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"electrum-server2.trumpow.meme:50002": {
- "1760350495": "online"
+ "1760350495": "online",
+ "1776831960": "offline",
+ "1776909733": "online",
+ "1781595462": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"electrum-server2.trumpow.meme:50004": {
- "1760350495": "online"
+ "1760350495": "online",
+ "1776831960": "offline",
+ "1776909733": "online",
+ "1781923413": "offline",
+ "1782787373": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
+ }
+ }
+ },
+ "TRX": {
+ "all": {},
+ "by_server": {
+ "https://api.trongrid.io": {
+ "1773700082": "offline",
+ "1773964971": "online"
+ },
+ "https://public-trx-mainnet.fastnode.io": {
+ "1774987573": "offline"
+ },
+ "https://tron-rpc.publicnode.com": {
+ "1773964971": "online"
+ }
+ }
+ },
+ "TRXT": {
+ "all": {},
+ "by_server": {
+ "https://api.nileex.io": {
+ "1773700082": "offline",
+ "1773964971": "online",
+ "1776831960": "offline",
+ "1777005785": "online"
+ },
+ "https://nile.trongrid.io": {
+ "1773700082": "offline",
+ "1773964971": "online"
}
}
},
@@ -6702,12 +12412,30 @@
"1755770395": "online"
},
"by_server": {
+ "failover.trc-uis.ewmcx.biz:50002": {
+ "1769144028": "online"
+ },
+ "failover.trc-uis.ewmcx.biz:50003": {
+ "1769144028": "online"
+ },
"uis-ex-one.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1770168231": "offline",
+ "1771205359": "online",
+ "1784635178": "offline"
},
"uis-ex-one.ewmci.online:50003": {
"1755770395": "offline",
- "1760163826": "online"
+ "1760163826": "online",
+ "1770168231": "offline",
+ "1771205359": "online",
+ "1784635178": "offline"
+ },
+ "uis-uno.ewmcx.net:50002": {
+ "1769144028": "online"
+ },
+ "uis-uno.ewmcx.net:50003": {
+ "1769144028": "online"
}
}
},
@@ -6744,10 +12472,30 @@
},
"by_server": {
"uno-bkp.coinmunity.gold:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1774368443": "online",
+ "1776831960": "offline",
+ "1777255662": "online",
+ "1779937604": "offline",
+ "1780269451": "online",
+ "1780627606": "offline",
+ "1780887368": "online",
+ "1785981319": "offline",
+ "1786232894": "online"
},
"uno-bkp.coinmunity.gold:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1773700082": "offline",
+ "1774368443": "online",
+ "1776831960": "offline",
+ "1777255662": "online",
+ "1779937604": "offline",
+ "1780269451": "online",
+ "1780627606": "offline",
+ "1780887368": "online",
+ "1785981319": "offline",
+ "1786232894": "online"
},
"uno-ex-one.ewmci.online:50001": {
"1755770395": "online"
@@ -6761,12 +12509,32 @@
"uno-main.coinmunity.gold:50002": {
"1755770395": "online",
"1763079262": "offline",
- "1763165598": "online"
+ "1763165598": "online",
+ "1780457333": "offline",
+ "1780887368": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782268723": "offline",
+ "1782787373": "online"
},
"uno-main.coinmunity.gold:50003": {
"1755770395": "online",
"1763079262": "offline",
- "1763165598": "online"
+ "1763165598": "online",
+ "1780457333": "offline",
+ "1780887368": "online",
+ "1781595462": "offline",
+ "1781665138": "online",
+ "1782268723": "offline",
+ "1782787373": "online"
+ }
+ }
+ },
+ "USDT-TRC20": {
+ "all": {},
+ "by_server": {
+ "https://api.trongrid.io": {
+ "1773700082": "offline"
}
}
},
@@ -6806,27 +12574,131 @@
},
"VIA": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"by_server": {
+ "_metadata": {
+ "via.electrum3.cipig.net:20073": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "via.electrum3.cipig.net:30073": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"via.electrum3.cipig.net:20073": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"via.electrum3.cipig.net:30073": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
"VIA-segwit": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"by_server": {
+ "_metadata": {
+ "via.electrum3.cipig.net:20073": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "via.electrum3.cipig.net:30073": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"via.electrum3.cipig.net:20073": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"via.electrum3.cipig.net:30073": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
+ }
+ }
+ },
+ "VRM": {
+ "all": {
+ "1767567872": "online",
+ "1783866516": "offline"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrumx-vrm1.vericonomy.com:51002": {
+ "contact": [
+ {
+ "email": "dev@vericonomy.com"
+ }
+ ]
+ },
+ "electrumx-vrm1.vericonomy.com:51004": {
+ "contact": [
+ {
+ "email": "dev@vericonomy.com"
+ }
+ ]
+ },
+ "electrumx-vrm2.vericonomy.com:52002": {
+ "contact": [
+ {
+ "email": "dev@vericonomy.com"
+ }
+ ]
+ },
+ "electrumx-vrm2.vericonomy.com:52004": {
+ "contact": [
+ {
+ "email": "dev@vericonomy.com"
+ }
+ ]
+ }
+ },
+ "electrumx-vrm1.vericonomy.com:51002": {
+ "1767567872": "online",
+ "1783866516": "offline"
+ },
+ "electrumx-vrm1.vericonomy.com:51004": {
+ "1767567872": "online",
+ "1783866516": "offline"
+ },
+ "electrumx-vrm2.vericonomy.com:52002": {
+ "1767567872": "online",
+ "1783866516": "offline"
+ },
+ "electrumx-vrm2.vericonomy.com:52004": {
+ "1767567872": "online",
+ "1783866516": "offline"
}
}
},
@@ -6908,7 +12780,10 @@
"1760919297": "online",
"1761579168": "offline",
"1763165598": "online",
- "1764854330": "offline"
+ "1764854330": "offline",
+ "1770427388": "online",
+ "1771550721": "offline",
+ "1772241499": "online"
}
}
},
@@ -7025,6 +12900,34 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrumx2.cointest.com:50001": {
+ "contact": [
+ {
+ "email": "protocol@whive.io"
+ },
+ {
+ "discord": "whiveio#9340"
+ },
+ {
+ "twitter": "whiveio"
+ }
+ ]
+ },
+ "electrumx2.cointest.com:50002": {
+ "contact": [
+ {
+ "email": "protocol@whive.io"
+ },
+ {
+ "discord": "whiveio#9340"
+ },
+ {
+ "twitter": "whiveio"
+ }
+ ]
+ }
+ },
"electrumx1.cointest.com:50001": {
"1755770395": "online"
},
@@ -7032,10 +12935,14 @@
"1755770395": "online"
},
"electrumx2.cointest.com:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1777687578": "offline",
+ "1777930797": "online"
},
"electrumx2.cointest.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1777687578": "offline",
+ "1777930797": "online"
}
}
},
@@ -7044,6 +12951,34 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrumx2.cointest.com:50001": {
+ "contact": [
+ {
+ "email": "protocol@whive.io"
+ },
+ {
+ "discord": "whiveio#9340"
+ },
+ {
+ "twitter": "whiveio"
+ }
+ ]
+ },
+ "electrumx2.cointest.com:50002": {
+ "contact": [
+ {
+ "email": "protocol@whive.io"
+ },
+ {
+ "discord": "whiveio#9340"
+ },
+ {
+ "twitter": "whiveio"
+ }
+ ]
+ }
+ },
"electrumx1.cointest.com:50001": {
"1755770395": "online"
},
@@ -7051,10 +12986,101 @@
"1755770395": "online"
},
"electrumx2.cointest.com:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1777687578": "offline",
+ "1777930797": "online"
},
"electrumx2.cointest.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1777687578": "offline",
+ "1777930797": "online"
+ }
+ }
+ },
+ "WJK": {
+ "all": {
+ "1772219758": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrum1.wojakcoin.cash:50102": {
+ "contact": [
+ {
+ "discord": "danny_utxo"
+ }
+ ]
+ }
+ },
+ "electrum1.wojakcoin.cash:50101": {
+ "1772219758": "online"
+ },
+ "electrum1.wojakcoin.cash:50102": {
+ "1772219758": "online",
+ "1773700082": "offline",
+ "1774987573": "online"
+ },
+ "electrum1.wojakcoin.cash:50103": {
+ "1772219758": "online"
+ },
+ "electrum1.wojakcoin.cash:50104": {
+ "1772355424": "online"
+ },
+ "electrum2.wojakcoin.cash:50001": {
+ "1772219758": "online"
+ },
+ "electrum2.wojakcoin.cash:50002": {
+ "1772219758": "online"
+ },
+ "electrum2.wojakcoin.cash:50003": {
+ "1772219758": "online"
+ }
+ }
+ },
+ "XDAI": {
+ "all": {},
+ "by_server": {
+ "https://gnosis-rpc.publicnode.com": {
+ "1779428138": "online"
+ },
+ "https://public-gno-mainnet.fastnode.io": {
+ "1779428138": "online"
+ },
+ "https://rpc.gnosischain.com": {
+ "1779428138": "online"
+ },
+ "wss://gnosis-rpc.publicnode.com": {
+ "1779428138": "online"
+ },
+ "wss://rpc.gnosischain.com/wss": {
+ "1779428138": "online",
+ "1780120460": "offline",
+ "1780195702": "online",
+ "1780457333": "offline",
+ "1780530258": "online",
+ "1780713238": "offline",
+ "1780899085": "online",
+ "1780972393": "offline",
+ "1781059600": "online",
+ "1781232768": "offline",
+ "1781595462": "online",
+ "1781665138": "offline",
+ "1781923413": "online",
+ "1783050801": "offline",
+ "1783193536": "online",
+ "1783296943": "offline",
+ "1783297301": "online",
+ "1783476129": "offline",
+ "1783625980": "online",
+ "1783993904": "offline",
+ "1784339488": "online",
+ "1784635178": "offline",
+ "1784733566": "online",
+ "1785636317": "offline",
+ "1785714457": "online",
+ "1785714948": "offline",
+ "1785981319": "online",
+ "1786327357": "offline",
+ "1786402403": "online"
}
}
},
@@ -7069,42 +13095,124 @@
"ecash.stackwallet.com:59004": {
"1755770395": "online"
},
- "fulcrum.pepipierre.fr:50002": {
- "1755770395": "online"
- }
- }
- },
- "XEP-segwit": {
- "all": {
- "1755770395": "online"
- },
- "by_server": {
+ "fulcrum.pepipierre.fr:50002": {
+ "1755770395": "online"
+ }
+ }
+ },
+ "XEP-segwit": {
+ "all": {
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "electrumx1.electraprotocol.eu:50001": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx1.electraprotocol.eu:50002": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx1.electraprotocol.eu:50003": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx2.electraprotocol.eu:50001": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx2.electraprotocol.eu:50002": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx2.electraprotocol.eu:50003": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx3.electraprotocol.eu:50001": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx3.electraprotocol.eu:50002": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ },
+ "electrumx3.electraprotocol.eu:50003": {
+ "contact": [
+ {
+ "discord": "287952234317348865"
+ }
+ ]
+ }
+ },
"electrumx1.electraprotocol.eu:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrumx1.electraprotocol.eu:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrumx1.electraprotocol.eu:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1769476724": "offline"
},
"electrumx2.electraprotocol.eu:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrumx2.electraprotocol.eu:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrumx2.electraprotocol.eu:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1768180562": "offline"
},
"electrumx3.electraprotocol.eu:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrumx3.electraprotocol.eu:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1782787373": "offline",
+ "1782874144": "online"
},
"electrumx3.electraprotocol.eu:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1768180562": "offline"
}
}
},
@@ -7113,14 +13221,46 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "xmy-ex-one.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "xmy-ex-one.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "xmy-ex-one.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ }
+ },
"xmy-ex-one.ewmci.online:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1777860675": "online",
+ "1785981319": "offline"
},
"xmy-ex-one.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1777860675": "online",
+ "1785981319": "offline"
},
"xmy-ex-one.ewmci.online:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1777860675": "online",
+ "1785981319": "offline"
},
"xmy-ex-two.ewmci.online:50001": {
"1755770395": "online"
@@ -7138,14 +13278,46 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "xmy-ex-one.ewmci.online:50001": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "xmy-ex-one.ewmci.online:50002": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ },
+ "xmy-ex-one.ewmci.online:50003": {
+ "contact": [
+ {
+ "discord": "475820011634819072"
+ }
+ ]
+ }
+ },
"xmy-ex-one.ewmci.online:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1777860675": "online",
+ "1785981319": "offline"
},
"xmy-ex-one.ewmci.online:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1777860675": "online",
+ "1785981319": "offline"
},
"xmy-ex-one.ewmci.online:50003": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1774959961": "offline",
+ "1777860675": "online",
+ "1785981319": "offline"
},
"xmy-ex-two.ewmci.online:50001": {
"1755770395": "online"
@@ -7163,11 +13335,45 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrumx-dex-01.neuraiexplorer.com:50001": {
+ "contact": [
+ {
+ "email": "alarm@neurai.org"
+ },
+ {
+ "discord": "456566604809895947"
+ }
+ ]
+ },
+ "electrumx-dex-01.neuraiexplorer.com:50002": {
+ "contact": [
+ {
+ "email": "alarm@neurai.org"
+ },
+ {
+ "discord": "456566604809895947"
+ }
+ ]
+ },
+ "electrumx3.neurai.top:50002": {
+ "contact": [
+ {
+ "email": "alarm@neurai.org"
+ },
+ {
+ "discord": "456566604809895947"
+ }
+ ]
+ }
+ },
"electrumx-dex-01.neuraiexplorer.com:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1779428138": "offline"
},
"electrumx-dex-01.neuraiexplorer.com:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1779428138": "offline"
},
"electrumx-dex-02.neuraiexplorer.com:50001": {
"1755770395": "online"
@@ -7179,7 +13385,8 @@
"1755770395": "online"
},
"electrumx3.neurai.top:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1772144114": "offline"
}
}
},
@@ -7189,13 +13396,24 @@
},
"by_server": {
"electrumx.gemmer.primecoin.org:50011": {
- "1755770395": "offline"
+ "1755770395": "offline",
+ "1781232768": "online"
},
"electrumx.mainnet.primecoin.org:50011": {
"1755770395": "online"
},
"electrumx.primecoin.org:50001": {
"1755770395": "online"
+ },
+ "electrumx.xpm.systems:50002": {
+ "1783007272": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
+ },
+ "electrumx.xpm.systems:50004": {
+ "1783007272": "online",
+ "1785981319": "offline",
+ "1786015276": "online"
}
}
},
@@ -7204,14 +13422,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "fulcrum.ergon.network:52138": {
+ "contact": [
+ {
+ "email": "licho@ergon.moe"
+ },
+ {
+ "telegram": "licho92karol"
+ }
+ ]
+ },
+ "fulcrum.ergon.network:52140": {
+ "contact": [
+ {
+ "email": "licho@ergon.moe"
+ },
+ {
+ "telegram": "licho92karol"
+ }
+ ]
+ }
+ },
"blackie.c3-soft.com:52138": {
"1755770395": "offline"
},
"fulcrum.ergon.network:52138": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline"
},
"fulcrum.ergon.network:52140": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1767483691": "offline"
},
"la.ask.systems:52138": {
"1755770395": "online"
@@ -7257,45 +13499,87 @@
"1763079262": "offline",
"1763165598": "online",
"1764031001": "offline",
- "1764312754": "online"
+ "1764312754": "online",
+ "1768612207": "offline",
+ "1768699088": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780887368": "offline",
+ "1780972393": "online",
+ "1785981319": "offline",
+ "1786232894": "online"
},
"electrumx1.vanillacash.info:50012": {
"1755770395": "online",
"1763079262": "offline",
"1763165598": "online",
"1764031001": "offline",
- "1764312754": "online"
+ "1764312754": "online",
+ "1768612207": "offline",
+ "1768699088": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780887368": "offline",
+ "1780972393": "online",
+ "1785981319": "offline",
+ "1786232894": "online"
},
"electrumx1.vanillacash.info:50013": {
"1755770395": "online",
"1763079262": "offline",
"1763165598": "online",
"1764031001": "offline",
- "1764312754": "online"
+ "1764312754": "online",
+ "1768612207": "offline",
+ "1768699088": "online",
+ "1779937604": "offline",
+ "1780368879": "online",
+ "1780887368": "offline",
+ "1780972393": "online",
+ "1785981319": "offline",
+ "1786232894": "online"
},
"electrumx2.vanillacash.info:50011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780887368": "offline",
+ "1780899085": "online"
},
"electrumx2.vanillacash.info:50012": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780887368": "offline",
+ "1780899085": "online"
},
"electrumx2.vanillacash.info:50013": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780887368": "offline",
+ "1780899085": "online"
},
"xvc-ex-seven.ewmci.online:50001": {
"1755770395": "online",
"1758413660": "offline",
- "1760163826": "online"
+ "1760163826": "online",
+ "1773700082": "offline",
+ "1775959086": "online",
+ "1781146549": "offline",
+ "1781923413": "online"
},
"xvc-ex-seven.ewmci.online:50002": {
"1755770395": "online",
"1758413660": "offline",
- "1760163826": "online"
+ "1760163826": "online",
+ "1773700082": "offline",
+ "1775959086": "online",
+ "1781146549": "offline",
+ "1781923413": "online"
},
"xvc-ex-seven.ewmci.online:50003": {
"1755770395": "online",
"1758413660": "offline",
- "1760163826": "online"
+ "1760163826": "online",
+ "1773700082": "offline",
+ "1775959086": "online",
+ "1781146549": "offline",
+ "1781923413": "online"
}
}
},
@@ -7308,13 +13592,25 @@
"1755770395": "online"
},
"electrum-verge.cloud:50001": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781923413": "offline",
+ "1782010802": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"electrum-verge.cloud:50002": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781923413": "offline",
+ "1782010802": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"electrum-verge.cloud:50004": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1781923413": "offline",
+ "1782010802": "online",
+ "1784339488": "offline",
+ "1784635178": "online"
},
"electrumx-verge.cloud:50001": {
"1755770395": "online"
@@ -7336,97 +13632,206 @@
"electrum.zdeex.org:17487": {
"contact": [
{
- "email": "contact@zdeex.org"
+ "email": "contact@zdeex.org"
+ }
+ ]
+ },
+ "electrum.zdeex.org:50005": {
+ "contact": [
+ {
+ "email": "contact@zdeex.org"
+ }
+ ]
+ },
+ "electrum.zdeex.org:50006": {
+ "contact": [
+ {
+ "email": "contact@zdeex.org"
+ }
+ ]
+ },
+ "electrum2.zdeex.org:17487": {
+ "contact": [
+ {
+ "email": "contact@zdeex.org"
+ }
+ ]
+ },
+ "electrum2.zdeex.org:50005": {
+ "contact": [
+ {
+ "email": "contact@zdeex.org"
+ }
+ ]
+ },
+ "electrum2.zdeex.org:50006": {
+ "contact": [
+ {
+ "email": "contact@zdeex.org"
+ }
+ ]
+ }
+ },
+ "electrum.zdeex.org:17487": {
+ "1755770395": "offline"
+ },
+ "electrum.zdeex.org:50005": {
+ "1755770395": "offline"
+ },
+ "electrum.zdeex.org:50006": {
+ "1755770395": "offline"
+ },
+ "electrum2.zdeex.org:17487": {
+ "1755770395": "offline"
+ },
+ "electrum2.zdeex.org:50005": {
+ "1755770395": "offline"
+ },
+ "electrum2.zdeex.org:50006": {
+ "1755770395": "offline"
+ }
+ }
+ },
+ "ZEC": {
+ "all": {
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785645516": "online"
+ },
+ "by_server": {
+ "_metadata": {
+ "zec.electrum1.cipig.net:10058": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "zec.electrum1.cipig.net:20058": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "zec.electrum1.cipig.net:30058": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "zec.electrum2.cipig.net:10058": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
}
]
},
- "electrum.zdeex.org:50005": {
+ "zec.electrum2.cipig.net:20058": {
"contact": [
{
- "email": "contact@zdeex.org"
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
}
]
},
- "electrum.zdeex.org:50006": {
+ "zec.electrum2.cipig.net:30058": {
"contact": [
{
- "email": "contact@zdeex.org"
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
}
]
},
- "electrum2.zdeex.org:17487": {
+ "zec.electrum3.cipig.net:10058": {
"contact": [
{
- "email": "contact@zdeex.org"
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
}
]
},
- "electrum2.zdeex.org:50005": {
+ "zec.electrum3.cipig.net:20058": {
"contact": [
{
- "email": "contact@zdeex.org"
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
}
]
},
- "electrum2.zdeex.org:50006": {
+ "zec.electrum3.cipig.net:30058": {
"contact": [
{
- "email": "contact@zdeex.org"
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
}
]
}
},
- "electrum.zdeex.org:17487": {
- "1755770395": "offline"
- },
- "electrum.zdeex.org:50005": {
- "1755770395": "offline"
- },
- "electrum.zdeex.org:50006": {
- "1755770395": "offline"
- },
- "electrum2.zdeex.org:17487": {
- "1755770395": "offline"
- },
- "electrum2.zdeex.org:50005": {
- "1755770395": "offline"
- },
- "electrum2.zdeex.org:50006": {
- "1755770395": "offline"
- }
- }
- },
- "ZEC": {
- "all": {
- "1755770395": "online"
- },
- "by_server": {
"zec.electrum1.cipig.net:10058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785645516": "online"
},
"zec.electrum1.cipig.net:20058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785645516": "online"
},
"zec.electrum1.cipig.net:30058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785645516": "online"
},
"zec.electrum2.cipig.net:10058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785981319": "online"
},
"zec.electrum2.cipig.net:20058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785981319": "online"
},
"zec.electrum2.cipig.net:30058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1785539720": "offline",
+ "1785981319": "online"
},
"zec.electrum3.cipig.net:10058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"zec.electrum3.cipig.net:20058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"zec.electrum3.cipig.net:30058": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -7435,6 +13840,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "zer.electrum3.cipig.net:10065": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "zer.electrum3.cipig.net:20065": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "zer.electrum3.cipig.net:30065": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"zer.electrum1.cipig.net:10065": {
"1755770395": "online"
},
@@ -7454,13 +13891,16 @@
"1755770395": "online"
},
"zer.electrum3.cipig.net:10065": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"zer.electrum3.cipig.net:20065": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"zer.electrum3.cipig.net:30065": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -7519,12 +13959,30 @@
"zet-ex-four.ewmci.online:50001": {
"1755770395": "online",
"1762321286": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1768612207": "online",
+ "1771127316": "offline",
+ "1771248350": "online",
+ "1773700082": "offline",
+ "1777930797": "online",
+ "1779056917": "offline",
+ "1779331320": "online",
+ "1781595462": "offline"
},
"zet-ex-four.ewmci.online:50002": {
"1755770395": "online",
"1762321286": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1768612207": "online",
+ "1771127316": "offline",
+ "1771248350": "online",
+ "1773700082": "offline",
+ "1777930797": "online",
+ "1779056917": "offline",
+ "1779331320": "online",
+ "1781595462": "offline"
},
"zet-ex-four.ewmci.online:50003": {
"1755770395": "offline"
@@ -7535,7 +13993,16 @@
"1758502268": "offline",
"1759303900": "online",
"1762321286": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1771378210": "offline",
+ "1771550721": "online",
+ "1773700082": "offline",
+ "1775959086": "online",
+ "1778552827": "offline",
+ "1779244822": "online",
+ "1781595462": "offline"
},
"zet-ex-three.ewmci.online:50012": {
"1755770395": "offline",
@@ -7543,7 +14010,16 @@
"1758502268": "offline",
"1759303900": "online",
"1762321286": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1771378210": "offline",
+ "1771550721": "online",
+ "1773700082": "offline",
+ "1775959086": "online",
+ "1778552827": "offline",
+ "1779244822": "online",
+ "1781595462": "offline"
},
"zet-ex-three.ewmci.online:50013": {
"1755770395": "offline",
@@ -7551,7 +14027,16 @@
"1758502268": "offline",
"1759303900": "online",
"1762321286": "offline",
- "1763079262": "online"
+ "1763079262": "online",
+ "1767483691": "offline",
+ "1768699088": "online",
+ "1771378210": "offline",
+ "1771550721": "online",
+ "1773700082": "offline",
+ "1775959086": "online",
+ "1778552827": "offline",
+ "1779244822": "online",
+ "1781595462": "offline"
}
}
},
@@ -7693,6 +14178,29 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "electrum3.blackcoin.nl:30011": {
+ "contact": [
+ {
+ "discord": "michelvankessel#7656"
+ }
+ ]
+ },
+ "electrum3.blackcoin.nl:30012": {
+ "contact": [
+ {
+ "discord": "michelvankessel#7656"
+ }
+ ]
+ },
+ "electrum3.blackcoin.nl:30014": {
+ "contact": [
+ {
+ "discord": "michelvankessel#7656"
+ }
+ ]
+ }
+ },
"electrum1.blackcoin.nl:10011": {
"1755770395": "online"
},
@@ -7712,29 +14220,71 @@
"1755770395": "online"
},
"electrum3.blackcoin.nl:30011": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780368879": "offline",
+ "1780530258": "online"
},
"electrum3.blackcoin.nl:30012": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780368879": "offline",
+ "1780530258": "online"
},
"electrum3.blackcoin.nl:30014": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780368879": "offline",
+ "1780530258": "online"
}
}
},
"tQTUM": {
"all": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"by_server": {
+ "_metadata": {
+ "tqtum.electrum3.cipig.net:10071": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "tqtum.electrum3.cipig.net:20071": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "tqtum.electrum3.cipig.net:30071": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"tqtum.electrum3.cipig.net:10071": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"tqtum.electrum3.cipig.net:20071": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"tqtum.electrum3.cipig.net:30071": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -7743,6 +14293,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "varrr.electrum3.cipig.net:10009": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "varrr.electrum3.cipig.net:20009": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "varrr.electrum3.cipig.net:30009": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"varrr.electrum1.cipig.net:10009": {
"1755770395": "online"
},
@@ -7762,13 +14344,16 @@
"1755770395": "online"
},
"varrr.electrum3.cipig.net:10009": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"varrr.electrum3.cipig.net:20009": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"varrr.electrum3.cipig.net:30009": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
},
@@ -7777,6 +14362,38 @@
"1755770395": "online"
},
"by_server": {
+ "_metadata": {
+ "vdex.electrum3.cipig.net:10010": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "vdex.electrum3.cipig.net:20010": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ },
+ "vdex.electrum3.cipig.net:30010": {
+ "contact": [
+ {
+ "email": "cipi@komodoplatform.com"
+ },
+ {
+ "discord": "cipi#4502"
+ }
+ ]
+ }
+ },
"vdex.electrum1.cipig.net:10010": {
"1755770395": "online"
},
@@ -7796,13 +14413,16 @@
"1755770395": "online"
},
"vdex.electrum3.cipig.net:10010": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"vdex.electrum3.cipig.net:20010": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
},
"vdex.electrum3.cipig.net:30010": {
- "1755770395": "online"
+ "1755770395": "online",
+ "1780269451": "offline"
}
}
}
diff --git a/utils/uptime_tracker.py b/utils/uptime_tracker.py
index 9693292573..cc30597f3d 100644
--- a/utils/uptime_tracker.py
+++ b/utils/uptime_tracker.py
@@ -34,7 +34,7 @@ def __init__(self, uptime_file_path: str = "uptime_history.json"):
self.OFFLINE_REMOVAL_THRESHOLD = 30 * 24 * 60 * 60 # 30 days (1 month)
# Token suffixes to exclude from uptime tracking (they inherit parent chain status)
- self.EXCLUDED_TOKEN_SUFFIXES = ["-QRC20", "-ERC20", "-BEP20", "-PLG20", "-AVX20"]
+ self.EXCLUDED_TOKEN_SUFFIXES = ["-QRC20", "-ERC20", "-BEP20", "-PLG20", "-AVX20", "-GRC20"]
def _should_exclude_coin(self, coin: str) -> bool:
"""
@@ -273,22 +273,28 @@ def generate_alerts(self) -> List[str]:
if server_offline_duration > self.OFFLINE_REMOVAL_THRESHOLD:
alerts.append(f"CRITICAL: {coin} server {server_url} has been offline for {days_offline} days - consider removal")
elif server_offline_duration > self.OFFLINE_ALERT_THRESHOLD:
- contact_info = self.get_contact_info(coin, server_url)
- contact_str = ""
- if contact_info:
- contacts = []
- for contact in contact_info:
- if "email" in contact:
- contacts.append(f"email: {contact['email']}")
- if "discord" in contact:
- contacts.append(f"discord: {contact['discord']}")
- if "telegram" in contact:
- contacts.append(f"telegram: {contact['telegram']}")
- if contacts:
- contact_str = f" Contact: {', '.join(contacts)}"
-
- alerts.append(f"WARNING: {coin} server {server_url} has been offline for {days_offline} days.{contact_str}")
-
+ try:
+ contact_info = self.get_contact_info(coin, server_url)
+ if isinstance(contact_info, dict):
+ print(f"contact_info is not a list for {coin} server {server_url}!")
+ contact_info = [contact_info]
+ contact_str = ""
+ if contact_info:
+ contacts = []
+ for contact in contact_info:
+ print(f"contact: {contact}")
+ if "email" in contact:
+ contacts.append(f"email: {contact['email']}")
+ if "discord" in contact:
+ contacts.append(f"discord: {contact['discord']}")
+ if "telegram" in contact:
+ contacts.append(f"telegram: {contact['telegram']}")
+ if contacts:
+ contact_str = f" Contact: {', '.join(contacts)}"
+
+ alerts.append(f"WARNING: {coin} server {server_url} has been offline for {days_offline} days.{contact_str}")
+ except Exception as e:
+ print(f"Error getting contact info for {coin} server {server_url}: {e}")
return alerts
def get_uptime_stats(self, coin: str, server_url: Optional[str] = None) -> Dict: